]> git.baikalelectronics.ru Git - kernel.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)
commit93a7fa0b37f32e14d406a0ec5295695c7510d891
treea0682f0b12435422ac8699fe2fe29c2a7f5dcd63
parentf4ba4f25b577ed0bc32f326b40a134e2af74529b
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