]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Fri, 31 Mar 2023 17:39:33 +0000 (10:39 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 Mar 2023 17:39:33 +0000 (10:39 -0700)
commit54fd494af9d40393f7e60a26229d4d9fbf258c01
tree9f5e2003eaf0d869958303ae41250b6a351d0a63
parent99b3a769cd8ace9e2d38b3c41208a5a261510e70
parent9b7c68b3911aef84afa4cbfc31bce20f10570d51
Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next

Florian Westphal says:

====================
netfilter updates for net-next

1. No need to disable BH in nfnetlink proc handler, freeing happens
   via call_rcu.
2. Expose classid in nfetlink_queue, from Eric Sage.
3. Fix nfnetlink message description comments, from Matthieu De Beule.
4. Allow removal of offloaded connections via ctnetlink, from Paul Blakey.

* tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next:
  netfilter: ctnetlink: Support offloaded conntrack entry deletion
  netfilter: Correct documentation errors in nf_tables.h
  netfilter: nfnetlink_queue: enable classid socket info retrieval
  netfilter: nfnetlink_log: remove rcu_bh usage
====================

Link: https://lore.kernel.org/r/20230331104809.2959-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>