summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rdomain support for IPv6sperreault2011-11-241-2/+7
* When accessing cached routes make sure the route is actually still valid.claudio2008-11-231-4/+7
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-5/+3
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+2
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-9/+10
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-121-3/+1
* back out tree breakage. Like, come onderaadt2004-06-111-1/+3
* support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameitojun2004-06-111-3/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* KNF - return is not a function. sync w/kameitojun2002-09-111-2/+2
* pass struct proc * down to in6_pcbsetportitojun2002-09-041-2/+4
* force fragment to minimum link MTU (1280) when needed (when PMTUD doesitojun2002-05-291-2/+2
* remove kame IPSEC code within #ifdef.itojun2001-12-061-6/+1
* No need for net/net_osdep.hangelos2001-06-091-3/+1
* sync better with kame. remove register decls. $OpenBSD$itojun2001-02-161-6/+9
* witch raw ip6 socket code from NRL to kame.itojun2001-02-081-1/+1
* sync with KAME udp6_output(). udp output logic is very different betweenitojun2000-06-181-0/+295