.. |
Makefile
|
Remove netinet6/ipsec.h.
|
2018-09-06 19:07:13 +00:00 |
dccp6_usrreq.c
|
Make it compile after change to non-variadic pr_input.
|
2018-09-15 13:33:15 +00:00 |
dccp6_var.h
|
…
|
|
dest6.c
|
style
|
2018-04-13 11:01:14 +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
|
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
|
2019-11-13 02:51:22 +00:00 |
icmp6.c
|
route: RTM_MISS now puts the message source address in RTA_AUTHOR
|
2020-03-09 21:20:55 +00:00 |
icmp6_private.h
|
…
|
|
in6.c
|
Remove FDDI support.
|
2020-01-20 18:38:17 +00:00 |
in6.h
|
Make global and per-interface ipsecif(4) pmtu tunable like gif(4).
|
2019-11-01 04:28:14 +00:00 |
in6_cksum.c
|
…
|
|
in6_gif.c
|
Add sysctl nodes to control fragmentation with IPv[46] over IPv6 gif(4).
|
2019-10-30 03:45:59 +00:00 |
in6_gif.h
|
Add sysctl nodes to control fragmentation with IPv[46] over IPv6 gif(4).
|
2019-10-30 03:45:59 +00:00 |
in6_ifattach.c
|
Remove FDDI support.
|
2020-01-20 18:38:17 +00:00 |
in6_ifattach.h
|
Reorganize in6_tmpaddrtimer stuffs
|
2019-10-16 07:40:40 +00:00 |
in6_l2tp.c
|
Adopt <net/if_stats.h>.
|
2020-01-29 04:37:24 +00:00 |
in6_l2tp.h
|
add missing files.
|
2017-02-16 08:23:35 +00:00 |
in6_offload.c
|
PR kern/53562
|
2018-12-12 01:40:20 +00:00 |
in6_offload.h
|
add forward decl
|
2019-08-05 10:25:41 +00:00 |
in6_pcb.c
|
Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock
|
2019-05-15 02:59:18 +00:00 |
in6_pcb.h
|
Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ.
|
2018-11-22 04:48:34 +00:00 |
in6_print.c
|
…
|
|
in6_proto.c
|
Fill in .pr_usrreqs for SOCK_SEQPACKET and SOCK_STREAM variants of SCTP too.
|
2020-04-24 17:36:55 +00:00 |
in6_src.c
|
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
|
2019-11-13 02:51:22 +00:00 |
in6_var.h
|
in6: reset the temporary address timer on a change of the interval period
|
2019-10-18 04:33:53 +00:00 |
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
|
Fix ipsecif(4) IPV6_MINMTU does not work correctly.
|
2019-11-01 04:23:21 +00:00 |
ip6_id.c
|
s/initalize/initialize/ in comment or printf message.
|
2019-10-18 04:09:01 +00:00 |
ip6_input.c
|
Add more checks in ip6_pullexthdr, to prevent a panic in m_copydata. The
|
2019-11-12 08:11:55 +00:00 |
ip6_mroute.c
|
Don't forget to initialize 'sin6_len'. With kASan, from time to time the
|
2020-01-03 08:53:14 +00:00 |
ip6_mroute.h
|
Remove notyet, we've never had this.
|
2018-05-20 06:29:43 +00:00 |
ip6_output.c
|
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
|
2019-11-13 02:51:22 +00:00 |
ip6_private.h
|
…
|
|
ip6_var.h
|
Count packets dropped by pfil
|
2019-05-13 07:47:59 +00:00 |
ip6protosw.h
|
Fix typos in comment:
|
2019-03-19 13:38:53 +00:00 |
mld6.c
|
Make panic messages more informative
|
2019-09-25 09:53:37 +00:00 |
mld6_var.h
|
…
|
|
nd6.c
|
inet6: Ensure that route MTU is guarded by ARC_PHDS_MAXMTU
|
2020-04-28 15:12:28 +00:00 |
nd6.h
|
Initialize DAD components properly
|
2019-09-25 09:52:32 +00:00 |
nd6_nbr.c
|
inet6: nd6_na_input() now considers ln_state <= ND6_LLINFO_INCOMPLETE
|
2020-04-22 19:32:11 +00:00 |
nd6_rtr.c
|
Fix default route selection
|
2020-04-13 14:04:27 +00:00 |
pim6.h
|
…
|
|
pim6_var.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
raw_ip6.c
|
RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.
|
2019-02-25 06:49:44 +00:00 |
raw_ip6.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
route6.c
|
Remove this code, RH0 must be dropped, according to RFC5095. FreeBSD and
|
2018-02-01 16:23:28 +00:00 |
scope6.c
|
Remove __noubsan from in6_clearscope()
|
2019-09-23 23:12:47 +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
|
Call IPv4 handler for accept().
|
2020-04-27 19:33:48 +00:00 |
sctp6_var.h
|
…
|
|
udp6.h
|
…
|
|
udp6_private.h
|
…
|
|
udp6_usrreq.c
|
Fix the order in udp6_attach: soreserve should be called before
|
2019-02-25 07:31:32 +00:00 |
udp6_var.h
|
Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ.
|
2018-11-22 04:48:34 +00:00 |