NetBSD/sys/netipsec
2018-05-01 08:34:08 +00:00
..
ah_var.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ah.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
esp_var.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
esp.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
files.netipsec add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
ipcomp_var.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipcomp.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipip_var.h Rename ipip_allow->ipip_spoofcheck, and add net.inet.ipsec.ipip_spoofcheck. 2018-04-22 10:25:40 +00:00
ipsec6.h Move the ipsec6_input prototype into ipsec6.h, and style. 2018-04-28 14:25:56 +00:00
ipsec_input.c Remove useless icmp6.h include, remove manual externs and include in6.h 2018-04-29 14:54:09 +00:00
ipsec_mbuf.c Inline M_EXT_WRITABLE directly, and remove the XXX, there's nothing wrong 2018-04-28 14:39:34 +00:00
ipsec_netbsd.c Fix the net.inet6.ipsec6.def_policy node, the variable should be 2018-04-28 13:44:19 +00:00
ipsec_output.c Fix the checks in compute_ipsec_pos, otherwise m_copydata could crash. I 2018-05-01 05:42:26 +00:00
ipsec_private.h Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op. 2018-04-28 15:45:16 +00:00
ipsec_var.h Remove unused macros. 2018-04-28 13:23:17 +00:00
ipsec.c Remove unused and misleading argument from ipsec_set_policy. 2018-04-29 11:51:08 +00:00
ipsec.h Remove some more dead code. 2018-05-01 08:34:08 +00:00
ipsecif.c Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created. 2018-04-27 09:55:27 +00:00
ipsecif.h Fix unexpected failure when ipsecif(4) over IPv6 is changed port number only. 2018-04-06 10:38:53 +00:00
key_debug.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
key_debug.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
key_var.h Remove unused macros. 2018-04-28 13:23:17 +00:00
key.c Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op. 2018-04-28 15:45:16 +00:00
key.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
keydb.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
keysock.c Stop using m_copy(), use m_copym() directly. m_copy is useless, 2018-04-26 19:50:09 +00:00
keysock.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
Makefile add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
xform_ah.c When IP6_EXTHDR_GET fails, return ENOBUFS, and don't log an error (HDROPS 2018-05-01 08:27:13 +00:00
xform_esp.c When IP6_EXTHDR_GET fails, return ENOBUFS, and don't log an error (HDROPS 2018-05-01 08:27:13 +00:00
xform_ipcomp.c Remove double include, opencrypto/xform.h is already included in 2018-05-01 08:13:37 +00:00
xform_ipip.c Remove obsolete/dead code, the IP-in-IP encapsulation doesn't work this 2018-04-29 14:35:35 +00:00
xform_tcp.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
xform.h Remove unused. 2018-05-01 08:08:46 +00:00