All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf 0/2] arp,ebtables: add pre_exit hooks for arp/ebtable hook unregister
@ 2021-04-07 19:43 Florian Westphal
  2021-04-07 19:43 ` [PATCH nf 1/2] netfilter: bridge: add pre_exit hooks for ebtable unregistration Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2021-04-07 19:43 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

arptables and ebtables need the same fixup that was added for
ip/ip6tables: synchronize_rcu() is needed before ruleset can be free'd.

Add pre_exit hooks for this.

Florian Westphal (2):
  netfilter: bridge: add pre_exit hooks for ebtable unregistration
  netfilter: arp_tables: netfilter: bridge: add pre_exit hook for table
    unregister

 include/linux/netfilter_arp/arp_tables.h  |  5 ++--
 include/linux/netfilter_bridge/ebtables.h |  5 ++--
 net/bridge/netfilter/ebtable_broute.c     |  8 +++++-
 net/bridge/netfilter/ebtable_filter.c     |  8 +++++-
 net/bridge/netfilter/ebtable_nat.c        |  8 +++++-
 net/bridge/netfilter/ebtables.c           | 30 ++++++++++++++++++++---
 net/ipv4/netfilter/arp_tables.c           |  9 +++++--
 net/ipv4/netfilter/arptable_filter.c      | 10 +++++++-
 8 files changed, 70 insertions(+), 13 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-04-10 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 19:43 [PATCH nf 0/2] arp,ebtables: add pre_exit hooks for arp/ebtable hook unregister Florian Westphal
2021-04-07 19:43 ` [PATCH nf 1/2] netfilter: bridge: add pre_exit hooks for ebtable unregistration Florian Westphal
2021-04-07 19:43 ` [PATCH nf 2/2] netfilter: arp_tables: netfilter: bridge: add pre_exit hook for table unregister Florian Westphal
2021-04-10 19:17 ` [PATCH nf 0/2] arp,ebtables: add pre_exit hooks for arp/ebtable hook unregister 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.