-
- Downloads
Pablo Neira Ayuso says:
====================
Netfilter fixes for net
The following patchset contain Netfilter fixes for your net tree, they are:
1) Fix a race in nfnetlink_log and nfnetlink_queue that can lead to a crash.
This problem is due to wrong order in the per-net registration and netlink
socket events. Patch from Francesco Ruggeri.
2) Make sure that counters that userspace pass us are higher than 0 in all the
x_tables frontends. Discovered via Trinity, patch from Dave Jones.
3) Revert a patch for br_netfilter to rely on the conntrack status bits. This
breaks stateless IPv6 NAT transformations. Patch from Florian Westphal.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/linux/skbuff.h 1 addition, 0 deletionsinclude/linux/skbuff.h
- net/bridge/br_netfilter.c 9 additions, 18 deletionsnet/bridge/br_netfilter.c
- net/bridge/netfilter/ebtables.c 4 additions, 0 deletionsnet/bridge/netfilter/ebtables.c
- net/ipv4/netfilter/arp_tables.c 6 additions, 0 deletionsnet/ipv4/netfilter/arp_tables.c
- net/ipv4/netfilter/ip_tables.c 6 additions, 0 deletionsnet/ipv4/netfilter/ip_tables.c
- net/ipv6/netfilter/ip6_tables.c 6 additions, 0 deletionsnet/ipv6/netfilter/ip6_tables.c
- net/netfilter/nfnetlink_log.c 10 additions, 9 deletionsnet/netfilter/nfnetlink_log.c
- net/netfilter/nfnetlink_queue_core.c 9 additions, 9 deletionsnet/netfilter/nfnetlink_queue_core.c
Loading
Please register or sign in to comment