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