summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+9
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-251-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-19/+0
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-0/+2
* Sync with recent KAME.ume2001-06-111-165/+75
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-101-1/+1
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-1/+1
* Change the default value of net.inet6.ip6.maxfragpackets fromjesper2001-05-311-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-41/+176
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* IPv6 multicast routing.shin2000-01-281-0/+6
* tcp updates to support IPv6.shin2000-01-091-0/+11
* IPSEC support in the kernel.shin1999-12-221-8/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-11/+13
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+410
OpenPOWER on IntegriCloud