summaryrefslogtreecommitdiff
path: root/sys/dev/ubsec
AgeCommit message (Expand)Author
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
2003-06-02Redo locking for proper SMP operation:Sam Leffler
2003-04-27recognize the Sun Crypto 5821 and Crypto 1K cards;Sam Leffler
2003-03-18Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp
2003-03-11o add crypto driver glue for using the new rndtest driver/module; this isSam Leffler
2003-03-11correct output byte count statistic collectionSam Leffler
2003-02-27add 5801 and 5802 recognition (somehow lost in transition from openbsd)Sam Leffler
2003-02-24o instead of applying arbitrary tunables, just honor the COP_F_BATCHSam Leffler
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-07add 5823 device id's; this allows 5823 parts to function but you cannotSam Leffler
2003-02-07shield kernel data structures so user apps can include this fileSam Leffler
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-20move sysctl's under hw.ubsecSam Leffler
2003-01-11correct printf formatSam Leffler
2003-01-06fix memory allocation problems and collateral damage:Sam Leffler
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-12-30MFS 1.6.2.3: fixup statistics; turn off batching by default; add maxSam Leffler
2002-12-30Correct mbuf packet header propagation. Previously, packet headersSam Leffler
2002-11-07Quiet some DIAGNOSTIC printf warnings with band-aid casts.John Baldwin
2002-10-16Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-10-11No need to hold Giant will harvesting RNG data; change callout_init soSam Leffler
2002-10-07Track openbsd changes that don't affect us yet (PK supoprt isSam Leffler