NetBSD/sys/netipsec
2018-11-22 04:48:34 +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 Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument 2018-05-14 17:34:26 +00:00
ipsec_input.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
ipsec_mbuf.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +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 - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
ipsec.c Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
ipsec.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
ipsecif.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +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 Don't call key_ismyaddr, which may sleep, in a pserialize read section 2018-08-23 01:55:38 +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 Don't call soroverflow when we return the error to the sender. 2018-11-08 04:30:37 +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 Constify ipseczeroes, and remove one use of it. 2018-05-31 06:25:41 +00:00
xform_esp.c Add a comment and a KASSERT. I remember wondering whether this check was a 2018-05-31 06:14:18 +00:00
xform_ipcomp.c Remove unused calls to nat_t_ports_get. 2018-05-13 18:34:59 +00:00
xform_ipip.c Remove a dummy reference to XF_IP4, explain briefly why we don't use 2018-05-07 09:33:51 +00:00
xform_tcp.c Restore TCP header inclusions for TCP_SIGNATURE 2018-05-14 02:16:29 +00:00
xform.h Introduce ah_authsiz, which computes the length of the ICV only. Use it in 2018-05-30 17:17:11 +00:00