NetBSD/sys/netipsec
knakahara b0c61d654b Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.
The tunnel interfaces are gif(4), l2tp(4), and ipsecif(4). They use mutex
itself in percpu area. When percpu_cpu_enlarge() run, the address of the
mutex in percpu area becomes different from the address which lockdebug
saved. That can cause "already initialized" false detection.
2018-04-27 09:55:27 +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 Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec_input.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec_mbuf.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec_netbsd.c Rename ipip_allow->ipip_spoofcheck, and add net.inet.ipsec.ipip_spoofcheck. 2018-04-22 10:25:40 +00:00
ipsec_output.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec_private.h Remove unused macros, and while here style. 2018-02-28 11:19:49 +00:00
ipsec_var.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
ipsec.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ipsecif.c Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created. 2018-04-27 09:55:27 +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 extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
key.c Remove extra long file paths from the headers. 2018-04-19 08:27: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 Stop using m_copy(), use m_copym() directly. m_copy is useless, 2018-04-26 19:50:09 +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 Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both 2018-04-24 08:07:05 +00:00
xform_esp.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
xform_ipcomp.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
xform_ipip.c Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both 2018-04-24 08:07:05 +00:00
xform_tcp.c Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00
xform.h Remove extra long file paths from the headers. 2018-04-19 08:27:38 +00:00