aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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