NetBSD/sys/netipsec
maxv 790020449d Style, no functional change. 2018-02-21 17:04:52 +00:00
..
Makefile add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
ah.h
ah_var.h Remove unused. 2018-02-16 10:07:07 +00:00
esp.h
esp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
files.netipsec add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
ipcomp.h
ipcomp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
ipip_var.h
ipsec.c Fix ipsec4_get_ulp(). We should do "goto done" instead of "return", 2018-02-21 16:42:33 +00:00
ipsec.h Rename: 2018-02-21 16:18:52 +00:00
ipsec6.h Style, remove unused and misleading macros and comments, localify, and 2018-02-16 15:18:41 +00:00
ipsec_input.c Argh, in my previous commit in this file I forgot to fix the IPv6 2018-02-21 16:48:28 +00:00
ipsec_mbuf.c Remove m_checkalignment(), unused. This eliminates a reference to 2018-02-14 14:19:53 +00:00
ipsec_netbsd.c Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs. 2018-02-16 09:24:55 +00:00
ipsec_output.c Style, no functional change. 2018-02-21 17:04:52 +00:00
ipsec_private.h Don't acquire global locks for IPsec if NET_MPSAFE 2017-07-27 06:59:28 +00:00
ipsec_var.h
ipsecif.c add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
ipsecif.h add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
key.c Remove unused net_osdep.h include. 2018-02-08 20:57:41 +00:00
key.h add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
key_debug.c - sanitize key debugging so that we don't print extra newlines or unassociated 2017-09-28 17:21:42 +00:00
key_debug.h - sanitize key debugging so that we don't print extra newlines or unassociated 2017-09-28 17:21:42 +00:00
key_var.h
keydb.h MP-ify SAD (savlist) 2017-08-09 09:48:11 +00:00
keysock.c - sanitize key debugging so that we don't print extra newlines or unassociated 2017-09-28 17:21:42 +00:00
keysock.h Let PF_KEY socks hold their own lock instead of softnet_lock 2017-07-27 09:53:57 +00:00
xform.h Style, remove unused and misleading macros and comments, localify, and 2018-02-16 15:18:41 +00:00
xform_ah.c Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs. 2018-02-16 09:24:55 +00:00
xform_esp.c Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs. 2018-02-16 09:24:55 +00:00
xform_ipcomp.c Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs. 2018-02-16 09:24:55 +00:00
xform_ipip.c Remove broken MROUTING code, rename ipo->ip4, and simplify. 2018-02-15 10:41:51 +00:00
xform_tcp.c Constify isr at many places (NFC) 2017-10-03 08:56:52 +00:00