aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Continue effort to align UDPv4 and UDPv6 implementations by mergingRobert Watson2007-07-231-330/+0
* General style, white space, and comment cleanup; move to ANSI CRobert Watson2007-07-091-1/+2
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-6/+2
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-7/+0
* Include priv.h to pick up suser(9) definitions, missed in an earlierRobert Watson2007-06-131-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Assert the inpcb lock in udp6_output(), as we dereference variousRobert Watson2006-04-121-0/+2
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-15/+49
* always copy ip6_pktopt. remove needcopy and needfreeHajimu UMEMOTO2005-07-211-1/+1
* simplified udp6_output() and rip6_output(): do not overrideHajimu UMEMOTO2005-07-211-11/+10
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).Hajimu UMEMOTO2005-07-211-2/+2
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* 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