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
*
Replace custom mbuf writeability test with generic M_WRITABLE() test
andre
2005-09-26
1
-1
/
+1
*
Correct typo in a comment describing vshiftl().
hmp
2005-06-02
1
-1
/
+1
*
correct space check
sam
2005-03-09
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
26
-26
/
+26
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-8
/
+10
*
Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to be
sam
2004-10-02
1
-2
/
+0
*
Add missing locking for secpolicy refcnt manipulations.
sam
2004-09-30
3
-3
/
+16
*
Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split
sam
2004-09-26
1
-5
/
+0
*
Protect sockaddr_union definitions with a protecting define. This allows to
mlaier
2004-09-23
1
-0
/
+3
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
2
-3
/
+3
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-6
/
+1
*
Add required includes for post-sorwakeup() change to fix FAST_IPSEC
bms
2004-06-23
1
-0
/
+2
*
Fix a paste-o in key_cmpspidx_withmask().
bms
2004-06-22
1
-2
/
+2
*
use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policy
sam
2004-05-03
1
-2
/
+2
*
correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with
sam
2004-05-03
1
-2
/
+2
*
add support to prefer old SA to new SA during allocation
sam
2004-05-03
1
-18
/
+27
*
Fix a debugging printf snafu.
bms
2004-04-20
1
-1
/
+1
*
use native names for if_link, ifa_link, if_addrhead.
luigi
2004-04-17
1
-4
/
+2
*
Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.
pjd
2004-04-07
1
-1
/
+1
*
This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd;
bms
2004-04-03
1
-0
/
+169
*
Fix type in a sysctl. It used to be: net.key.prefered_oldsa
guido
2004-02-16
1
-5
/
+5
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
2
-0
/
+19
*
must convert protocol to sa type when preparing a DELETE message
sam
2004-02-05
1
-1
/
+7
*
o add missing break
sam
2004-01-27
1
-1
/
+10
*
change SYSINIT starting point to be consistent with other modules
sam
2004-01-27
2
-2
/
+2
*
add spdcachelookup and spdcachemiss to our version of struct ipsecstat so
sam
2004-01-27
1
-0
/
+3
*
Fix ipip_output() to always set *mp to NULL on failure, even if 'm'
sam
2004-01-20
2
-3
/
+6
*
fix build after KAME changes
sam
2004-01-20
1
-0
/
+4
*
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
bms
2003-12-15
1
-2
/
+0
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-1
/
+2
*
MFp4: portability work, general cleanup, locking fixes
sam
2003-09-29
13
-1136
/
+1149
*
os dependency glue file for improving portability
sam
2003-09-29
1
-0
/
+307
*
Locking and misc cleanups; most of which I've been running for >4 months:
sam
2003-09-01
10
-477
/
+355
*
make sure the packets contains a complete inner header
sam
2003-08-13
1
-0
/
+28
*
consolidate callback optimization check in one location by adding a flag
sam
2003-06-30
3
-60
/
+6
*
correct transfer statistics
sam
2003-06-30
1
-0
/
+1
*
plug xform memory leaks:
sam
2003-06-29
2
-2
/
+15
*
Check crypto driver capabilities and if the driver operates synchronously
sam
2003-06-27
3
-0
/
+54
*
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
[next]