diff options
author | David Ahern <dsahern@gmail.com> | 2019-02-25 13:55:48 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-27 21:44:20 -0800 |
commit | a1fd1ad2552fad9e649eeb85fd79301e2880a886 (patch) | |
tree | 22c877981dda0460c8ca573dbf8f3f0c346a201a /net/netlabel | |
parent | e27775a4bec55d3fa99c4f325b88871ad8ab10fc (diff) | |
download | linux-a1fd1ad2552fad9e649eeb85fd79301e2880a886.tar.bz2 |
ipv4: Pass original device to ip_rcv_finish_core
ip_route_input_rcu expects the original ingress device (e.g., for
proper multicast handling). The skb->dev can be changed by l3mdev_ip_rcv,
so dev needs to be saved prior to calling it. This was the behavior prior
to the listify changes.
Fixes: 5fa12739a53d0 ("net: ipv4: listify ip_rcv_finish")
Cc: Edward Cree <ecree@solarflare.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlabel')
0 files changed, 0 insertions, 0 deletions