summaryrefslogtreecommitdiffstats
path: root/sys/dev/ubsec
Commit message (Expand)AuthorAgeFilesLines
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-15/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Cast the bus_size_t to a intmax_t rather than assuming type-punning toimp2010-03-291-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-2/+3
* Add PCI IDs for the Broadcom 5825 incarnation.philip2009-05-072-2/+6
* Overhaul driver/subsystem api's:sam2007-03-211-25/+29
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().ru2006-10-241-11/+11
* Trim trailing whitespace.jhb2006-10-021-11/+11
* - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros forjhb2006-08-021-37/+26
* Handle errors in the same way it is done in safe(4).pjd2006-06-061-2/+4
* Don't increase hst_obytes field twice - it is already done at the beginingpjd2006-06-061-1/+0
* Use newly added functions to simplify the code.pjd2006-06-041-34/+12
* Use defines from cryptodev.h.pjd2006-06-041-2/+2
* - Remove HMAC_BLOCK_LEN, it serves no purpose.pjd2006-06-041-4/+6
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-67/+79
* Don't forget to destroy the sc_freeqlock mutex on detach.pjd2006-06-041-0/+1
* Forgot to remove the line.pjd2006-05-231-1/+0
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedpjd2006-05-221-4/+5
* Protect the sc_needwakeup field with the sc_freeqlock mutex.pjd2006-05-221-4/+11
* Honor cri_mlen value.pjd2006-05-172-2/+13
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* ubsec(4) doesn't support explicitly provided keys. Return an error insteadpjd2006-04-101-0/+7
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-2/+1
* Mega busdma API commit.scottl2003-07-011-0/+2
* Add support to eliminate a context switch per crypto op when using thesam2003-06-271-1/+1
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* recognize the Sun Crypto 5821 and Crypto 1K cards;sam2003-04-272-4/+22
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-112-6/+36
* correct output byte count statistic collectionsam2003-03-111-2/+3
* add 5801 and 5802 recognition (somehow lost in transition from openbsd)sam2003-02-272-2/+9
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHsam2003-02-241-73/+46
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* add 5823 device id's; this allows 5823 parts to function but you cannotsam2003-02-072-2/+7
* shield kernel data structures so user apps can include this filesam2003-02-071-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* move sysctl's under hw.ubsecsam2003-01-201-9/+10
* correct printf formatsam2003-01-111-1/+1
OpenPOWER on IntegriCloud