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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
ovbcopy -> bcopy
des
2003-04-04
1
-1
/
+1
*
Replace ovbcopy() with bcopy().
des
2003-04-04
1
-3
/
+2
*
add missing copyright notices
sam
2003-03-28
3
-4
/
+90
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
2
-9
/
+2
*
fix compilation w/o INET6
sam
2003-02-28
1
-0
/
+4
*
Update to work with the new timewait state.
jlemon
2003-02-24
1
-21
/
+5
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
3
-3
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
6
-39
/
+39
*
Comment out srandom():
ache
2003-02-05
1
-0
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
6
-39
/
+39
*
o handle jumbograms in m_clone
sam
2003-01-09
1
-52
/
+82
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
2
-6
/
+6
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
2
-2
/
+2
*
o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to
sam
2002-12-30
1
-8
/
+29
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-0
/
+4
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
FAST_IPSEC fixups:
sam
2002-11-08
2
-0
/
+21
*
"Fast IPsec": this is an experimental IPsec implementation that is derived
sam
2002-10-16
26
-0
/
+17530