-
- Downloads
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Pablo Neira Ayuso says:
====================
The following patchset contains Netfilter fixes for your net tree, they
are:
* Use 16-bits offset and length fields instead of 8-bits in the conntrack
extension to avoid an overflow when many conntrack extension are used,
from Andrey Vagin.
* Allow to use cgroup match from LOCAL_IN, there is no apparent reason
for not allowing this, from Alexey Perevalov.
* Fix build of the connlimit match after recent changes to let it scale
up that result in a divide by zero compilation error in UP, from
Florian Westphal.
* Move the lock out of the structure connlimit_data to avoid a false
sharing spotted by Eric Dumazet and Jesper D. Brouer, this needed as
part of the recent connlimit scalability improvements, also from
Florian Westphal.
* Add missing module aliases in xt_osf to fix loading of rules using
this match, from Kirill Tkhai.
* Restrict set names in nf_tables to 15 characters instead of silently
trimming them off, from me.
* Fix wrong format in nf_tables request module call for chain types,
spotted by Florian Westphal, patch from me.
* Fix crash in xtables when it fails to copy the counters back to userspace
after having replaced the table already.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/netfilter/nf_conntrack_extend.h 2 additions, 2 deletionsinclude/net/netfilter/nf_conntrack_extend.h
- net/bridge/netfilter/ebtables.c 2 additions, 3 deletionsnet/bridge/netfilter/ebtables.c
- net/ipv4/netfilter/arp_tables.c 4 additions, 2 deletionsnet/ipv4/netfilter/arp_tables.c
- net/ipv4/netfilter/ip_tables.c 4 additions, 2 deletionsnet/ipv4/netfilter/ip_tables.c
- net/ipv6/netfilter/ip6_tables.c 4 additions, 2 deletionsnet/ipv6/netfilter/ip6_tables.c
- net/netfilter/nf_tables_api.c 4 additions, 3 deletionsnet/netfilter/nf_tables_api.c
- net/netfilter/xt_cgroup.c 2 additions, 1 deletionnet/netfilter/xt_cgroup.c
- net/netfilter/xt_connlimit.c 16 additions, 9 deletionsnet/netfilter/xt_connlimit.c
- net/netfilter/xt_osf.c 2 additions, 0 deletionsnet/netfilter/xt_osf.c
Loading
Please register or sign in to comment