]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: Count interface receive statistics on the ingress netdev
authorStephen Suryaputra <ssuryaextr@gmail.com>
Mon, 16 Apr 2018 17:42:16 +0000 (13:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Apr 2018 17:39:51 +0000 (13:39 -0400)
commitbdb7cc643fc9db8d6ed9a2b9e524e27ac5882029
treea0682f0b12435422ac8699fe2fe29c2a7f5dcd63
parent032234d8231909ac049f22ea3b408487e1c103eb
ipv6: Count interface receive statistics on the ingress netdev

The statistics such as InHdrErrors should be counted on the ingress
netdev rather than on the dev from the dst, which is the egress.

Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
net/ipv6/exthdrs.c
net/ipv6/ip6_input.c
net/ipv6/ip6_output.c
net/ipv6/reassembly.c
net/ipv6/route.c
net/netfilter/ipvs/ip_vs_xmit.c