Commit Graph

52 Commits (69585dd69e663a40729492c7b52eb82477a2027a)

Author SHA1 Message Date
Ajit Khaparde 583e3f34eb be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <ifname> tx off 16 years ago
Ajit Khaparde 49643848f9 be2net: Fix a typo in be_cmds.h 16 years ago
Ajit Khaparde c5b9b92e07 be2net: Bug Fix while accounting of multicast frames during netdev stats update 16 years ago
Ajit Khaparde 5c6ae5b880 be2net: Fix a bug in preparation of mcc wrb which was causing flash operation to fail 16 years ago
Ajit Khaparde dcb9b5648a be2net: Workaround to fix a bug in Rx Completion processing. 16 years ago
Sathya Perla b31c50a7f9 be2net: fix some cmds to use mccq instead of mbox 16 years ago
Ajit Khaparde c190e3c8f6 be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap 16 years ago
Ajit Khaparde 84517482e1 be2net: Changes to support flashing of the be2 network adapter 16 years ago
Eric Dumazet 451f144398 drivers: Kill now superfluous ->last_rx stores 16 years ago
Stephen Hemminger 0fc0b732ea netdev: drivers should make ethtool_ops const 16 years ago
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t 16 years ago
Sathya Perla 1a8887d81a be2net: destroy mcc queue before tx queues 16 years ago
Sathya Perla b628bde2b5 be2net: refactor be_msix_(un)register() code. 16 years ago
Sathya Perla a65027e4d8 be2net: Set mac addr in hw regardless of netif_running() 16 years ago
Sarveshwar Bandi 9b0365f195 be2net:Creating/destroying queues regardless of netif_running() in suspend/resume path 16 years ago
Sathya Perla 859b1e4ec8 be2net: clear & notify residual events before destroying event queues 16 years ago
Sathya Perla cdab23b701 be2net: fix bad queue traversal in be_rx_q_clean() 16 years ago
Sathya Perla a8e9179a7d be2net: Clear pending tx completions before destroying tx queue 16 years ago
sarveshwarb 14074eab8d be2net: Patch to perform function reset at initialization 16 years ago
Sathya Perla d9509ac129 be2net: delete unnecessary code from be_cmd_POST() 16 years ago
Sathya Perla efd2e40a8c be2net: some name changes for consistency 16 years ago
Sathya Perla 5f0b849eb3 be2net: replace some printks with dev_err()/dev_warn() 16 years ago
Sathya Perla eec368fb3c be2net: remove pci_func field from be_adapter struct 16 years ago
Sathya Perla 8788fdc2a5 be2net: get rid of be_ctrl_info struct/abstraction 16 years ago
Ajit Khaparde 5be93b9a86 be2net: Add GRO support to the be2net driver. LRO is not supported anymore. 16 years ago
Ajit Khaparde fa77406aee be2net: Bug fix in the non-lro path. Size of received packet was not updated in statistics properly. 16 years ago
Sathya Perla c001c213b1 be2net: fix spurious interrupt handling in intx mode 16 years ago
Ajit Khaparde bd46cb6cf1 be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames. 16 years ago
Sathya Perla a8f447bda3 be2net: receive asynchronous link status notifications from BE 16 years ago
Sathya Perla 24307eef74 be2net: cleanup multicast_set cmd to avoid mc_list copy 16 years ago
Sathya Perla 6ac7b687cb be2net: Use MCC queue for cmds that may be called in BH context 16 years ago
Sathya Perla 5fb379ee67 be2net: Add MCC queue mechanism for BE cmds 16 years ago
Sathya Perla 934037bc2e be2net: Fix be_tx_q_clean() being called on freed queues 16 years ago
Sathya Perla a7a0ef31de be2net: Fix early reset of rx-completion 16 years ago
Sathya Perla 76fbb42919 be2net: Fix rx stats updation in non-lro path 16 years ago
Sathya Perla 6811086899 be2net: fix netdev stats rx_errors and rx_dropped 16 years ago
Sathya Perla b305be78a0 be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work() 16 years ago
David S. Miller ebc8d2ab61 be2net: Remove unnecessary frag list traversing. 16 years ago
Eric Dumazet 28679751a9 net: dont update dev->trans_start in 10GB drivers 16 years ago
Ajit Khaparde c4ca237431 be2net: add two new pci device ids to pci device table 16 years ago
Ajit Khaparde 03a980d162 be2net: fix for default setting of pause auto-negotiation 16 years ago
Ajit Khaparde 728a9972d1 be2net: changes for checksum and segmentation offload 16 years ago
Yang Hongyang e930438c42 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) 16 years ago
Stephen Hemminger 65f71b8bd2 benet: use do_div() for 64 bit divide 16 years ago
Sathya Perla 4097f663cb be2net: cleanup rx/tx rate calculations 16 years ago
Sathya Perla 1ab1ab7543 be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycle 16 years ago
Sathya Perla ea1dae11e0 be2net: replenish when posting to rx-queue is starved in out of mem conditions 16 years ago
Sathya Perla 6b7c5b947c net: Add be2net driver. 16 years ago