index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
udp6_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
Assert the inpcb lock in udp6_output(), as we dereference various
rwatson
2006-04-12
1
-0
/
+2
*
scope cleanup. with this change
ume
2005-07-25
1
-15
/
+49
*
always copy ip6_pktopt. remove needcopy and needfree
ume
2005-07-21
1
-1
/
+1
*
simplified udp6_output() and rip6_output(): do not override
ume
2005-07-21
1
-11
/
+10
*
be consistent on naming advanced API functions; use ip6_XXXpktopt(s).
ume
2005-07-21
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-2
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:
pjd
2004-03-27
1
-1
/
+2
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-6
/
+0
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-6
/
+3
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-0
/
+6
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
1
-2
/
+3
*
return(code) -> return (code)
ume
2003-10-06
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-7
/
+1
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Make faith loadable, unloadable, and clonable.
brooks
2001-09-25
1
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Add missing "opt_inet6.h" header.
jlemon
2001-08-31
1
-0
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-16
/
+51
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+285