summaryrefslogtreecommitdiff
path: root/drivers/net/benet
AgeCommit message (Expand)Author
2011-03-02be2net: Maintain tx and rx counters in driverAjit Khaparde
2010-02-09be2net: Fix memset() arg ordering.David S. Miller
2010-02-09be2net: Bug fix to support newer generation of BE ASICAjit Khaparde
2010-01-28be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.Ajit Khaparde
2010-01-28be2net: Add support for next generation of BladeEngine device.Ajit Khaparde
2009-11-06be2net: Bug fix to send config commands to hardware after netdev_registerAjit Khaparde
2009-11-06be2net: fix to set proper flow control on resumeAjit Khaparde
2009-11-06be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla
2009-10-14be2net: fix support for PCI hot plugSathya Perla
2009-10-14be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla
2009-10-06be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <...Ajit Khaparde
2009-10-06be2net: Fix a typo in be_cmds.hAjit Khaparde
2009-10-06be2net: Bug Fix while accounting of multicast frames during netdev stats updateAjit Khaparde
2009-10-05be2net: Fix a bug in preparation of mcc wrb which was causing flash operation...Ajit Khaparde
2009-09-30be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde
2009-09-17be2net: fix some cmds to use mccq instead of mboxSathya Perla
2009-09-07be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmapAjit Khaparde
2009-09-07be2net: Changes to support flashing of the be2 network adapterAjit Khaparde
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-17be2net: destroy mcc queue before tx queuesSathya Perla
2009-08-17be2net: refactor be_msix_(un)register() code.Sathya Perla
2009-08-17be2net: Set mac addr in hw regardless of netif_running()Sathya Perla
2009-08-13be2net:Creating/destroying queues regardless of netif_running() in suspend/re...Sarveshwar Bandi
2009-08-12be2net: clear & notify residual events before destroying event queuesSathya Perla
2009-08-12be2net: fix bad queue traversal in be_rx_q_clean()Sathya Perla
2009-08-12be2net: Clear pending tx completions before destroying tx queueSathya Perla
2009-08-05be2net: Patch to perform function reset at initializationsarveshwarb
2009-08-01be2net: delete unnecessary code from be_cmd_POST()Sathya Perla
2009-08-01be2net: some name changes for consistencySathya Perla
2009-08-01be2net: replace some printks with dev_err()/dev_warn()Sathya Perla
2009-08-01be2net: remove pci_func field from be_adapter structSathya Perla
2009-08-01be2net: get rid of be_ctrl_info struct/abstractionSathya Perla
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-23be2net: Add GRO support to the be2net driver. LRO is not supported anymore.Ajit Khaparde
2009-07-22be2net: Bug fix in the non-lro path. Size of received packet was not updated ...Ajit Khaparde
2009-07-03be2net: fix spurious interrupt handling in intx modeSathya Perla
2009-06-28be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde
2009-06-19be2net: receive asynchronous link status notifications from BESathya Perla
2009-06-19be2net: cleanup multicast_set cmd to avoid mc_list copySathya Perla
2009-06-19be2net: Use MCC queue for cmds that may be called in BH contextSathya Perla
2009-06-19be2net: Add MCC queue mechanism for BE cmdsSathya Perla
2009-06-11be2net: Fix be_tx_q_clean() being called on freed queuesSathya Perla
2009-06-11be2net: Fix early reset of rx-completionSathya Perla
2009-06-11be2net: Fix rx stats updation in non-lro pathSathya Perla
2009-06-11be2net: fix netdev stats rx_errors and rx_droppedSathya Perla
2009-06-11be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work()Sathya Perla
2009-06-09be2net: Remove unnecessary frag list traversing.David S. Miller
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet