summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-31/+53
* MFC r202469:bz2010-01-241-1/+0
* 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
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-131-0/+3
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-101-0/+8
* Style nit.obrien2005-08-101-1/+1
* scope cleanup. with this changeume2005-07-251-0/+2
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+13
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-1/+0
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-7/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* source address selection part of RFC3484.ume2003-11-041-0/+2
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-221-0/+3
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+2
* - fix typo in comments.ume2003-10-081-6/+6
* return(code) -> return (code)ume2003-10-061-4/+4
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.ume2003-10-011-0/+2
* - include opt_random_ip_id.hume2003-10-011-0/+1
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-011-0/+2
OpenPOWER on IntegriCloud