mbox series

[GIT,PULL] netfilter updates for net-next 2023-03-30

Message ID 20230331104809.2959-1-fw@strlen.de (mailing list archive)
State Accepted
Commit 54fd494af9d40393f7e60a26229d4d9fbf258c01
Delegated to: Netdev Maintainers
Headers show
Series [GIT,PULL] netfilter updates for net-next 2023-03-30 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-2023-03-30

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/build_32bit success Errors and warnings before: 847 this patch: 847
netdev/build_clang success Errors and warnings before: 216 this patch: 216
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 835 this patch: 835

Message

Florian Westphal March 31, 2023, 10:48 a.m. UTC
Hello,

This pull request contains changes for the *net-next* tree.

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.

The following changes since commit da617cd8d90608582eb8d0b58026f31f1a9bfb1d:

  smsc911x: remove superfluous variable init (2023-03-30 15:35:33 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-2023-03-30

for you to fetch changes up to 9b7c68b3911aef84afa4cbfc31bce20f10570d51:

  netfilter: ctnetlink: Support offloaded conntrack entry deletion (2023-03-30 22:20:09 +0200)

----------------------------------------------------------------
Eric Sage (1):
      netfilter: nfnetlink_queue: enable classid socket info retrieval

Florian Westphal (1):
      netfilter: nfnetlink_log: remove rcu_bh usage

Matthieu De Beule (1):
      netfilter: Correct documentation errors in nf_tables.h

Paul Blakey (1):
      netfilter: ctnetlink: Support offloaded conntrack entry deletion

 include/uapi/linux/netfilter/nf_tables.h       |  8 +++---
 include/uapi/linux/netfilter/nfnetlink_queue.h |  1 +
 net/netfilter/nf_conntrack_netlink.c           |  8 ------
 net/netfilter/nfnetlink_log.c                  | 36 ++++++++++++++++----------
 net/netfilter/nfnetlink_queue.c                | 20 ++++++++++++++
 5 files changed, 48 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 31, 2023, 5:50 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 31 Mar 2023 12:48:09 +0200 you wrote:
> Hello,
> 
> This pull request contains changes for the *net-next* tree.
> 
> 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.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] netfilter updates for net-next 2023-03-30
    https://git.kernel.org/netdev/net-next/c/54fd494af9d4

You are awesome, thank you!