android_kernel_motorola_sm6225/drivers/net/bonding
Jiri Pirko 3aba891dde bonding: move processing of recv handlers into handle_frame()
Since now when bonding uses rx_handler, all traffic going into bond
device goes thru bond_handle_frame. So there's no need to go back into
bonding code later via ptype handlers. This patch converts
original ptype handlers into "bonding receive probes". These functions
are called from bond_handle_frame and they are registered per-mode.

Note that vlan packets are also handled because they are always untagged
thanks to vlan_untag()

Note that this also allows arpmon for eth-bond-bridge-vlan topology.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-04-25 12:00:30 -07:00
..
bond_3ad.c bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bond_3ad.h bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bond_alb.c bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bond_alb.h bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bond_debugfs.c bonding: add the debugfs interface to see RLB hash table 2010-12-16 13:16:05 -08:00
bond_ipv6.c bonding/vlan: Fix mangled NAs on slaves without VLAN tag insertion 2010-12-16 12:43:22 -08:00
bond_main.c bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bond_procfs.c net-bonding: Fix minor sparse complaints 2011-04-14 22:00:31 -07:00
bond_sysfs.c bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
bonding.h bonding: move processing of recv handlers into handle_frame() 2011-04-25 12:00:30 -07:00
Makefile bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS 2011-04-17 23:36:03 -07:00