aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be.h
Commit message (Expand)AuthorAgeFilesLines
* be2net: implement EEH pci error recovery handlersSathya Perla2010-02-151-0/+1
* be2net: change the driver descriptionAjit Khaparde2010-02-121-1/+1
* be2net: fix to limit max vlans supported in certain skewsAjit Khaparde2010-02-121-1/+2
* be2net: remove unused pci device idAjit Khaparde2010-02-121-4/+2
* be2net: Bug fix to support newer generation of BE ASICAjit Khaparde2010-01-281-0/+5
* be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2009-12-231-0/+1
* be2net: Bump up the driver version numberAjit Khaparde2009-12-031-1/+1
* be2net: Support for WoL using magic packet after suspend.Ajit Khaparde2009-12-031-0/+1
* be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde2009-12-021-0/+2
* be2net: Add be_rx_polls counterAjit Khaparde2009-12-021-1/+1
* be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla2009-11-231-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-081-0/+2
|\
| * be2net: fix to set proper flow control on resumeAjit Khaparde2009-11-061-0/+2
* | be2net: Add support for next generation of BladeEngine device.Ajit Khaparde2009-10-161-2/+13
* | be2net: Get rid of net_device_stats from adapter.Ajit Khaparde2009-10-071-1/+0
|/
* be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde2009-09-301-0/+1
* be2net: fix some cmds to use mccq instead of mboxSathya Perla2009-09-171-0/+1
* be2net: Changes to support flashing of the be2 network adapterAjit Khaparde2009-09-071-1/+3
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* be2net: remove pci_func field from be_adapter structSathya Perla2009-08-011-1/+5
* be2net: get rid of be_ctrl_info struct/abstractionSathya Perla2009-08-011-29/+18
* be2net: Add GRO support to the be2net driver. LRO is not supported anymore.Ajit Khaparde2009-07-231-10/+1
* be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde2009-06-281-1/+1
* be2net: receive asynchronous link status notifications from BESathya Perla2009-06-191-1/+5
* be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla2009-06-191-0/+1
* be2net: Add MCC queue mechanism for BE cmdsSathya Perla2009-06-191-31/+64
* be2net: add two new pci device ids to pci device tableAjit Khaparde2009-05-181-0/+14
* be2net: cleanup rx/tx rate calculationsSathya Perla2009-03-241-6/+6
* be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2009-03-191-0/+1
* net: Add be2net driver.Sathya Perla2009-03-111-0/+327