linux_dsm_epyc7002/net/xfrm
Nathan Harold 5baf4f9c00 xfrm: Allow xfrmi if_id to be updated by UPDSA
Allow attaching an SA to an xfrm interface id after
the creation of the SA, so that tasks such as keying
which must be done as the SA is created, can remain
separate from the decision on how to route traffic
from an SA. This permits SA creation to be decomposed
in to three separate steps:
1) allocation of a SPI
2) algorithm and key negotiation
3) insertion into the data path

Signed-off-by: Nathan Harold <nharold@google.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2018-07-20 10:19:19 +02:00
..
Kconfig xfrm: Add virtual xfrm interfaces 2018-06-23 16:07:25 +02:00
Makefile xfrm: Add virtual xfrm interfaces 2018-06-23 16:07:25 +02:00
xfrm_algo.c
xfrm_device.c xfrm: don't check offload_handle for nonzero 2018-07-19 10:18:04 +02:00
xfrm_hash.c
xfrm_hash.h
xfrm_input.c xfrm: Add virtual xfrm interfaces 2018-06-23 16:07:25 +02:00
xfrm_interface.c xfrm: Remove xfrmi interface ID from flowi 2018-07-20 10:14:41 +02:00
xfrm_ipcomp.c
xfrm_output.c
xfrm_policy.c xfrm: Remove xfrmi interface ID from flowi 2018-07-20 10:14:41 +02:00
xfrm_proc.c
xfrm_replay.c
xfrm_state.c xfrm: Allow xfrmi if_id to be updated by UPDSA 2018-07-20 10:19:19 +02:00
xfrm_sysctl.c
xfrm_user.c