All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.9.y 0/2] netfilter: nat: revert rhashtable conversion
@ 2017-11-16 10:32 Florian Westphal
  2017-11-16 10:32 ` [PATCH 4.9.y 1/2] netfilter: nat: avoid use of nf_conn_nat extension Florian Westphal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Westphal @ 2017-11-16 10:32 UTC (permalink / raw)
  To: stable; +Cc: s.gottschall, g.nault, pablo

These two patches get rid of rhashtable the conversion.

First patch is an implicit dependency, rhlist remove interface
is a no-op in case element is not yet in the table, but hlist_del_rcu()
must only be called for conntracks that already have been inserted.

Second patch is the actual revert.

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

end of thread, other threads:[~2017-11-16 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 10:32 [PATCH 4.9.y 0/2] netfilter: nat: revert rhashtable conversion Florian Westphal
2017-11-16 10:32 ` [PATCH 4.9.y 1/2] netfilter: nat: avoid use of nf_conn_nat extension Florian Westphal
2017-11-16 10:32 ` [PATCH 4.9.y 2/2] netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable" Florian Westphal
2017-11-16 15:57 ` [PATCH 4.9.y 0/2] netfilter: nat: revert rhashtable conversion Guillaume Nault
2017-11-16 16:31 ` Greg KH

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.