1
0
Fork 0
alistair23-linux/drivers/net/igb
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops
This patch moves neigh_setup and hard_start_xmit into the network device ops
structure. For bisection, fix all the previously converted drivers as well.
Bonding driver took the biggest hit on this.

Added a prefetch of the hard_start_xmit in the fast path to try and reduce
any impact this would have.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-20 20:14:53 -08:00
..
Makefile igb: PCI-Express 82575 Gigabit Ethernet driver 2008-01-28 15:10:33 -08:00
e1000_82575.c igb: remove 82576 quad adapter 2008-08-27 05:36:12 -04:00
e1000_82575.h igb: remove three redundant functions left in the code 2008-08-07 01:55:20 -04:00
e1000_defines.h igb: fixes 82576 serdes init to correctly support manual flow control changes 2008-08-07 01:55:09 -04:00
e1000_hw.h igb: remove 82576 quad adapter 2008-08-27 05:36:12 -04:00
e1000_mac.c igb: remove three redundant functions left in the code 2008-08-07 01:55:20 -04:00
e1000_mac.h igb: remove three redundant functions left in the code 2008-08-07 01:55:20 -04:00
e1000_nvm.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_nvm.h igb: PCI-Express 82575 Gigabit Ethernet driver 2008-01-28 15:10:33 -08:00
e1000_phy.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_phy.h igb: PCI-Express 82575 Gigabit Ethernet driver 2008-01-28 15:10:33 -08:00
e1000_regs.h igb: remove three redundant functions left in the code 2008-08-07 01:55:20 -04:00
igb.h igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize 2008-11-20 00:48:10 -08:00
igb_ethtool.c igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize 2008-11-20 00:48:10 -08:00
igb_main.c netdev: add more functions to netdevice ops 2008-11-20 20:14:53 -08:00