summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r174510: Clean up VCS Ids.David E. O'Brien2008-09-011-3/+5
* MFC: r175162: un-__P()David E. O'Brien2008-09-011-10/+10
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-241-1/+2
* Space cleanupXin LI2007-07-051-11/+11
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-63/+34
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-30/+47
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* implements section 2.2 of RFC4191, regarding the reserved preference value (10)SUZUKI Shinsuke2006-03-191-12/+2
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-280/+477
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)SUZUKI Shinsuke2005-10-191-37/+6
* sync with KAME in the following points:SUZUKI Shinsuke2005-10-191-4/+4
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-4/+0
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-2/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-6/+6
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-3/+3
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-3/+0
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-21/+16
* nuke duplicate function and unused function.Hajimu UMEMOTO2003-10-171-1/+1
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-1/+1
* - typo in commentHajimu UMEMOTO2003-10-091-110/+87
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-29/+29
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-7/+8
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toHajimu UMEMOTO2003-08-051-0/+7
* made sure to keep the current stored lifetime when it was not updatedHajimu UMEMOTO2003-03-261-3/+9
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofRuslan Ermilov2002-12-251-15/+3
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+2
* 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