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
/
opencrypto
/
crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some new modes to OpenCrypto. These modes are AES-ICM (can be used
jmg
2014-12-12
1
-5
/
+7
*
allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...
jmg
2014-03-11
1
-2
/
+2
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
Use the fpu_kern_enter() interface to properly separate usermode FPU
kib
2010-06-05
1
-0
/
+8
*
Define an SDT provider for "opencrypto".
bz
2009-11-28
1
-0
/
+4
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-3
/
+3
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-237
/
+515
*
When DIAGNOSTIC is defined, verify if we don't free crypto requests from
pjd
2006-06-06
1
-0
/
+21
*
Prefer hardware crypto over software crypto.
pjd
2006-06-04
1
-38
/
+74
*
Improve the code responsible for waking up the crypto_proc thread.
pjd
2006-05-22
1
-14
/
+11
*
Don't wakeup the crypto_ret_proc thread if it is running already.
pjd
2006-05-22
1
-2
/
+3
*
Don't set cc_kqblocked twice and don't increment cryptostats.cs_kblocks
pjd
2006-05-22
1
-2
/
+0
*
We must synchronize access to cc_qblocked, because there could be a race
pjd
2006-05-22
1
-17
/
+4
*
Silent Coverity Prevent report by asserting that cap != NULL.
pjd
2006-05-18
1
-2
/
+4
*
- Make opencrypto more SMP friendly by dropping the queue lock around
pjd
2006-05-17
1
-145
/
+139
*
Be sure to wakeup the crypto thread when new request was queued.
pjd
2006-04-11
1
-6
/
+8
*
crypto.ko depends on zlib.
wkoszek
2006-03-04
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
consolidate callback optimization check in one location by adding a flag
sam
2003-06-30
1
-1
/
+10
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
1
-19
/
+17
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+4
*
Flush my local cache of cryto subsystem fixes:
sam
2003-06-02
1
-12
/
+16
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
1
-26
/
+72
*
Invoke the driver directly when a request is submitted via crypto_dispatch
sam
2003-01-09
1
-21
/
+52
*
correct flags passed when allocation crypto request structures so we
sam
2003-01-06
1
-2
/
+2
*
manage kernel threads properly; especially shutting them down on module unload
sam
2003-01-03
1
-52
/
+133
*
MFS: crypto timing support; purge usercrypto sysctl (just don't config
sam
2003-01-03
1
-6
/
+78
*
change load order so module is present before crypto drivers
sam
2002-11-08
1
-1
/
+1
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
1
-3
/
+30
*
o split crypto_proc into two threads: one for processing requests and one
sam
2002-10-07
1
-52
/
+92
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
1
-0
/
+936