aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ubsec
Commit message (Expand)AuthorAgeFilesLines
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Don't check maps for static DMA allocations against NULL to see if anJohn Baldwin2014-06-131-15/+15
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-11/+0
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-15/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Cast the bus_size_t to a intmax_t rather than assuming type-punning toWarner Losh2010-03-291-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-111-2/+3
* Add PCI IDs for the Broadcom 5825 incarnation.Philip Paeps2009-05-072-2/+6
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-25/+29
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().Ruslan Ermilov2006-10-241-11/+11
* Trim trailing whitespace.John Baldwin2006-10-021-11/+11
* - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros forJohn Baldwin2006-08-021-37/+26
* Handle errors in the same way it is done in safe(4).Pawel Jakub Dawidek2006-06-061-2/+4
* Don't increase hst_obytes field twice - it is already done at the beginingPawel Jakub Dawidek2006-06-061-1/+0
* Use newly added functions to simplify the code.Pawel Jakub Dawidek2006-06-041-34/+12
* Use defines from cryptodev.h.Pawel Jakub Dawidek2006-06-041-2/+2
* - Remove HMAC_BLOCK_LEN, it serves no purpose.Pawel Jakub Dawidek2006-06-041-4/+6
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andPawel Jakub Dawidek2006-06-041-67/+79
* Don't forget to destroy the sc_freeqlock mutex on detach.Pawel Jakub Dawidek2006-06-041-0/+1
* Forgot to remove the line.Pawel Jakub Dawidek2006-05-231-1/+0
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek2006-05-221-4/+5
* Protect the sc_needwakeup field with the sc_freeqlock mutex.Pawel Jakub Dawidek2006-05-221-4/+11
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-172-2/+13
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* ubsec(4) doesn't support explicitly provided keys. Return an error insteadPawel Jakub Dawidek2006-04-101-0/+7
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-2/+1
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Add support to eliminate a context switch per crypto op when using theSam Leffler2003-06-271-1/+1
* Redo locking for proper SMP operation:Sam Leffler2003-06-022-52/+50
* recognize the Sun Crypto 5821 and Crypto 1K cards;Sam Leffler2003-04-272-4/+22
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* o add crypto driver glue for using the new rndtest driver/module; this isSam Leffler2003-03-112-6/+36
* correct output byte count statistic collectionSam Leffler2003-03-111-2/+3
* add 5801 and 5802 recognition (somehow lost in transition from openbsd)Sam Leffler2003-02-272-2/+9
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHSam Leffler2003-02-241-73/+46
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* add 5823 device id's; this allows 5823 parts to function but you cannotSam Leffler2003-02-072-2/+7