summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_src.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-12/+11
* check return from lla_lookup against NULL not zerokmacy2008-12-161-1/+1
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-1/+1
* This main goals of this project are:qingli2008-12-151-20/+45
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* MFp4:bz2008-11-291-0/+21
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+0
* Change the initialization methodology for global variables scheduledzec2008-11-191-2/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Bring over the change switching from using sequential to randombz2008-10-201-47/+52
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+12
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-31/+32
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-3/+3
* Document required locking in in6_sleectsrc() in case an inp isbz2008-07-091-2/+4
* Change the parameters to in6_selectsrc():bz2008-07-081-4/+11
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-1/+1
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+9
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.bz2008-01-201-2/+8
* un-__P()obrien2008-01-081-7/+7
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-57/+33
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-3/+3
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* MFp4: 92972, 98913 + one more changebz2006-12-121-3/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+4
* 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
OpenPOWER on IntegriCloud