NetBSD/sys/netipsec
ozaki-r 2b6b0bfccb Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE
It seems that PACKET_TAG_IPSEC_IN_CRYPTO_DONE is for network adapters
that have IPsec accelerators; a driver sets the mtag to a packet
when its device has already encrypted the packet.

Unfortunately no driver implements such offload features for long
years and seems unlikely to implement them soon. (Note that neither
FreeBSD nor Linux doesn't have such drivers.) Let's remove related
(unused) codes and simplify the IPsec code.
2017-07-05 03:44:59 +00:00
..
ah_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
ah.h
esp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
esp.h
files.netipsec IPSEC has not come in two speeds for a long time now (IPSEC == kame, 2013-06-05 19:01:26 +00:00
ipcomp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
ipcomp.h
ipip_var.h
ipsec6.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
ipsec_input.c Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
ipsec_mbuf.c Introduce IPSECLOG and replace ipseclog and DPRINTF with it 2017-05-19 04:34:09 +00:00
ipsec_netbsd.c KNF 2017-07-04 08:12:28 +00:00
ipsec_output.c Simplify IPSEC_OSTAT macro (NFC) 2017-07-04 06:45:05 +00:00
ipsec_private.h Retire ipsec_osdep.h 2017-04-19 03:39:14 +00:00
ipsec_var.h
ipsec.c KNF 2017-06-14 02:00:43 +00:00
ipsec.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
key_debug.c Correct the length of the SADB_EXT header in debug outputs 2017-04-26 03:16:06 +00:00
key_debug.h Tweak KEYDEBUG macros 2017-04-19 03:42:11 +00:00
key_var.h
key.c Introduce and use SADB_SASTATE_USABLE_P 2017-07-04 08:11:32 +00:00
key.h Make refcnt operations of SA and SP atomic 2017-05-30 01:31:07 +00:00
keydb.h Replace malloc/free with kmem(9) and kill KMALLOC/KFREE macros 2017-05-17 02:19:09 +00:00
keysock.c Support SO_OVERFLOWED on PF_KEY sockets 2017-05-25 04:45:59 +00:00
keysock.h Tweak header file inclusions 2017-06-02 03:32:51 +00:00
Makefile more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
xform_ah.c Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
xform_esp.c Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
xform_ipcomp.c Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
xform_ipip.c Apply C99-style struct initialization to xformsw 2017-06-29 07:13:41 +00:00
xform_tcp.c Apply C99-style struct initialization to xformsw 2017-06-29 07:13:41 +00:00
xform.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00