NetBSD/sys/netipsec
ozaki-r 040205ae93 Protect ifnet list with psz and psref
The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
2016-05-12 02:24:16 +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
ipsec.h
ipsec6.h
ipsec_input.c Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
ipsec_mbuf.c
ipsec_netbsd.c
ipsec_osdep.h introduce new ifnet MP-scalable sending interface "if_transmit". 2016-04-28 01:37:17 +00:00
ipsec_output.c
ipsec_private.h
ipsec_var.h
key.c PR/50905: Henning Petersen: Fix useless comparison (from FreeBSD) 2016-03-07 13:08:48 +00:00
key.h
key_debug.c
key_debug.h Add more debugging, no functional change. 2016-03-05 20:11:09 +00:00
key_var.h
keydb.h
keysock.c
keysock.h
xform.h eliminate variable argument in encapsw 2016-01-26 06:00:10 +00:00
xform_ah.c
xform_esp.c
xform_ipcomp.c
xform_ipip.c Protect ifnet list with psz and psref 2016-05-12 02:24:16 +00:00
xform_tcp.c