summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_src.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Avoid spurious release of an rtentry.tanimura2006-05-231-3/+3
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-251-0/+3
* sync with KAME (removed a unnecesary non-standard macro)suz2005-10-191-8/+10
* - fix race condition using sx lock.ume2005-08-171-14/+24
* avoid exclusive sleep mutex.ume2005-08-161-3/+3
* - fix typo in comment.ume2005-08-121-1/+1
* nuke duplicate inclusion of scope6_var.h.ume2005-07-261-3/+0
* scope cleanup. with this changeume2005-07-251-231/+115
* Fixes for various nits found by the Coverity tool.gnn2005-05-151-1/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-3/+3
* KNFume2004-02-041-8/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-8/+37
* reflect ip6_pktopts and ip6_moptions into embeded scope ofume2003-11-121-3/+17
* make sure to treat destrination address as KAME internal formume2003-11-051-29/+8
* source address selection part of RFC3484.ume2003-11-041-104/+555
* - update comments to refrect recent BSDs.ume2003-11-041-1/+2
* - unlock on error.ume2003-10-301-4/+10
* add management part of address selection policy described inume2003-10-301-0/+202
* check return result from rtalloc1 before invoking RTUNLOCKsam2003-10-231-1/+2
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-221-10/+0
* - change scope to zone.ume2003-10-211-10/+9
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+1
* - fix typo in comments.ume2003-10-081-24/+5
* return(code) -> return (code)ume2003-10-061-20/+20
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-0/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* - Check the address family of a cached destination, in case ofume2002-01-211-1/+4
* KSE Milestone 2julian2001-09-121-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-5/+4
* Sync with recent KAME.ume2001-06-111-14/+23
* Yikes, these files bogusly #include "loop.h" but didn't use the value.peter2001-01-291-2/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+550
OpenPOWER on IntegriCloud