aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-0/+2
* - implement lock around IPv6 reassembly, to avoid panic due toHajimu UMEMOTO2003-10-221-0/+3
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-1/+2
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-6/+6
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-4/+4
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+2
* - include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-0/+1
* we don't need ip6_id when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+2
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+9
* Change the default setting of an IPv4-mapped IPv6 address to off.Hajimu UMEMOTO2002-07-251-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-2/+2
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-19/+0
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-0/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-165/+75
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-101-1/+1
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.David E. O'Brien2001-06-011-1/+1
* Change the default value of net.inet6.ip6.maxfragpackets fromJesper Skriver2001-05-311-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-41/+176
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* IPv6 multicast routing.Yoshinobu Inoue2000-01-281-0/+6
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-0/+11
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-8/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-11/+13
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+410