aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/benet/be.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-30be2net: fix to avoid sending get_stats request if one is already being processed.Ajit Khaparde1-0/+1
2010-07-30be2net: add code to dump registers for debugAjit Khaparde1-0/+1
2010-07-23be2net: bump the driver version numberAjit Khaparde1-1/+1
2010-07-23be2net: variable name changesAjit Khaparde1-1/+1
2010-07-23be2net: code to support tx rate configuration on virtual functionsAjit Khaparde1-0/+1
2010-07-23be2net: add vlan support for sriov virtual functionsAjit Khaparde1-0/+1
2010-07-23be2net: add support to get vf configAjit Khaparde1-2/+7
2010-07-23be2net: change to call pmac_del only if necessaryAjit Khaparde1-0/+1
2010-07-10be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi1-1/+11
2010-07-01be2net: changes to properly provide phy detailsAjit Khaparde1-0/+1
2010-05-25be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-1/+1
2010-04-01be2net: Adding PCI SRIOV supportSarveshwar Bandi1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08be2net: remove usage of be_pci_funcAjit Khaparde1-5/+0
2010-02-19be2net: Bump the driver version numberAjit Khaparde1-1/+1
2010-02-19be2net: Maintain tx and rx counters in driverAjit Khaparde1-0/+2
2010-02-19be2net: update copyright datesAjit Khaparde1-1/+1
2010-02-17be2net: don't rearm mcc cq when device is not openSathya Perla1-0/+1
2010-02-15be2net: implement EEH pci error recovery handlersSathya Perla1-0/+1
2010-02-12be2net: change the driver descriptionAjit Khaparde1-1/+1
2010-02-12be2net: fix to limit max vlans supported in certain skewsAjit Khaparde1-1/+2
2010-02-12be2net: remove unused pci device idAjit Khaparde1-4/+2
2010-01-28be2net: Bug fix to support newer generation of BE ASICAjit Khaparde1-0/+5
2009-12-23be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi1-0/+1
2009-12-03be2net: Bump up the driver version numberAjit Khaparde1-1/+1
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde1-0/+1
2009-12-02be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde1-0/+2
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde1-1/+1
2009-11-23be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla1-0/+1
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-11-06be2net: fix to set proper flow control on resumeAjit Khaparde1-0/+2
2009-10-16be2net: Add support for next generation of BladeEngine device.Ajit Khaparde1-2/+13
2009-10-07be2net: Get rid of net_device_stats from adapter.Ajit Khaparde1-1/+0
2009-09-30be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde1-0/+1
2009-09-17be2net: fix some cmds to use mccq instead of mboxSathya Perla1-0/+1
2009-09-07be2net: Changes to support flashing of the be2 network adapterAjit Khaparde1-1/+3
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-08-01be2net: remove pci_func field from be_adapter structSathya Perla1-1/+5
2009-08-01be2net: get rid of be_ctrl_info struct/abstractionSathya Perla1-29/+18
2009-07-23be2net: Add GRO support to the be2net driver. LRO is not supported anymore.Ajit Khaparde1-10/+1
2009-06-28be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde1-1/+1
2009-06-19be2net: receive asynchronous link status notifications from BESathya Perla1-1/+5
2009-06-19be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla1-0/+1
2009-06-19be2net: Add MCC queue mechanism for BE cmdsSathya Perla1-31/+64
2009-05-18be2net: add two new pci device ids to pci device tableAjit Khaparde1-0/+14
2009-03-24be2net: cleanup rx/tx rate calculationsSathya Perla1-6/+6
2009-03-19be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla1-0/+1
2009-03-11net: Add be2net driver.Sathya Perla1-0/+327