[PATCH net 0/4] Netfilter fixes for net

2021-02-04 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Fix combination of --reap and --update in xt_recent that triggers UAF, from Jozsef Kadlecsik. 2) Fix current year in nft_meta selftest, from Fabian Frederick. 3) Fix possible UAF in the netns destroy path of nftables. 4) Fix in

[PATCH net 0/4] Netfilter fixes for net

2020-12-18 Thread Pablo Neira Ayuso
Hi Jakub, David, The following patchset contains 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) Possib

Re: [PATCH net 0/4] Netfilter fixes for net

2020-12-09 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 9 Dec 2020 23:18:06 +0100 > Hi Jakub, David, > > The following patchset contains Netfilter fixes for net: > > 1) Switch to RCU in x_tables to fix possible NULL pointer dereference, >from Subash Abhinov Kasiviswanathan. > > 2) Fix netlink dump of dynset t

[PATCH net 0/4] Netfilter fixes for net

2020-12-09 Thread Pablo Neira Ayuso
Hi Jakub, David, The following patchset contains Netfilter fixes for net: 1) Switch to RCU in x_tables to fix possible NULL pointer dereference, from Subash Abhinov Kasiviswanathan. 2) Fix netlink dump of dynset timeouts later than 23 days. 3) Add comment for the indirect serialization of th

[PATCH net 0/4] Netfilter fixes for net

2020-11-21 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Fix missing control data in flow dissector, otherwise IP address matching in hardware offload infra does not work. 2) Fix hardware offload match on prefix IP address when userspace does not send a bitwise expression to represe