aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hifn
Commit message (Expand)AuthorAgeFilesLines
* OCF: Remove support for asymmetric cryptographic operations.John Baldwin2021-04-121-1/+1
* Don't return errors from the cryptodev_process() method.John Baldwin2020-09-081-1/+1
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-25/+11
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-8/+1
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-111-27/+0
* Remove support for the ARC4 algorithm from OCF.John Baldwin2020-05-111-20/+2
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-111-6/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-13/+3
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-272-341/+296
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-99/+19
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* 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-2/+2
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-3/+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
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* - 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
* No need to zero the softc. It's allocated with M_ZERO.Tijl Coosemans2010-12-181-27/+3
* - Do not place variables to memory allocated by busdma. pre/post opsOleksandr Tymoshenko2010-09-242-83/+83
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-3/+4
* shutdown returns an intWarner Losh2009-02-051-2/+3
* Overhaul driver/subsystem api's:Sam Leffler2007-03-213-87/+219
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use newly added functions to simplify the code.Pawel Jakub Dawidek2006-06-041-37/+16
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek2006-05-221-2/+3
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-172-9/+20
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* These registers are saved by pci bus code. Remove from #if 0'd code anywayWarner Losh2005-06-051-18/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-3/+3
* Update support for 795x parts:Sam Leffler2005-01-193-6/+145
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* add missing ';' that didn't show up with INVARIANTS enabledSam Leffler2004-10-151-1/+1
* Move session state from on-card memory to host memory so we no longer areSam Leffler2004-10-152-43/+46
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* 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-6/+6
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perPoul-Henning Kamp2004-02-021-0/+2
* NULL falloutSam Leffler2003-12-251-4/+4
* Add symmetric crypto support for the 7955 and 7956.Sam Leffler2003-10-083-41/+159
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-022-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3