Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Pablo Neira Ayuso says:
====================
Netfilter fixes for net
The following patchset contains Netfilter fixes for your net tree:
1) Fix list corruption in device notifier in the masquerade
infrastructure, from Florian Westphal.
2) Fix double-free of sets and use-after-free when deleting elements.
3) Don't bogusly return EBUSY when removing a set after flush command.
4) Use-after-free in dynamically allocate operations.
5) Don't report a new ruleset generation to userspace if transaction
list is empty, this invalidates the userspace cache innecessarily.
From Florian Westphal.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/net/netfilter/nf_tables.h 8 additions, 4 deletionsinclude/net/netfilter/nf_tables.h
- net/netfilter/nf_nat_masquerade.c 19 additions, 16 deletionsnet/netfilter/nf_nat_masquerade.c
- net/netfilter/nf_tables_api.c 46 additions, 8 deletionsnet/netfilter/nf_tables_api.c
- net/netfilter/nft_dynset.c 9 additions, 4 deletionsnet/netfilter/nft_dynset.c
- net/netfilter/nft_lookup.c 9 additions, 4 deletionsnet/netfilter/nft_lookup.c
- net/netfilter/nft_objref.c 9 additions, 4 deletionsnet/netfilter/nft_objref.c
Loading
Please register or sign in to comment