/openbmc/linux/drivers/net/ |
H A D | ifb.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | loopback.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | veth.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | macvlan.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | tun.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
/openbmc/linux/net/bridge/ |
H A D | br_if.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | br_device.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
/openbmc/linux/net/core/ |
H A D | netpoll.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | pktgen.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | neighbour.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
H A D | dev.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff 008298231abbeb91bc7be9e8b078607b816d1a4a Thu Nov 20 22:14:53 CST 2008 Stephen Hemminger <shemminger@vyatta.com> 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>
|