kernel_optimize_test/net/bridge
Nikolay Aleksandrov 565ce8f32a net: bridge: fix vlan stats continue counter
I made a dumb off-by-one mistake when I added the vlan stats counter
dumping code. The increment should happen before the check, not after
otherwise we miss one entry when we continue dumping.

Fixes: a60c090361 ("bridge: netlink: export per-vlan stats")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-29 05:33:35 -04:00
..
netfilter
br_device.c
br_fdb.c bridge: Don't insert unnecessary local fdb entry on changing mac address 2016-06-08 00:31:38 -07:00
br_forward.c
br_if.c
br_input.c bridge: Fix incorrect re-injection of STP packets 2016-06-10 22:41:58 -07:00
br_ioctl.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-05-09 15:59:24 -04:00
br_mdb.c
br_multicast.c Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address 2016-06-28 08:03:04 -04:00
br_netfilter_hooks.c
br_netfilter_ipv6.c
br_netlink.c net: bridge: fix vlan stats continue counter 2016-06-29 05:33:35 -04:00
br_nf_core.c
br_private_stp.h
br_private.h Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address 2016-06-28 08:03:04 -04:00
br_stp_bpdu.c
br_stp_if.c
br_stp_timer.c
br_stp.c
br_sysfs_br.c
br_sysfs_if.c
br_vlan.c
br.c
Kconfig
Makefile