Commit Graph

86 Commits (7e38017557bc0b87434d184f8804cadb102bb903)

Author SHA1 Message Date
Sathya Perla 82456b031e be2net: implement pci shutdown handler 15 years ago
Sathya Perla 89420424fc be2net: fix rx-path to ignore a flush completion 15 years ago
Sathya Perla 7a1e9b2059 be2net: don't rearm mcc cq when device is not open 15 years ago
Sathya Perla a058a63274 be2net: a mini optimization in rx_compl_process() code 15 years ago
Sathya Perla cf588477a3 be2net: implement EEH pci error recovery handlers 15 years ago
Ajit Khaparde 82903e4bfc be2net: fix to limit max vlans supported in certain skews 15 years ago
Ajit Khaparde 205859a2ff be2net: minor code optimizations 15 years ago
Ajit Khaparde 34a89b8c75 be2net: bug fix in be_change_mtu 15 years ago
Ajit Khaparde 3f0d4560ae be2net: bug fix for flashing the BladeEngine3 ASIC 15 years ago
Ajit Khaparde e254f6ecae be2net: remove unused pci device id 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Sathya Perla 55bdeed9f6 be2net: use eq-id to calculate cev-isr reg offset 15 years ago
David S. Miller d291b9af1a be2net: Fix memset() arg ordering. 15 years ago
Ajit Khaparde 7b139c83c5 be2net: Bug fix to support newer generation of BE ASIC 15 years ago
Sathya Perla 26d92f9276 be2net: fix bug in rx page posting 15 years ago
Ajit Khaparde e1187b3be7 be2net: fix error in rx completion processing. 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Ajit Khaparde 71d8d1b58a be2net: Support for WoL using magic packet after suspend. 15 years ago
Alexander Duyck a73b796ed8 be2net: remove use of skb_dma_map/unmap 15 years ago
Ajit Khaparde 0dffc83e5b be2net: fix unnecessary access to hardware to get link, port info 15 years ago
Ajit Khaparde b7b83ac39a be2net: Add be_rx_polls counter 15 years ago
Ajit Khaparde ca9e4988cc be2net: check for valid ether address 15 years ago
Ajit Khaparde 35a652859a be2net: initialize netdev->perm_addr 15 years ago
Ajit Khaparde 51c59870f3 be2net: set netdev->vlan_features appropriately 15 years ago
Sathya Perla 8d56ff1170 be2net: Fix cleanup path in be_probe() 15 years ago
Sathya Perla 2243e2e95e be2net: Issue fw_init/clean cmds to fw 15 years ago
Sathya Perla 01ed30da5d be2net: Fix rx_drops_no_fragments stat being incorrectly indexed 15 years ago
Sathya Perla e7b909a68c be2net: support configuration of 64 multicast addresses instead of 32 15 years ago
Sarveshwar Bandi fa9a6fed87 be2net: Patch to flash redboot section while firmware update. 15 years ago
Ajit Khaparde 4f2aa89cd2 be2net: Bug fix to send config commands to hardware after netdev_register 15 years ago
Ajit Khaparde 9e90c96113 be2net: fix to set proper flow control on resume 15 years ago
Ajit Khaparde 59fd5d87a4 be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. 15 years ago
Sarveshwar Bandi 0388f251a3 be2net: Changes to update ethtool get_settings function to return appropriate values. 15 years ago
Sathya Perla 43a04fdc36 be2net: fix support for PCI hot plug 16 years ago
Sathya Perla 73d540f282 be2net: fix promiscuous and multicast promiscuous modes being enabled always 16 years ago
Eric Dumazet 89d71a66c4 net: Use netdev_alloc_skb_ip_align() 16 years ago
Ajit Khaparde 78122a52b3 be2net: Get rid of net_device_stats from adapter. 16 years ago
Ajit Khaparde 583e3f34eb be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <ifname> tx off 16 years ago
Ajit Khaparde c5b9b92e07 be2net: Bug Fix while accounting of multicast frames during netdev stats update 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 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