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
/
keysock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build breakage from previous commit which confused key_abort and key_close.
gnn
2006-07-22
1
-1
/
+1
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
1
-0
/
+12
*
Remove unused variables s and error in key_detach. The previous
dd
2006-04-04
1
-1
/
+0
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
1
-12
/
+8
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
1
-6
/
+3
*
Fix stack corruptions on amd64.
bz
2006-01-21
1
-14
/
+2
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
1
-8
/
+16
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-8
/
+10
*
Add required includes for post-sorwakeup() change to fix FAST_IPSEC
bms
2004-06-23
1
-0
/
+2
*
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
1
-4
/
+4
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
"Fast IPsec": this is an experimental IPsec implementation that is derived
sam
2002-10-16
1
-0
/
+603