linux-stable/drivers/net/team
jeffreyji aaae162aeb teaming: deliver link-local packets with the link they arrive on
skb is ignored if team port is disabled. We want the skb to be delivered
if it's an link layer packet.

Issue is already fixed for bonding in
commit b89f04c61e ("bonding: deliver link-local packets with skb->dev set to link that packets arrived on")

changelog:

v2: change LLDP -> link layer in comments/commit descrip, comment format

Signed-off-by: jeffreyji <jeffreyji@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-18 11:40:52 +00:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
team.c teaming: deliver link-local packets with the link they arrive on 2022-02-18 11:40:52 +00:00
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c bpf: Refactor BPF_PROG_RUN into a function 2021-08-17 00:45:07 +02:00
team_mode_random.c
team_mode_roundrobin.c