-
- Downloads
Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Pablo Neira Ayuso says: ==================== Netfilter fixes for net The following patchset contains Netfilter fixes for net: Patch #1 syzbot reports that nf_reinject() could be called without rcu_read_lock() when flushing pending packets at nfnetlink queue removal, from Eric Dumazet. Patch #2 flushes ipset list:set when canceling garbage collection to reference to other lists to fix a race, from Jozsef Kadlecsik. Patch #3 restores q-in-q matching with nft_payload by reverting f6ae9f12 ("netfilter: nft_payload: add C-VLAN support"). Patch #4 fixes vlan mangling in skbuff when vlan offload is present in skbuff, without this patch nft_payload corrupts packets in this case. Patch #5 fixes possible nul-deref in tproxy no IP address is found in netdevice, reported by syzbot and patch from Florian Westphal. Patch #6 removes a superfluous restriction which prevents loose fib lookups from input and forward hooks, from Eric Garver. My assessment is that patches #1, #2 and #5 address possible kernel crash, anything else in this batch fixes broken features. netfilter pull request 24-05-29 * tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf: netfilter: nft_fib: allow from forward/input without iif selector netfilter: tproxy: bail out if IP has been disabled on the device netfilter: nft_payload: skbuff vlan metadata mangle support netfilter: nft_payload: restore vlan q-in-q match support netfilter: ipset: Add list flush to cancel_gc netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() ==================== Link: https://lore.kernel.org/r/20240528225519.1155786-1-pablo@netfilter.org Signed-off-by:Paolo Abeni <pabeni@redhat.com>
No related branches found
No related tags found
Showing
- net/ipv4/netfilter/nf_tproxy_ipv4.c 2 additions, 0 deletionsnet/ipv4/netfilter/nf_tproxy_ipv4.c
- net/netfilter/ipset/ip_set_list_set.c 3 additions, 0 deletionsnet/netfilter/ipset/ip_set_list_set.c
- net/netfilter/nfnetlink_queue.c 2 additions, 0 deletionsnet/netfilter/nfnetlink_queue.c
- net/netfilter/nft_fib.c 3 additions, 5 deletionsnet/netfilter/nft_fib.c
- net/netfilter/nft_payload.c 72 additions, 23 deletionsnet/netfilter/nft_payload.c
Loading
Please register or sign in to comment