diff options
author | Cristian Bercaru <B43982@freescale.com> | 2013-03-08 08:03:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-08 18:19:59 +0100 |
commit | 3bc1b1add7a8484cc4a261c3e128dbe1528ce01f (patch) | |
tree | cfe45cd4e2280b0cf84053b5f3838d9076f5b878 /net/ipv6 | |
parent | netlabel: fix build problems when CONFIG_IPV6=n (diff) | |
download | linux-3bc1b1add7a8484cc4a261c3e128dbe1528ce01f.tar.xz linux-3bc1b1add7a8484cc4a261c3e128dbe1528ce01f.zip |
bridging: fix rx_handlers return code
The frames for which rx_handlers return RX_HANDLER_CONSUMED are no longer
counted as dropped. They are counted as successfully received by
'netif_receive_skb'.
This allows network interface drivers to correctly update their RX-OK and
RX-DRP counters based on the result of 'netif_receive_skb'.
Signed-off-by: Cristian Bercaru <B43982@freescale.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions