NetBSD/sys/netipsec
knakahara 7c378391ba Add IPv4 ID when the ipsecif(4) packet can be fragmented. Implemented by hsuenaga@IIJ and ohishi@IIJ, thanks.
This modification reduces packet loss of fragmented packets on a
network where reordering occurs.

Alghough this modification has been applied, IPv4 ID is not set for
the packet smaller then IP_MINFRAGSIZE. According to RFC 6864, that
must not cause problems.

XXX pullup-8
2018-04-06 10:31:35 +00:00
..
ah_var.h Remove unused. 2018-02-16 10:07:07 +00:00
ah.h
esp_var.h
esp.h
files.netipsec add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
ipcomp_var.h
ipcomp.h
ipip_var.h
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 Add KASSERTs. 2018-03-10 17:52:50 +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
ipsec.c Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, 2018-04-03 09:03:59 +00:00
ipsec.h Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, 2018-04-03 09:03:59 +00:00
ipsecif.c Add IPv4 ID when the ipsecif(4) packet can be fragmented. Implemented by hsuenaga@IIJ and ohishi@IIJ, thanks. 2018-04-06 10:31:35 +00:00
ipsecif.h add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
key_debug.c
key_debug.h
key_var.h
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
keydb.h Avoid data races on lifetime counters by using percpu(9) 2018-03-02 07:37:13 +00:00
keysock.c socket: report receive buffer overflows 2018-03-19 16:26:25 +00:00
keysock.h
Makefile add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +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 Fix the computation. Normally that's harmless since ip6_output recomputes 2018-03-10 17:48:32 +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
xform.h Style, remove unused and misleading macros and comments, localify, and 2018-02-16 15:18:41 +00:00