..
dccp6_usrreq.c
Make it compile after change to non-variadic pr_input.
2018-09-15 13:33:15 +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
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
When reassembling IPv4/IPv6 packets, ensure each fragment has been subject
2018-05-15 19:16:38 +00:00
icmp6_private.h
icmp6.c
icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput,
2019-10-06 02:30:58 +00:00
in6_cksum.c
in6_gif.c
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
2019-09-19 06:07:24 +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
Reorganize in6_tmpaddrtimer stuffs
2019-10-16 07:40:40 +00:00
in6_ifattach.h
Reorganize in6_tmpaddrtimer stuffs
2019-10-16 07:40:40 +00:00
in6_l2tp.c
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
2019-09-19 06:07: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
add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print)
2014-12-02 19:36:58 +00:00
in6_proto.c
Retire EtherIP, we have L2TP instead.
2018-08-14 14:49:13 +00:00
in6_src.c
Remove now unused net_osdep.h includes, the other BSDs did the same.
2018-05-01 07:21:39 +00:00
in6_var.h
Reorganize in6_tmpaddrtimer stuffs
2019-10-16 07:40:40 +00:00
in6.c
Make panic messages more informative
2019-09-25 09:53:37 +00:00
in6.h
Revert regression introduced in in6.h r. 1.95
2019-09-05 20:17:27 +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
Avoid having a rtcache directly in a percpu storage
2019-09-19 04:08:29 +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
Validate ip6_temp_preferred_lifetime (net.inet6.ip6.temppltime) on a change
2019-10-16 07:41:28 +00:00
ip6_mroute.c
Fix typo in comment (s/alreay/already/).
2019-07-24 02:38:29 +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 IFNET_LOCK for if_mcast_op to avoid a deadlock
2019-05-15 02:59:18 +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
Makefile
Remove netinet6/ipsec.h.
2018-09-06 19:07:13 +00:00
mld6_var.h
mld6.c
Make panic messages more informative
2019-09-25 09:53:37 +00:00
nd6_nbr.c
Initialize DAD components properly
2019-09-25 09:52:32 +00:00
nd6_rtr.c
Make panic messages more informative
2019-09-25 09:53:37 +00:00
nd6.c
Make panic messages more informative
2019-09-25 09:53:37 +00:00
nd6.h
Initialize DAD components properly
2019-09-25 09:52:32 +00:00
pim6_var.h
- Cleanup for dynamic sysctl:
2018-08-22 01:05:21 +00:00
pim6.h
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_var.h
PR/52472: Edgar Fuss: Document handling of scoped IPv6 addresses by embedding
2017-08-09 17:20:44 +00:00
scope6.c
Remove __noubsan from in6_clearscope()
2019-09-23 23:12:47 +00:00
sctp6_usrreq.c
Split out the prototypes for add/delete address into a separate header file.
2019-06-25 15:33:55 +00:00
sctp6_var.h
Add core networking support for SCTP.
2015-10-13 21:28:34 +00:00
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
udp6.h