aboutsummaryrefslogtreecommitdiff
path: root/utils/cryptodev-linux
Commit message (Collapse)AuthorAge
* cryptodev: moved to trunkJohn Crispin2018-12-03
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* cyrptodev-linux: bump to latest git 2018-11-02Eneas U de Queiroz2018-11-09
| | | | | | This adds support for digests in openssl 1.1.1. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* cryptodev-linux: bump to latest git 2017-10-04Lucian Cristian2018-01-12
| | | | | | fix kernel > 4.13 compilation Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* cryptodev: simplify for Jo's parameter passingPhilip Prindeville2017-11-07
| | | | | | | Don't need to have a bare /etc/modules.d/ file since we can cleanly synthesize one now. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* utils/cryptodev-linux: add license tagFlorian Eckert2017-10-30
| | | | | | add license tag Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* cryptodev-linux: fix PKG_MIRROR_HASHEtienne Champetier2017-09-22
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ | | | | packages: cleanup Makefile variables
| * packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | cryptodev-linux: bump to last commitAnsuel Smith2017-06-05
|/ | | | | | | Fix: This patch fixes a kernel crash observed with cipher-gcm test. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* cryptodev-linux: bump to 4.9Ansuel Smith2017-04-24
| | | | | | Cosmetic update just to remove git date Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* cryptodev-linux: fix aria 2 spam messageAnsuel Smith2017-03-19
| | | | | | | | | | cryptodev log by default unecessary debug message With some app (like aria2) the syslog get spammed with lots of this message cryptodev: aria2c[3231] (adjust_sg_array:106): reallocating from 32 to 512 pages With this we disable logging of debug message as they are just for info purpose and they are not error at all. Signed-off-by: Ansuel Smith ansuelsmth@gmail.com
* Cryptodev-linux: bump to last commitAnsuel Smith2017-02-20
| | | | | | Fixing of varius error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* cryptodev: remove dependency on kmod-crypto-coreJan Čermák2016-01-20
| | | | | | Kernel module kmod-crypto-core was removed in OpenWrt trunk r46820. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* cryptodev-linux: bump to 1.8notnyt2016-01-17
| | | | | | This fixes compile time errors using kernel 4.3 and above Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* cryptodev: get rid of get_unused_fd()Daniel Golle2015-05-03
| | | | | | | | | | | | The get_unused_fd() macro was removed upstream by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17 Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to be the definition of the get_unused_fd() macro before it was removed. This fixes cryptodev compilation on kernel 4.0. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptodev-linux: updated to 1.7Nikos Mavrogiannopoulos2015-02-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* cryptodev-linux: replace INIT_COMPLETION with reinit_completionEugene Sanivsky2014-08-20
|
* Added maintainerNikos Mavrogiannopoulos2014-07-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added cryptodev-linuxNikos Mavrogiannopoulos2014-06-03