summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_src.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-8/+37
* reflect ip6_pktopts and ip6_moptions into embeded scope ofHajimu UMEMOTO2003-11-121-3/+17
* make sure to treat destrination address as KAME internal formHajimu UMEMOTO2003-11-051-29/+8
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-103/+554
* - update comments to refrect recent BSDs.Hajimu UMEMOTO2003-11-041-1/+2
* - unlock on error.Hajimu UMEMOTO2003-10-301-4/+10
* add management part of address selection policy described inHajimu UMEMOTO2003-10-301-0/+202
* check return result from rtalloc1 before invoking RTUNLOCKSam Leffler2003-10-231-1/+2
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-221-10/+0
* - change scope to zone.Hajimu UMEMOTO2003-10-211-10/+9
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-1/+1
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-24/+5
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-20/+20
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-0/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* - Check the address family of a cached destination, in case ofHajimu UMEMOTO2002-01-211-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-5/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-14/+23
* Yikes, these files bogusly #include "loop.h" but didn't use the value.Peter Wemm2001-01-291-2/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+550