NetBSD/sys/netipsec
knakahara 4fda12c619 Fix fragment processing in ipsec4_fragout(). Pointed out by maxv@n.o, thanks.
XXX need pullup-8
2018-03-06 10:07:06 +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 Reduce the diff between ipsec4_output and ipsec6_check_policy. While here 2018-03-03 09:54:55 +00:00
ipsec.h Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the 2018-02-27 15:01:30 +00:00
ipsec6.h Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the 2018-02-27 15:01:30 +00:00
ipsec_input.c Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. 2018-02-26 09:04:29 +00:00
ipsec_mbuf.c Improve stupid check, style, and fix leak (m, not m0). 2018-03-05 12:42:28 +00:00
ipsec_netbsd.c Merge some minor (mostly stylistic) changes from last week. 2018-02-26 06:17:01 +00:00
ipsec_output.c Call m_pullup earlier, fixes one branch. 2018-03-05 11:50:25 +00:00
ipsec_private.h Remove unused macros, and while here style. 2018-02-28 11:19:49 +00:00
ipsec_var.h
ipsecif.c Fix fragment processing in ipsec4_fragout(). Pointed out by maxv@n.o, thanks. 2018-03-06 10:07:06 +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 Avoid data races on lifetime counters by using percpu(9) 2018-03-02 07:37:13 +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 Avoid data races on lifetime counters by using percpu(9) 2018-03-02 07:37:13 +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 Reinforce this area, make sure the length field fits the option. Normally 2018-02-26 06:40:08 +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 Add XXX, it seems to me we need to free the mbuf here. 2018-02-26 06:41:27 +00:00