NetBSD/sys/netipsec
martin b9e8cdd306 Pull up following revision(s) (requested by knakahara in ticket #1103):
sys/netipsec/xform_esp.c: revision 1.101

Make sequence number of esp header MP-safe for IPsec Tx side. reviewed by ozaki-r@n.o

In IPsec Tx side, one Security Association can be used by multiple CPUs.
On the other hand, in IPsec Rx side, one Security Association is used
by only one CPU.

XXX pullup-{8,9}
2020-10-08 17:49:03 +00:00
..
Makefile
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c Fix uninitialized variable: in ipsec_checkpcbcache(), spidx.dir is not 2019-07-09 16:56:24 +00:00
ipsec.h make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
ipsec6.h
ipsec_input.c
ipsec_mbuf.c
ipsec_netbsd.c
ipsec_output.c Pull up following revision(s) (requested by ozaki-r in ticket #238): 2019-09-24 03:10:35 +00:00
ipsec_private.h
ipsec_var.h
ipsecif.c Pull up following revision(s) (requested by knakahara in ticket #679): 2020-01-31 11:30:24 +00:00
ipsecif.h
key.c Pull up following revision(s) (requested by knakahara in ticket #780): 2020-03-13 08:33:32 +00:00
key.h
key_debug.c
key_debug.h
key_var.h
keydb.h
keysock.c make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
keysock.h
xform.h
xform_ah.c make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
xform_esp.c Pull up following revision(s) (requested by knakahara in ticket #1103): 2020-10-08 17:49:03 +00:00
xform_ipcomp.c make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
xform_ipip.c make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00
xform_tcp.c make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. 2019-06-12 22:23:50 +00:00