summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* MFC r292963:Luiz Otavio O Souza2016-05-1223-968/+2111
* MFC r290924:Luiz Otavio O Souza2016-05-121-1/+1
* MFC r286292:Luiz Otavio O Souza2015-10-203-13/+18
* MFC r285526:Luiz Otavio O Souza2015-10-202-12/+10
* MFC r285336:Luiz Otavio O Souza2015-10-202-41/+100
* Fix the IPSEC build.Luiz Otavio O Souza2015-10-201-1/+0
* MFC r285247:Luiz Otavio O Souza2015-10-203-4/+9
* MFC r284616:Luiz Otavio O Souza2015-10-201-1/+1
* MFC r283511:Luiz Otavio O Souza2015-10-201-8/+8
* MFC r281196:Luiz Otavio O Souza2015-10-201-0/+1
* MFC r275732:Luiz Otavio O Souza2015-10-2011-446/+1607
* MFC r271983:Luiz Otavio O Souza2015-10-201-0/+1
* MFC r262994:Luiz Otavio O Souza2015-10-202-7/+10
* MFC r262993:Luiz Otavio O Souza2015-10-202-6/+1
* MFC r261251:Luiz Otavio O Souza2015-10-201-12/+55
* MFC r258541 (partly):Luiz Otavio O Souza2015-10-202-3/+0
* Revert AESNI patches.Luiz Otavio O Souza2015-10-207-704/+68
* Importing pfSense patch aesgcm.soft.1.patchRenato Botelho2015-08-177-68/+704
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-4/+4
* MFC r259109: allow ZFS to co-habitate with crypto / aesnipeter2013-12-281-0/+0
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+1
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-201-2/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-1/+3
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512.vanhu2011-02-251-1/+2
* Let cryptosoft(4) add its pseudo-device with a specific unit number and itsmarius2010-11-141-2/+2
* Add support for AES-XTS.pjd2010-09-235-15/+203
* Remove redundant space.pjd2010-09-231-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-4/+4
* Fix typo in comment.jhb2010-08-111-1/+1
* Add compat32 shims for opencrypto(4).kib2010-07-291-7/+266
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-0/+8
* Add comments trying to explain what bad things happen here, i.e.bz2010-01-091-1/+18
* In case the compression result is the same size as the orignal version,bz2009-11-291-1/+1
* Add SDT iter probes forgotten in r199885.bz2009-11-291-0/+6
* Change memory managment from a fixed size array to a list.bz2009-11-282-60/+73
* Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggestedbz2009-11-281-6/+10
* Add SDT probes for opencrypto:deflate:deflate_gobal:*.bz2009-11-281-7/+61
* Define an SDT provider for "opencrypto".bz2009-11-281-0/+4
* If crypto operation is finished with EAGAIN, don't repeat operation frompjd2009-09-041-8/+9
* Fix cryptodev UIO creation.raj2009-05-231-1/+3
* Fix return type for detach routine (should be int)imp2009-02-051-2/+3
* While OpenBSD's crypto/ framework has sha1 and md5 implementations thatbz2009-01-281-1/+6
* Don't hang if encrypting/decrypting using struct iovecs where one of thedfr2008-10-301-0/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-234-45/+42
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+14
* Remove explicit locking of struct file.jeff2007-12-301-6/+1
OpenPOWER on IntegriCloud