Commit Graph

196 Commits (d7c7ef908b6497bb871e2e113e66e8fb0f757543)

Author SHA1 Message Date
Jesse Gross b738127dfb vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. 15 years ago
Eric Dumazet 807540baae drivers/net: return operator cleanup 15 years ago
Yi Zou 7b872a55c4 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags 15 years ago
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations 15 years ago
Joe Perches c061b18df0 drivers/net: Remove address use from assignments of function pointers 15 years ago
Jeff Kirsher 2d0bb1c1f4 e100/e1000*/igb*/ixgb*: Add missing read memory barrier 15 years ago
Joe Perches 57bf6eef2f ixgb and e1000: Use new function for copybreak tests 15 years ago
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s 15 years ago
Nick Nunley 47631f854f ixgb: use DMA API instead of PCI DMA functions 15 years ago
Joe Perches d328bc839e ixgb: Use pr_<level> and netdev_<level> 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Jiri Pirko 48e2f183cb net: convert multiple drivers to use netdev_for_each_mc_addr, part4 15 years ago
Joe Perches 6909c66dfb drivers/net/ixgb: Use netif_printk macros 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Roel Kluin c1fa347f20 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() 15 years ago
Alexey Dobriyan a3aa18842a drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 15 years ago
Alexander Duyck adeaa90863 ixgb: remove use of skb_dma_map from ixgb 15 years ago
Joe Perches a0607fd3a2 drivers/net: request_irq - Remove unnecessary leading & from second arg 15 years ago
Ajit Khaparde d189a7e858 ixgb: Fix erroneous display of stats by ethtool -S 16 years ago
Eric Dumazet 89d71a66c4 net: Use netdev_alloc_skb_ip_align() 16 years ago
Ajit Khaparde 0cdc03698f ixgb: Use the instance of net_device_stats from net_device. 16 years ago
Stephen Hemminger 3b29a56d31 intel: convert drivers to netdev_tx_t 16 years ago
Dean Nelson d6a1f83b63 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Eric Dumazet 042a53a9e4 net: skb_shared_info optimization 16 years ago
Eric Dumazet 28679751a9 net: dont update dev->trans_start in 10GB drivers 16 years ago
Jesse Brandeburg c2d5ab4973 e1000/e1000e/igb/ixgb: don't txhang after link down 16 years ago
Ben Hutchings cdbf0eb478 ixgb: Use generic MDIO definitions 16 years ago
Jesse Brandeburg 4cb9be7ab4 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily 16 years ago
Jesse Brandeburg 3a6d1bc416 ixgb: fix link down initial state 16 years ago
Alexander Beregalov 0ee904c35c drivers/net: replace BUG() with BUG_ON() if possible 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago
Alexander Duyck fe52eeb82b ixgb: refactor tx path to use skb_dma_map/unmap 16 years ago
Ben Hutchings 288379f050 net: Remove redundant NAPI functions 16 years ago
David S. Miller 2d5451d261 net: Fix warning fallout from recent NAPI interface changes. 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Jeff Kirsher d276016cf9 ixgb: cleanup link up/down messages 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Stephen Hemminger 0edc352743 ixgb: convert to net_device_ops 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Arjan van de Ven 275f165fa9 pci: use pci_ioremap_bar() in drivers/net 17 years ago
Brandeburg, Jesse 23e55a32ca ixgb: fix bug when freeing resources 17 years ago
Harvey Harrison b39d66a81f drivers/net: replace __FUNCTION__ with __func__ 17 years ago
Patrick McHardy 78ed11a56b netdrv intel: always enable VLAN filtering except in promiscous mode 17 years ago
Patrick McHardy 746b9f0228 netdrv intel: disable VLAN filtering in promiscous mode 17 years ago
Jesse Brandeburg f731a9ef82 ixgb: update copyright dates and versions 17 years ago
Jesse Brandeburg 6d37ab282e ixgb: make NAPI the only option and the default 17 years ago
Jesse Brandeburg 2c21fc6e3a ixgb: cleanup header 17 years ago
Jesse Brandeburg c219934014 ixgb: audit use of dev_kfree_skb_any 17 years ago