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
/
frag6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add ECN support in layer-3.
ume
2003-10-29
1
-0
/
+23
*
cleanup use of m_tag.
ume
2003-10-28
1
-20
/
+5
*
M_DONTWAIT was passed into malloc().
ume
2003-10-27
1
-2
/
+2
*
IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.
ume
2003-10-22
1
-6
/
+6
*
pretect ip6 reassemble queue by use of mutex.
ume
2003-10-22
1
-45
/
+16
*
- implement lock around IPv6 reassembly, to avoid panic due to
ume
2003-10-22
1
-15
/
+91
*
- fix typo in comment.
ume
2003-10-07
1
-18
/
+16
*
return(code) -> return (code)
ume
2003-10-06
1
-3
/
+3
*
use arc4random()
ume
2003-10-01
1
-9
/
+1
*
- include opt_random_ip_id.h
ume
2003-10-01
1
-1
/
+5
*
we don't need ip6_id when RANDOM_IP_ID is defined.
ume
2003-10-01
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-1
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-12
/
+15
*
Make the default value of net.inet.ip.maxfragpackets and
jesper
2001-06-10
1
-0
/
+2
*
Plug memoly leak in overlaps fragment cases.
sumikawa
2001-05-20
1
-0
/
+6
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-4
/
+0
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-55
/
+170
*
rtcalloc() is removed because it turned out not to be necessary for FreeBSD.
shin
1999-12-09
1
-1
/
+1
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-0
/
+573