netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/6] fib: rules: Convert RTM_NEWRULE and RTM_DELRULE to per-netns RTNL.
@ 2025-02-06  8:46 Kuniyuki Iwashima
  2025-02-06  8:46 ` [PATCH v1 net-next 1/6] fib: rules: Don't check net in rule_exists() and rule_find() Kuniyuki Iwashima
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Kuniyuki Iwashima @ 2025-02-06  8:46 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman
  Cc: Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

Patch 1 & 2 are small cleanup, and patch 3 ~ 6 make fib_nl_newrule()
and fib_nl_delrule() hold per-netns RTNL.


Kuniyuki Iwashima (6):
  fib: rules: Don't check net in rule_exists() and rule_find().
  fib: rules: Pass net to fib_nl2rule() instead of skb.
  fib: rules: Split fib_nl2rule().
  fib: rules: Convert RTM_NEWRULE to per-netns RTNL.
  fib: rules: Add error_free label in fib_nl_delrule().
  fib: rules: Convert RTM_DELRULE to per-netns RTNL.

 net/core/fib_rules.c | 131 ++++++++++++++++++++++++++++---------------
 1 file changed, 85 insertions(+), 46 deletions(-)

-- 
2.39.5 (Apple Git-154)


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

end of thread, other threads:[~2025-02-07  4:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06  8:46 [PATCH v1 net-next 0/6] fib: rules: Convert RTM_NEWRULE and RTM_DELRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 1/6] fib: rules: Don't check net in rule_exists() and rule_find() Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 2/6] fib: rules: Pass net to fib_nl2rule() instead of skb Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 3/6] fib: rules: Split fib_nl2rule() Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 4/6] fib: rules: Convert RTM_NEWRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 5/6] fib: rules: Add error_free label in fib_nl_delrule() Kuniyuki Iwashima
2025-02-06  8:46 ` [PATCH v1 net-next 6/6] fib: rules: Convert RTM_DELRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-06  9:41   ` Eric Dumazet
2025-02-06  9:52     ` Kuniyuki Iwashima
2025-02-06 11:22       ` Ido Schimmel
2025-02-07  4:12         ` Kuniyuki Iwashima

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).