netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipsec-next 0/2] xfrm: policy: replace session decode with flow dissector
@ 2023-09-18 12:59 Florian Westphal
  2023-09-18 12:59 ` [PATCH ipsec-next 1/2] xfrm: move mark and oif flowi decode into common code Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Florian Westphal @ 2023-09-18 12:59 UTC (permalink / raw)
  To: netdev
  Cc: nharold, lorenzo, benedictwong, steffen.klassert, herbert,
	Florian Westphal

Remove the ipv4+ipv6 session decode functions and use generic flow
dissector to populate the flowi for the policy lookup.

Changes since RFC:

 - Drop mobility header support.  I don't think that anyone uses
   this.  MOBIKE doesn't appear to need this either.
 - Drop fl6->flowlabel assignment, original code leaves it as 0.

There is no reason for this change other than to remove code.

Florian Westphal (2):
  xfrm: move mark and oif flowi decode into common code
  xfrm: policy: replace session decode with flow dissector

Florian Westphal (2):
  xfrm: move mark and oif flowi decode into common code
  xfrm: policy: replace session decode with flow dissector

 net/xfrm/xfrm_policy.c | 277 ++++++++++++++++-------------------------
 1 file changed, 107 insertions(+), 170 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-27 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 12:59 [PATCH ipsec-next 0/2] xfrm: policy: replace session decode with flow dissector Florian Westphal
2023-09-18 12:59 ` [PATCH ipsec-next 1/2] xfrm: move mark and oif flowi decode into common code Florian Westphal
2023-09-18 12:59 ` [PATCH ipsec-next 2/2] xfrm: policy: replace session decode with flow dissector Florian Westphal
2023-09-27  8:47   ` kernel test robot
2023-09-27 18:01     ` Florian Westphal
2023-09-21 12:22 ` [PATCH ipsec-next 0/2] " Simon Horman

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