From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com, fw@strlen.de,
kadlec@netfilter.org
Subject: [PATCH net-next 0/4] Netfilter/IPVS updates for net-next
Date: Sun, 12 Jan 2025 00:07:56 +0100 [thread overview]
Message-ID: <20250111230800.67349-1-pablo@netfilter.org> (raw)
Hi,
The following patchset contains a small batch of Netfilter/IPVS updates
for net-next:
1) Remove unused genmask parameter in nf_tables_addchain()
2) Speed up reads from /proc/net/ip_vs_conn, from Florian Westphal.
3) Skip empty buckets in hashlimit to avoid atomic operations that results
in false positive reports by syzbot with lockdep enabled, patch from
Eric Dumazet.
4) Add conntrack event timestamps available via ctnetlink,
from Florian Westphal.
Please, pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git nf-next-25-01-11
Thanks.
----------------------------------------------------------------
The following changes since commit 3e5908172c05ab1511f2a6719b806d6eda6e1715:
Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next (2025-01-04 17:02:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-25-01-11
for you to fetch changes up to 601731fc7c6111bbca49ce3c9499c2e4d426079d:
netfilter: conntrack: add conntrack event timestamp (2025-01-09 14:42:16 +0100)
----------------------------------------------------------------
netfilter pull request 25-01-11
----------------------------------------------------------------
Eric Dumazet (1):
netfilter: xt_hashlimit: htable_selective_cleanup() optimization
Florian Westphal (2):
ipvs: speed up reads from ip_vs_conn proc file
netfilter: conntrack: add conntrack event timestamp
tuqiang (1):
netfilter: nf_tables: remove the genmask parameter
include/net/netfilter/nf_conntrack_ecache.h | 12 ++++++
include/uapi/linux/netfilter/nfnetlink_conntrack.h | 1 +
net/netfilter/ipvs/ip_vs_conn.c | 50 ++++++++++++----------
net/netfilter/nf_conntrack_ecache.c | 23 ++++++++++
net/netfilter/nf_conntrack_netlink.c | 25 +++++++++++
net/netfilter/nf_tables_api.c | 7 ++-
net/netfilter/xt_hashlimit.c | 6 ++-
7 files changed, 97 insertions(+), 27 deletions(-)
next reply other threads:[~2025-01-11 23:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-11 23:07 Pablo Neira Ayuso [this message]
2025-01-11 23:07 ` [PATCH net-next 1/4] netfilter: nf_tables: remove the genmask parameter Pablo Neira Ayuso
2025-01-14 11:20 ` patchwork-bot+netdevbpf
2025-01-11 23:07 ` [PATCH net-next 2/4] ipvs: speed up reads from ip_vs_conn proc file Pablo Neira Ayuso
2025-01-11 23:07 ` [PATCH net-next 3/4] netfilter: xt_hashlimit: htable_selective_cleanup() optimization Pablo Neira Ayuso
2025-01-11 23:08 ` [PATCH net-next 4/4] netfilter: conntrack: add conntrack event timestamp 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=20250111230800.67349-1-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=kadlec@netfilter.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.