[PATCH net-next v3] bonding: deliver link-local packets with skb->dev set to link that packets arrived on

2017-04-17 Thread Chonggang Li
ehavior for link-local packets by not changing the skb->dev to the bonding-master and maintaining it as it is, i.e. the link on which the packet arrived. Signed-off-by: Chonggang Li <chonggan...@google.com> Signed-off-by: Mahesh Bandewar <mahe...@google.com> Signed-off-by: Macie

[PATCH net-next v2] bonding: deliver link-local packets with skb->dev set to link that packets arrived on

2017-04-16 Thread Chonggang Li
ehavior for link-local packets by not changing the skb->dev to the bonding-master and maintaining it as it is, i.e. the link on which the packet arrived. Signed-off-by: Chonggang Li <chonggan...@google.com> Signed-off-by: Mahesh Bandewar <mahe...@google.com> Signed-off-by: Macie

[PATCH net-next] bonding: do not pass link-local packets to master-interface

2017-04-14 Thread Chonggang Li
-off-by: Chonggang Li <chonggan...@google.com> Signed-off-by: Mahesh Bandewar <mahe...@google.com> Signed-off-by: Maciej Żenczykowski <m...@google.com> --- drivers/net/bonding/bond_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/bonding/bond_main.c b/d