-
- Downloads
Pablo Neira Ayuso says: ==================== Netfilter fixes for net 1) Incorrect loop in error path of nft_set_elem_expr_clone(), from Colin Ian King. 2) Missing xt_table_get_private_protected() to access table private data in x_tables, from Subash Abhinov Kasiviswanathan. 3) Possible oops in ipset hash type resize, from Vasily Averin. 4) Fix shift-out-of-bounds in ipset hash type, also from Vasily. * git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf: netfilter: ipset: fix shift-out-of-bounds in htable_bits() netfilter: ipset: fixes possible oops in mtype_resize netfilter: x_tables: Update remaining dereference to RCU netfilter: nftables: fix incorrect increment of loop counter ==================== Link: https://lore.kernel.org/r/20201218120409.3659-1-pablo@netfilter.org Signed-off-by:Jakub Kicinski <kuba@kernel.org>
No related branches found
No related tags found
Showing
- net/ipv4/netfilter/arp_tables.c 1 addition, 1 deletionnet/ipv4/netfilter/arp_tables.c
- net/ipv4/netfilter/ip_tables.c 1 addition, 1 deletionnet/ipv4/netfilter/ip_tables.c
- net/ipv6/netfilter/ip6_tables.c 1 addition, 1 deletionnet/ipv6/netfilter/ip6_tables.c
- net/netfilter/ipset/ip_set_hash_gen.h 18 additions, 24 deletionsnet/netfilter/ipset/ip_set_hash_gen.h
- net/netfilter/nf_tables_api.c 2 additions, 2 deletionsnet/netfilter/nf_tables_api.c
Loading
Please register or sign in to comment