This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
netipsec
History
Andrey V. Elsukov
b6e1ad3a3a
Pass mbuf to pfil processing before stripping outer IP header as it
...
is described in if_enc(4). MFC after: 2 week Sponsored by: Yandex LLC
2014-11-07 12:05:20 +00:00
..
ah_var.h
…
ah.h
…
esp_var.h
…
esp.h
…
ipcomp_var.h
…
ipcomp.h
…
ipip_var.h
…
ipsec6.h
Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.
2014-05-28 12:45:27 +00:00
ipsec_input.c
Pass mbuf to pfil processing before stripping outer IP header as it
2014-11-07 12:05:20 +00:00
ipsec_mbuf.c
…
ipsec_output.c
Mechanically convert to if_inc_counter().
2014-09-19 10:18:14 +00:00
ipsec.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
ipsec.h
Fix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 07:31:21 +00:00
key_debug.c
Fix style bug: rename the refcount field of m_ext to ext_cnt, to match
2014-07-11 14:34:29 +00:00
key_debug.h
…
key_var.h
…
key.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
key.h
Use a static callout to drive key_timehandler() instead of timeout().
2014-10-23 20:43:16 +00:00
keydb.h
…
keysock.c
Change pr_output's prototype to avoid the need for explicit casts.
2014-08-15 02:43:02 +00:00
keysock.h
Change pr_output's prototype to avoid the need for explicit casts.
2014-08-15 02:43:02 +00:00
xform_ah.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
xform_esp.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
xform_ipcomp.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
xform_ipip.c
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
2014-11-07 09:39:05 +00:00
xform_tcp.c
…
xform.h
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
2014-08-08 01:57:15 +00:00