NetBSD/sys/netinet6
martin 6cc3f6a815 Pull up following revision(s) (requested by roy in ticket #160):
sbin/ifconfig/af_inet6.c: revision 1.30
	sbin/ifconfig/ifconfig.8: revision 1.109
	sys/netinet6/in6.c: revision 1.177
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.
2014-10-27 13:42:37 +00:00
..
Makefile
dest6.c
files.netinet6
frag6.c draft-gont-6man-ipv6-atomic-fragment-00 is now RFC 6949 (Loganaden Velvindron 2013-08-30 07:42:08 +00:00
icmp6.c - Eliminate RTFREE() macro in favour of rtfree() function. 2014-06-06 01:02:47 +00:00
icmp6_private.h
in6.c Pull up following revision(s) (requested by roy in ticket #160): 2014-10-27 13:42:37 +00:00
in6.h - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
in6_cksum.c
in6_gif.c Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
in6_gif.h
in6_ifattach.c Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which 2014-06-05 16:06:49 +00:00
in6_ifattach.h
in6_offload.c
in6_offload.h
in6_pcb.c Pull up following revision(s) (requested by rmind in ticket #80): 2014-09-08 19:12:04 +00:00
in6_pcb.h revert the removal of struct lwp * parameter from bind, listen and connect 2014-08-05 05:24:26 +00:00
in6_proto.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
in6_src.c Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +00:00
in6_var.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
ip6_etherip.c
ip6_etherip.h
ip6_flow.c Sync with the ipv4 code and call ifp->if_output() with KERNEL_LOCK 2014-05-20 20:23:56 +00:00
ip6_forward.c Introduce 2 new variables: ipsec_enabled and ipsec_used. 2014-05-30 01:39:03 +00:00
ip6_id.c
ip6_input.c Add 3rd argument to pktq_create to pass sc 2014-06-16 00:33:39 +00:00
ip6_mroute.c Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +00:00
ip6_mroute.h
ip6_output.c Pull up following revision(s) (requested by maxv in ticket #51): 2014-08-24 08:34:58 +00:00
ip6_private.h
ip6_var.h - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
ip6protosw.h Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
ipsec.h
mld6.c PR 49036: net.inet6 has not been created when the sysctl constructor 2014-07-26 22:21:16 +00:00
mld6_var.h
nd6.c Pull up following revision(s) (requested by roy in ticket #159): 2014-10-27 13:39:11 +00:00
nd6.h Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which 2014-06-05 16:06:49 +00:00
nd6_nbr.c Stop using callout randomly 2014-07-01 07:51:29 +00:00
nd6_rtr.c Define IFADDR_FOREACH_SAFE for on-the-fly element removal in a loop 2014-07-31 06:35:47 +00:00
pim6.h
pim6_var.h
raw_ip6.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
raw_ip6.h
route6.c
scope6.c Replace open-coded access (and boundary checking) of ifindex2ifnet with 2014-05-17 21:26:20 +00:00
scope6_var.h
udp6.h
udp6_output.c PR/47408: Anthony Mallet: sendto(2) issue with IPv6 UDP datagrams 2013-01-06 00:17:13 +00:00
udp6_private.h
udp6_usrreq.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
udp6_var.h Move udp6_input(), udp6_sendup(), udp6_realinput() and udp6_input_checksum() 2014-05-22 22:56:53 +00:00