dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/bridge
Patrick McHardy 9666dae510 [NETFILTER]: Fix connection tracking bug in 2.6.12
In 2.6.12 we started dropping the conntrack reference when a packet
leaves the IP layer. This broke connection tracking on a bridge,
because bridge-netfilter defers calling some NF_IP_* hooks to the bridge
layer for locally generated packets going out a bridge, where the
conntrack reference is no longer available. This patch keeps the
reference in this case as a temporary solution, long term we will
remove the defered hook calling. No attempt is made to drop the
reference in the bridge-code when it is no longer needed, tc actions
could already have sent the packet anywhere.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-06-28 16:04:44 -07:00
..
netfilter [EBTABLES]: Fix thinkos in ebt_log.c 2005-06-28 12:39:40 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_device.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_fdb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_forward.c [NETFILTER]: Kill nf_debug 2005-06-21 14:01:57 -07:00
br_if.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_input.c [NETFILTER]: Kill nf_debug 2005-06-21 14:01:57 -07:00
br_ioctl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_netfilter.c [NETFILTER]: Fix connection tracking bug in 2.6.12 2005-06-28 16:04:44 -07:00
br_notify.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_private.h [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_private_stp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp_bpdu.c [BRIDGE]: prevent bad forwarding table updates 2005-05-29 14:15:55 -07:00
br_stp_if.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp_timer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_sysfs_br.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_sysfs_if.c [PATCH] kobject/hotplug split - net bridge 2005-04-18 21:57:37 -07:00