aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sureHajimu UMEMOTO2001-06-181-0/+11
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-531/+900
* backout ND6_USE_RTSOCK change in previousJun-ichiro itojun Hagino2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).Jun-ichiro itojun Hagino2000-08-111-6/+9
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-111/+470
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-20/+20
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1243