aboutsummaryrefslogtreecommitdiff
path: root/utils/cryptodev-linux
Commit message (Collapse)AuthorAge
* 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