linux/net/bridge
David S. Miller c8923c6b85 [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.
Original patch by Harald Welte, with feedback from Herbert Xu
and testing by Sébastien Bernard.

EBTABLES, ARP tables, and IP/IP6 tables all assume that cpus
are numbered linearly.  That is not necessarily true.

This patch fixes that up by calculating the largest possible
cpu number, and allocating enough per-cpu structure space given
that.

Signed-off-by: David S. Miller <davem@davemloft.net>
2005-10-13 14:41:23 -07:00
..
netfilter [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. 2005-10-13 14:41:23 -07:00
Kconfig
…
Makefile
…
br.c
…
br_device.c
…
br_fdb.c
…
br_forward.c
…
br_if.c [BRIDGE]: fix race on bridge del if 2005-10-12 15:10:01 -07:00
br_input.c
…
br_ioctl.c
…
br_netfilter.c
…
br_notify.c
…
br_private.h
…
br_private_stp.h
…
br_stp.c
…
br_stp_bpdu.c
…
br_stp_if.c
…
br_stp_timer.c
…
br_sysfs_br.c
…
br_sysfs_if.c
…