summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-11/+11
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-63/+34
* MFp4: 92972, 98913 + one more changebz2006-12-121-30/+47
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* implements section 2.2 of RFC4191, regarding the reserved preference value (10)suz2006-03-191-12/+2
* sync with KAME regarding NDPsuz2005-10-211-280/+477
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-191-37/+6
* sync with KAME in the following points:suz2005-10-191-4/+4
* - fix typo in comment.ume2005-08-121-4/+0
* scope cleanup. with this changeume2005-07-251-2/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-6/+6
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-3/+3
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-3/+0
* correct linkmtu handling.ume2003-10-201-21/+16
* nuke duplicate function and unused function.ume2003-10-171-1/+1
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+1
* - typo in commentume2003-10-091-110/+87
* return(code) -> return (code)ume2003-10-061-29/+29
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-7/+8
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-051-0/+7
* 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