.. |
dccp6_usrreq.c
|
Tweak softnet_lock and NET_MPSAFE
|
2017-01-24 07:09:24 +00:00 |
dccp6_var.h
|
make connect syscall use sockaddr_big and modify pr_{send,connect}
|
2015-05-02 17:18:03 +00:00 |
dest6.c
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
files.netinet6
|
ip6flow refactor like ipflow.
|
2016-08-02 04:50:16 +00:00 |
frag6.c
|
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
|
2017-11-17 07:37:12 +00:00 |
icmp6_private.h
|
|
|
icmp6.c
|
Fix usages of ipsec_used
|
2017-11-05 07:03:37 +00:00 |
in6_cksum.c
|
|
|
in6_gif.c
|
IFF_RUNNING checking in Rx and Tx processing is unnecessary now.
|
2017-11-27 05:05:50 +00:00 |
in6_gif.h
|
preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4).
|
2017-11-27 05:02:22 +00:00 |
in6_ifattach.c
|
Use psref instead of pserialize because that code is sleepable
|
2017-11-10 07:25:39 +00:00 |
in6_ifattach.h
|
|
|
in6_l2tp.c
|
fix mbuf leaks. pointed out and suggested by kre@n.o, thanks.
|
2017-12-18 03:21:44 +00:00 |
in6_l2tp.h
|
add missing files.
|
2017-02-16 08:23:35 +00:00 |
in6_offload.c
|
Do ND in L2_output in the same manner as arpresolve
|
2017-02-14 03:05:06 +00:00 |
in6_offload.h
|
|
|
in6_pcb.c
|
Add missing curlwp_bindx
|
2017-12-22 09:53:06 +00:00 |
in6_pcb.h
|
Make sure im6o_memberships is protected by in6p's lock (solock)
|
2017-03-02 05:26:24 +00:00 |
in6_print.c
|
add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print)
|
2014-12-02 19:36:58 +00:00 |
in6_proto.c
|
Take softnet_lock on pr_input properly if NET_MPSAFE
|
2017-09-27 10:05:04 +00:00 |
in6_src.c
|
Treat unvalidated addresses as deprecated in rule 3.
|
2017-12-06 14:17:42 +00:00 |
in6_var.h
|
Plug a race condition on accessing i6mm_maddr
|
2017-03-02 09:48:20 +00:00 |
in6.c
|
Fix wrong usage of psref_held
|
2017-12-25 04:41:48 +00:00 |
in6.h
|
Reduce code duplication.
|
2016-02-15 14:59:03 +00:00 |
ip6_etherip.c
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
ip6_etherip.h
|
|
|
ip6_flow.c
|
Fix use-after-free: if m_pullup fails the (freed) mbuf is pushed on the
|
2017-12-10 09:06:46 +00:00 |
ip6_forward.c
|
Make IPsec SPD MP-safe
|
2017-08-02 01:28:02 +00:00 |
ip6_id.c
|
Use time_uptime instead of time_second to avoid time leaps
|
2015-08-07 08:11:33 +00:00 |
ip6_input.c
|
Attempt to restore v6 networking. Not 100% certain that these
|
2017-11-25 13:18:02 +00:00 |
ip6_mroute.c
|
Provide in6_multi_group
|
2017-03-01 08:54:12 +00:00 |
ip6_mroute.h
|
|
|
ip6_output.c
|
Ensure to call if_mcast_op with holding IFNET_LOCK
|
2017-12-15 04:03:46 +00:00 |
ip6_private.h
|
|
|
ip6_var.h
|
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
|
2017-03-03 07:13:06 +00:00 |
ip6protosw.h
|
Take softnet_lock on pr_input properly if NET_MPSAFE
|
2017-09-27 10:05:04 +00:00 |
ipsec.h
|
|
|
Makefile
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +00:00 |
mld6_var.h
|
|
|
mld6.c
|
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
|
2017-11-17 07:37:12 +00:00 |
nd6_nbr.c
|
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
|
2017-11-17 07:37:12 +00:00 |
nd6_rtr.c
|
Ensure to call if_mcast_op with holding IFNET_LOCK
|
2017-12-15 04:03:46 +00:00 |
nd6.c
|
Ensure to call if_mcast_op with holding IFNET_LOCK
|
2017-12-15 04:03:46 +00:00 |
nd6.h
|
Remove unused function (nd6_rem_ifa_lle)
|
2017-06-22 09:24:02 +00:00 |
pim6_var.h
|
|
|
pim6.h
|
|
|
raw_ip6.c
|
Fix usages of ipsec_used
|
2017-11-05 07:03:37 +00:00 |
raw_ip6.h
|
|
|
route6.c
|
|
|
scope6_var.h
|
PR/52472: Edgar Fuss: Document handling of scoped IPv6 addresses by embedding
|
2017-08-09 17:20:44 +00:00 |
scope6.c
|
explain why in6_setscope fails...
|
2017-09-17 17:36:06 +00:00 |
sctp6_usrreq.c
|
Make SCTP work when IPSEC is also defined.
|
2017-10-17 19:23:42 +00:00 |
sctp6_var.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
udp6_output.c
|
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
|
2017-03-03 07:13:06 +00:00 |
udp6_private.h
|
|
|
udp6_usrreq.c
|
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
|
2017-07-06 17:08:57 +00:00 |
udp6_var.h
|
make connect syscall use sockaddr_big and modify pr_{send,connect}
|
2015-05-02 17:18:03 +00:00 |
udp6.h
|
|
|