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