All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf,v2 0/2] nf_tables: limit maximum number of jumps/gotos per netns
@ 2025-10-27 22:17 Pablo Neira Ayuso
  2025-10-27 22:17 ` [PATCH nf 1/2] netfilter: " Pablo Neira Ayuso
  2025-10-27 22:17 ` [PATCH nf 2/2] selftests: netfilter: add test for nf_tables_jumps_max_netns sysctl Pablo Neira Ayuso
  0 siblings, 2 replies; 9+ messages in thread
From: Pablo Neira Ayuso @ 2025-10-27 22:17 UTC (permalink / raw)
  To: netfilter-devel; +Cc: fw, ffmancera, brady.1345

Hi,

This new series contains v2 to add limit per
-

Pablo Neira Ayuso (2):
  netfilter: nf_tables: limit maximum number of jumps/gotos per netns
  selftests: netfilter: add test for nf_tables_jumps_max_netns sysctl

 Documentation/networking/netfilter-sysctl.rst |  15 ++
 include/net/netfilter/nf_tables.h             |   7 +
 include/net/netns/netfilter.h                 |   6 +
 net/netfilter/Makefile                        |   2 +-
 net/netfilter/core.c                          |   9 ++
 net/netfilter/nf_tables_api.c                 |  95 +++++++++++-
 net/netfilter/nf_tables_sysctl.c              |  91 +++++++++++
 net/netfilter/nft_immediate.c                 |   4 +
 net/netfilter/nft_lookup.c                    |   9 ++
 .../testing/selftests/net/netfilter/Makefile  |   2 +
 .../net/netfilter/gen_ruleset_many_jumps.c    | 145 ++++++++++++++++++
 .../net/netfilter/nft_ruleset_many_jumps.sh   | 118 ++++++++++++++
 12 files changed, 498 insertions(+), 5 deletions(-)
 create mode 100644 net/netfilter/nf_tables_sysctl.c
 create mode 100644 tools/testing/selftests/net/netfilter/gen_ruleset_many_jumps.c
 create mode 100755 tools/testing/selftests/net/netfilter/nft_ruleset_many_jumps.sh

-- 
2.30.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-29  4:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 22:17 [PATCH nf,v2 0/2] nf_tables: limit maximum number of jumps/gotos per netns Pablo Neira Ayuso
2025-10-27 22:17 ` [PATCH nf 1/2] netfilter: " Pablo Neira Ayuso
2025-10-28 13:06   ` Florian Westphal
2025-10-28 17:26     ` Pablo Neira Ayuso
2025-10-28 17:36       ` Florian Westphal
2025-10-28 14:32   ` kernel test robot
2025-10-28 14:54   ` kernel test robot
2025-10-29  4:49   ` kernel test robot
2025-10-27 22:17 ` [PATCH nf 2/2] selftests: netfilter: add test for nf_tables_jumps_max_netns sysctl Pablo Neira Ayuso

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.