From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org
Subject: Re: [PATCH net-next 01/22] netfilter: nat: move nf_xfrm_me_harder to where it is used
Date: Mon, 26 Apr 2021 19:53:47 +0000 [thread overview]
Message-ID: <161946682700.17823.11285671326765671130.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210426171056.345271-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 26 Apr 2021 19:10:35 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
>
> remove the export and make it static.
>
> Signed-off-by: Florian Westphal <fw@strlen.de>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
>
> [...]
Here is the summary with links:
- [net-next,01/22] netfilter: nat: move nf_xfrm_me_harder to where it is used
https://git.kernel.org/netdev/net-next/c/885e8c68247c
- [net-next,02/22] netfilter: nft_socket: add support for cgroupsv2
https://git.kernel.org/netdev/net-next/c/e0bb96db96f8
- [net-next,03/22] netfilter: disable defrag once its no longer needed
https://git.kernel.org/netdev/net-next/c/de8c12110a13
- [net-next,04/22] netfilter: ebtables: remove the 3 ebtables pointers from struct net
https://git.kernel.org/netdev/net-next/c/4c95e0728eee
- [net-next,05/22] netfilter: x_tables: remove ipt_unregister_table
https://git.kernel.org/netdev/net-next/c/7716bf090e97
- [net-next,06/22] netfilter: x_tables: add xt_find_table
https://git.kernel.org/netdev/net-next/c/1ef4d6d1af2d
- [net-next,07/22] netfilter: iptables: unregister the tables by name
https://git.kernel.org/netdev/net-next/c/20a9df33594f
- [net-next,08/22] netfilter: ip6tables: unregister the tables by name
https://git.kernel.org/netdev/net-next/c/6c0717545f2c
- [net-next,09/22] netfilter: arptables: unregister the tables by name
https://git.kernel.org/netdev/net-next/c/4d705399191c
- [net-next,10/22] netfilter: x_tables: remove paranoia tests
https://git.kernel.org/netdev/net-next/c/f68772ed6783
- [net-next,11/22] netfilter: xt_nat: pass table to hookfn
https://git.kernel.org/netdev/net-next/c/a4aeafa28cf7
- [net-next,12/22] netfilter: ip_tables: pass table pointer via nf_hook_ops
https://git.kernel.org/netdev/net-next/c/ae689334225f
- [net-next,13/22] netfilter: arp_tables: pass table pointer via nf_hook_ops
https://git.kernel.org/netdev/net-next/c/f9006acc8dfe
- [net-next,14/22] netfilter: ip6_tables: pass table pointer via nf_hook_ops
https://git.kernel.org/netdev/net-next/c/ee177a54413a
- [net-next,15/22] netfilter: remove all xt_table anchors from struct net
https://git.kernel.org/netdev/net-next/c/f7163c4882e8
- [net-next,16/22] netfilter: nf_log_syslog: Unset bridge logger in pernet exit
https://git.kernel.org/netdev/net-next/c/593268ddf388
- [net-next,17/22] netfilter: nftables: add nft_pernet() helper function
https://git.kernel.org/netdev/net-next/c/d59d2f82f984
- [net-next,18/22] netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
https://git.kernel.org/netdev/net-next/c/a65553657174
- [net-next,19/22] netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
https://git.kernel.org/netdev/net-next/c/797d49805ddc
- [net-next,20/22] netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
https://git.kernel.org/netdev/net-next/c/7dab8ee3b6e7
- [net-next,21/22] netfilter: nfnetlink: consolidate callback types
https://git.kernel.org/netdev/net-next/c/50f2db9e368f
- [net-next,22/22] netfilter: allow to turn off xtables compat layer
https://git.kernel.org/netdev/net-next/c/47a6959fa331
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-04-26 19:55 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-26 17:10 [PATCH net-next 00/22] Netfilter updates for net-next Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 01/22] netfilter: nat: move nf_xfrm_me_harder to where it is used Pablo Neira Ayuso
2021-04-26 19:53 ` patchwork-bot+netdevbpf [this message]
2021-04-26 17:10 ` [PATCH net-next 02/22] netfilter: nft_socket: add support for cgroupsv2 Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 03/22] netfilter: disable defrag once its no longer needed Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 04/22] netfilter: ebtables: remove the 3 ebtables pointers from struct net Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 05/22] netfilter: x_tables: remove ipt_unregister_table Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 06/22] netfilter: x_tables: add xt_find_table Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 07/22] netfilter: iptables: unregister the tables by name Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 08/22] netfilter: ip6tables: " Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 09/22] netfilter: arptables: " Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 10/22] netfilter: x_tables: remove paranoia tests Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 11/22] netfilter: xt_nat: pass table to hookfn Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 12/22] netfilter: ip_tables: pass table pointer via nf_hook_ops Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 13/22] netfilter: arp_tables: " Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 14/22] netfilter: ip6_tables: " Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 15/22] netfilter: remove all xt_table anchors from struct net Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 16/22] netfilter: nf_log_syslog: Unset bridge logger in pernet exit Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 17/22] netfilter: nftables: add nft_pernet() helper function Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 18/22] netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 19/22] netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 20/22] netfilter: nfnetlink: pass struct nfnl_info to batch callbacks Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 21/22] netfilter: nfnetlink: consolidate callback types Pablo Neira Ayuso
2021-04-26 17:10 ` [PATCH net-next 22/22] netfilter: allow to turn off xtables compat layer Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=161946682700.17823.11285671326765671130.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).