summaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori2010-04-081-1/+1
* | be2net: Adding PCI SRIOV supportSarveshwar Bandi2010-04-021-0/+9
|/
* be2net: remove usage of be_pci_funcAjit Khaparde2010-03-081-5/+0Star
* be2net: Bump the driver version numberAjit Khaparde2010-02-201-1/+1
* be2net: Maintain tx and rx counters in driverAjit Khaparde2010-02-201-0/+2
* be2net: update copyright datesAjit Khaparde2010-02-201-1/+1
* be2net: don't rearm mcc cq when device is not openSathya Perla2010-02-171-0/+1
* be2net: implement EEH pci error recovery handlersSathya Perla2010-02-161-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/+2Star
* 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-241-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-091-0/+2
|\
| * be2net: fix to set proper flow control on resumeAjit Khaparde2009-11-071-0/+2
* | be2net: Add support for next generation of BladeEngine device.Ajit Khaparde2009-10-171-2/+13
* | be2net: Get rid of net_device_stats from adapter.Ajit Khaparde2009-10-071-1/+0Star
|/
* be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde2009-10-011-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-021-1/+5
* be2net: get rid of be_ctrl_info struct/abstractionSathya Perla2009-08-021-29/+18Star
* be2net: Add GRO support to the be2net driver. LRO is not supported anymore.Ajit Khaparde2009-07-241-10/+1Star
* be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde2009-06-291-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-191-0/+14
* be2net: cleanup rx/tx rate calculationsSathya Perla2009-03-251-6/+6
* be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2009-03-201-0/+1
* net: Add be2net driver.Sathya Perla2009-03-121-0/+327