| Age | Commit message (Expand) | Author |
| 2020-05-11 | Remove ubsec(4). | John Baldwin |
| 2020-05-06 | Deprecate ubsec(4) for FreeBSD 13.0. | John Baldwin |
| 2020-04-20 | Retire the CRYPTO_F_IV_GENERATE flag. | John Baldwin |
| 2020-03-27 | Refactor driver and consumer interfaces for OCF (in-kernel crypto). | John Baldwin |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2018-08-26 | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray |
| 2018-07-18 | OpenCrypto: Convert sessions to opaque handles instead of integers | Conrad Meyer |
| 2018-07-09 | Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro names | Conrad Meyer |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-06-30 | Huge cleanup of random(4) code. | Mark Murray |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2014-06-13 | Don't check maps for static DMA allocations against NULL to see if an | John Baldwin |
| 2014-06-10 | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin |
| 2013-10-04 | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray |
| 2013-09-06 | Yarrow wants entropy estimations to be conservative; the usual idea | Mark Murray |
| 2013-08-12 | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-03-12 | More conversions of drivers to use the PCI parent DMA tag. | Scott Long |
| 2011-11-22 | - There's no need to overwrite the default device method with the default | Marius Strobl |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten |
| 2010-03-29 | Cast the bus_size_t to a intmax_t rather than assuming type-punning to | Warner Losh |
| 2009-06-11 | strict kobj sigs: fix assortment of device_detach and device_shutdown impls | Andriy Gapon |
| 2009-05-07 | Add PCI IDs for the Broadcom 5825 incarnation. | Philip Paeps |
| 2007-03-21 | Overhaul driver/subsystem api's: | Sam Leffler |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-10-24 | Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL(). | Ruslan Ermilov |
| 2006-10-02 | Trim trailing whitespace. | John Baldwin |
| 2006-08-02 | - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros for | John Baldwin |
| 2006-06-06 | Handle errors in the same way it is done in safe(4). | Pawel Jakub Dawidek |
| 2006-06-06 | Don't increase hst_obytes field twice - it is already done at the begining | Pawel Jakub Dawidek |
| 2006-06-04 | Use newly added functions to simplify the code. | Pawel Jakub Dawidek |
| 2006-06-04 | Use defines from cryptodev.h. | Pawel Jakub Dawidek |
| 2006-06-04 | - Remove HMAC_BLOCK_LEN, it serves no purpose. | Pawel Jakub Dawidek |
| 2006-06-04 | Add support for the CRD_F_KEY_EXPLICIT flag for both encryption and | Pawel Jakub Dawidek |
| 2006-06-04 | Don't forget to destroy the sc_freeqlock mutex on detach. | Pawel Jakub Dawidek |
| 2006-05-23 | Forgot to remove the line. | Pawel Jakub Dawidek |
| 2006-05-22 | Fix HMACs handling with uio's by not using crp_mac for storing calculated | Pawel Jakub Dawidek |
| 2006-05-22 | Protect the sc_needwakeup field with the sc_freeqlock mutex. | Pawel Jakub Dawidek |
| 2006-05-17 | Honor cri_mlen value. | Pawel Jakub Dawidek |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2006-04-10 | ubsec(4) doesn't support explicitly provided keys. Return an error instead | Pawel Jakub Dawidek |
| 2005-03-01 | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-08-22 | Prefer new location of pci include files (which have only been in the | Warner Losh |
| 2003-08-19 | Change instances of callout_init that specify MPSAFE behaviour to | Sam Leffler |
| 2003-07-01 | Mega busdma API commit. | Scott Long |
| 2003-06-27 | Add support to eliminate a context switch per crypto op when using the | Sam Leffler |