linux/drivers/net/ipvlan
Mahesh Bandewar f992458686 ipvlan: don't deref eth hdr before checking it's set
[ Upstream commit ad8192767c ]

IPvlan in L3 mode discards outbound multicast packets but performs
the check before ensuring the ether-header is set or not. This is
an error that Eric found through code browsing.

Fixes: 2ad7bf3638 (“ipvlan: Initial check-in of the IPVLAN driver.”)
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-18 07:17:39 +01:00
..
Makefile
ipvlan.h
ipvlan_core.c ipvlan: don't deref eth hdr before checking it's set 2020-03-18 07:17:39 +01:00
ipvlan_l3s.c
ipvlan_main.c
ipvtap.c