aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-8/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+8
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-061-8/+8
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-10/+13
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-19/+20
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-2/+0
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-8/+1
* use TAILQ_FOREACH() in searching address listHajimu UMEMOTO2001-07-031-2/+1
* on icmp6 node information query (FQDN), do not return hostnames withHajimu UMEMOTO2001-06-241-2/+6
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-392/+649
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+1
* examined the gateway (from the routing table) only when the addressHajimu UMEMOTO2000-09-151-0/+10
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-340/+1092
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Update icmp node info query message bit order of query types,Yoshinobu Inoue2000-03-091-3/+5
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-12/+6
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-11/+3
* 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/+1868