| Age | Commit message (Expand) | Author |
| 2019-06-13 | don't always panic when modunload crypto (int the pool destroy code, because | christos |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-02-08 | Typos. | dholland |
| 2017-11-30 | add fo_name so we can identify the fileops in a simple way. | christos |
| 2017-11-14 | check results of pool_prime. | christos |
| 2017-06-15 | Divide crp_devflags from crp_flags to write exclusively. | knakahara |
| 2017-06-08 | sanitize in CIOCNCRYPTM and initialize comp_alg in CIOCNGSESSION | knakahara |
| 2017-06-08 | sanitize count used for kmem_alloc size. | knakahara |
| 2017-06-02 | rename crypto_mtx to cryptodev_mtx | knakahara |
| 2017-05-25 | add cryptkop alloc/free KPI instead of manipulating cryptkop_pool directly. | knakahara |
| 2017-05-17 | opencrypto: cleanup debug messages. | knakahara |
| 2017-04-24 | separate crypto_drv_mtx from crypto_mtx. | knakahara |
| 2017-04-07 | the processing said "ghastly hacks" is unnecessary now. | knakahara |
| 2017-04-07 | fix race among crypto_done(), cryptoret(), and {cryptodev_op(), cryptodev_key... | knakahara |
| 2017-04-05 | fix processes accessing /dev/crypto stall when over three processes run with ... | knakahara |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-03-26 | Trivial printf format changes and typo fix | prlw1 |
| 2014-11-27 | Return ENOSPC instead of ENOMEM when there is no room in the buffer to | christos |
| 2014-09-05 | Try not to use f_data, use f_fcrypt to get a correctly typed pointer. | matt |
| 2014-08-04 | At least crypto_mtx needs initialisation here. Spotted during PR/49065 | skrll |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-03 | Undo previous - it still needs a lot more work. | pgoyette |
| 2014-01-31 | Replace home-grown config with standardized calls to | pgoyette |
| 2014-01-24 | As requested by mrg@, since there is still a small window during which | pgoyette |
| 2014-01-21 | Implement in-module ref-counting, and do not allow auto-unload if there | pgoyette |
| 2014-01-21 | knf: Blank line even if no variable declarations. | pgoyette |
| 2014-01-19 | bail out unloading for now | christos |
| 2014-01-04 | When crypto(4) is built-in, crypto_modcmd() doesn't need to handle all | pgoyette |
| 2014-01-01 | Modularize the opencrypto components and link to the build | pgoyette |
| 2013-09-12 | Fix return value of cryptodev_msessionfin. | martin |
| 2011-07-04 | Fix memset usage. | joerg |
| 2011-06-09 | -if an opencrypto(9) session is allocated, the driver is refcounted | drochner |
| 2011-05-27 | allow testing of GCM/GMAC code from userland | drochner |
| 2011-05-26 | fix building of a linked list if multiple algorithms are requested | drochner |
| 2011-05-24 | catch some corner cases of user input | drochner |
| 2011-05-24 | copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC | drochner |
| 2011-05-23 | -remove references to crypto/arc4/arc4.* -- the code isn't used | drochner |
| 2011-05-23 | If symmetric encryption is done from userland crypto(4) and no IV | drochner |
| 2011-05-23 | being here, export camellia-cbc through crypto(4) to allow userland tests | drochner |
| 2011-05-23 | add an AES-CTR xform, from OpenBSD | drochner |
| 2011-05-23 | -in the descriptor for encryption xforms, split the "blocksize" field | drochner |
| 2011-05-16 | split the "crypto_mtx" spinlock into 3: one spinlock each for | drochner |
| 2011-05-06 | As a first step towards more fine-grained locking, don't require | drochner |
| 2011-02-19 | make the compatibility code conditional on COMPAT_50 | drochner |
| 2011-02-18 | more "const" | drochner |
| 2010-08-02 | Consistently use a single CRYPTO_SESID2HID-like macro. | jakllsch |
| 2010-01-31 | Add missing "break" for CRYPTO_CAST_CBC, and some assorted comment fixes. | hubertf |