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
/
netipsec
/
ipsec_mbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r275392:
ae
2015-06-02
1
-3
/
+0
*
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
ae
2013-06-20
1
-4
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-4
/
+4
*
Correct a typo.
bz
2009-11-28
1
-1
/
+1
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-3
/
+2
*
Remove remain <= MHLEN restriction in m_makespace(),
vanhu
2009-01-28
1
-52
/
+53
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+3
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-5
/
+6
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-5
/
+5
*
promote fast ipsec's m_clone routine for public use; it is renamed
sam
2006-03-15
1
-149
/
+0
*
Replace custom mbuf writeability test with generic M_WRITABLE() test
andre
2005-09-26
1
-1
/
+1
*
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
bms
2003-12-15
1
-2
/
+0
*
MFp4: portability work, general cleanup, locking fixes
sam
2003-09-29
1
-16
/
+14
*
Replace ovbcopy() with bcopy().
des
2003-04-04
1
-3
/
+2
*
add missing copyright notices
sam
2003-03-28
1
-1
/
+27
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
o handle jumbograms in m_clone
sam
2003-01-09
1
-52
/
+82
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-1
/
+1
*
o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to
sam
2002-12-30
1
-8
/
+29
*
"Fast IPsec": this is an experimental IPsec implementation that is derived
sam
2002-10-16
1
-0
/
+401