summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r274246:ae2015-06-061-0/+11
* MFC r274223 (by glebius):hrs2015-05-121-4/+0
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-1/+14
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-14/+0
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-6/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-0/+6
* Remove unused global variables.kevlo2013-03-221-15/+0
* o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-191-3/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-0/+5
* The socket API only specifies SCTP for SOCK_SEQPACKET andtuexen2011-07-121-31/+19
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-0/+11
* Add FEATURE() definitions for IPv4 and IPv6 so that we can usebz2011-05-251-0/+1
* MFp4 CH=191760,191770:bz2011-04-201-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-17/+0
* MFp4 CH180235:bz2010-08-091-0/+17
* Add flowtable support to IPv6kmacy2010-05-091-0/+15
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-31/+53
* Garbage collect references to the no longer implemented tcp_fasttimo().bz2010-01-171-1/+0
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-2/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-1/+1
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-10/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-116/+119
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-0/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Put a global variables, which were virtualized but formerlybz2008-12-111-2/+0
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-3/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-49/+32
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-78/+81
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-021-0/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-7/+8
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+8
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-29/+29
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-35/+8
* - Disabled responding to NI queries from a global address by default asjinmei2007-05-171-1/+2
* Reduce the default number of header options that the IPv6 protocolgnn2007-05-081-1/+1
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+48
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toume2006-10-131-0/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-93/+154
OpenPOWER on IntegriCloud