summaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-1/+2
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-6/+0
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-6/+3
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-0/+6
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-2/+3
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-7/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Add missing "opt_inet6.h" header.Jonathan Lemon2001-08-311-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-16/+51
* 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/+285