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