.. |
Makefile
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +00:00 |
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
|
Fix the calculation of the ICMP6 error pointer. It is not correct to use
|
2018-01-23 15:13:56 +00:00 |
files.netinet6
|
Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is
|
2018-02-08 11:34:35 +00:00 |
frag6.c
|
Rename back to ip6af_mff. It was actually clearer than ip6af_more.
|
2018-02-07 09:53:08 +00:00 |
icmp6.c
|
Remove redundant condition (harmless). PR/53030.
|
2018-02-26 09:13:00 +00:00 |
icmp6_private.h
|
…
|
|
in6.c
|
Avoid a deadlock between softnet_lock and IFNET_LOCK
|
2018-02-24 07:37:08 +00:00 |
in6.h
|
Remove dead code.
|
2018-02-09 18:31:52 +00:00 |
in6_cksum.c
|
…
|
|
in6_gif.c
|
apply in{,6}_tunnel_validate() to gif(4).
|
2018-01-10 11:13:26 +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
|
Fix constraint violation of pserialize in in6_ifattach
|
2018-01-24 03:44:10 +00:00 |
in6_ifattach.h
|
…
|
|
in6_l2tp.c
|
Several fixes in L2TP:
|
2018-01-26 07:49:15 +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
|
Typos.
|
2018-02-08 09:05:16 +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
|
Style, and localify IPV6FORWARDING. No functional change.
|
2018-02-07 10:52:20 +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 |
ip6_etherip.c
|
A few fixes:
|
2018-01-26 14:47:41 +00:00 |
ip6_etherip.h
|
…
|
|
ip6_flow.c
|
Shorten the name of a workqueue instance to fit to the limit (15)
|
2018-02-06 03:37:00 +00:00 |
ip6_forward.c
|
style
|
2018-01-29 08:17:18 +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
|
Avoid a deadlock between softnet_lock and IFNET_LOCK
|
2018-02-24 07:37:08 +00:00 |
ip6_mroute.c
|
Remove dead code.
|
2018-02-06 06:32:25 +00:00 |
ip6_mroute.h
|
Remove dead code.
|
2018-02-06 06:32:25 +00:00 |
ip6_output.c
|
Replace bcopy -> memcpy when it is obvious that the areas don't overlap.
|
2018-02-12 12:52:12 +00:00 |
ip6_private.h
|
…
|
|
ip6_var.h
|
Re-make ip6_nexthdr global, it will be used in soon-to-be-added code...
|
2018-02-14 05:29:39 +00:00 |
ip6protosw.h
|
Take softnet_lock on pr_input properly if NET_MPSAFE
|
2017-09-27 10:05:04 +00:00 |
ipsec.h
|
…
|
|
mld6.c
|
Style, and remove the 'len' argument from mld_allocbuf(), it is misleading,
|
2018-02-01 07:49:19 +00:00 |
mld6_var.h
|
…
|
|
nd6.c
|
more cleanup (don't allow oldlenp == NULL)
|
2018-01-29 19:51:15 +00:00 |
nd6.h
|
Remove unused function (nd6_rem_ifa_lle)
|
2017-06-22 09:24:02 +00:00 |
nd6_nbr.c
|
Avoid a race condition of DAD timer destructions
|
2018-02-24 07:53:15 +00:00 |
nd6_rtr.c
|
Get rid of unnecessary splsoftnet (redo)
|
2018-01-26 06:49:02 +00:00 |
pim6.h
|
…
|
|
pim6_var.h
|
…
|
|
raw_ip6.c
|
Remove redundant condition (harmless). PR/53030.
|
2018-02-26 09:13:00 +00:00 |
raw_ip6.h
|
…
|
|
route6.c
|
Remove this code, RH0 must be dropped, according to RFC5095. FreeBSD and
|
2018-02-01 16:23:28 +00:00 |
scope6.c
|
Style, no real functional change.
|
2018-02-01 16:36:01 +00:00 |
scope6_var.h
|
PR/52472: Edgar Fuss: Document handling of scoped IPv6 addresses by embedding
|
2017-08-09 17:20:44 +00:00 |
sctp6_usrreq.c
|
Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.
|
2018-02-26 09:04:29 +00:00 |
sctp6_var.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
udp6.h
|
…
|
|
udp6_private.h
|
…
|
|
udp6_usrreq.c
|
Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.
|
2018-02-26 09:04:29 +00:00 |
udp6_var.h
|
make connect syscall use sockaddr_big and modify pr_{send,connect}
|
2015-05-02 17:18:03 +00:00 |