summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-251-15/+3
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sureume2001-06-181-0/+11
* Sync with recent KAME.ume2001-06-111-531/+900
* backout ND6_USE_RTSOCK change in previousitojun2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).itojun2000-08-111-6/+9
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-111/+470
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-20/+20
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1243
OpenPOWER on IntegriCloud