summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/crypto.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove echainiv.ko from kmod-crypto-ivMatthias Schiffer2016-09-281-4/+3
| | | | | | | There is a separate package kmod-crypto-echainiv for echainiv.ko. Selecting both packages led to a conflict, so remove the file from kmod-crypto-iv. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* mvebu: enable core drivers in the kernel config instead of packaging themFelix Fietkau2016-05-211-1/+1
| | | | | | Simplify profile package selection Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: remove ocf support, cryptodev-linux should be used insteadFelix Fietkau2016-05-121-48/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: remove linux 4.3 supportFelix Fietkau2016-03-071-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48955
* kernel: crypto: add fsl CAAM packageJohn Crispin2016-02-251-0/+26
| | | | | | | | | Kernel package enables the Freescale CAAM (crypto accelerator and assurance module, aka SEC4). Sets kernel defaults for ringsize, intc, and debug. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 48773
* kernel: fix chainiv crypto modules in 4.3+ kernelsSteven Barth2016-02-191-3/+4
| | | | | | Signed-off-by: Steven Barth <cyrus@openwrt.org> SVN-Revision: 48745
* kernel: crypto-echainiv was missing depsJohn Crispin2016-02-161-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48724
* linux/crypto: Add echainiv module provided by 4.4 kernelsJohn Crispin2016-02-121-0/+12
| | | | | | | | This module is needed for IPsec ESP support, i.e.. Signed-off-by: André Valentin <avalentin@marcant.net> SVN-Revision: 48714
* kernel: add missing config symbols for kmod-crypto-hw-talitosFelix Fietkau2016-01-271-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48513
* kernel: add missing config symbolFelix Fietkau2016-01-231-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48459
* kernel/modules: add kmod-crypto-hw-ccpFelix Fietkau2016-01-191-0/+18
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 48347
* kernel/modules: add missing symbol for crypto-rngFelix Fietkau2016-01-181-2/+3
| | | | | | | | | | Since CRYPTO_DRBG_MENU was added in r48277, CRYPTO_DRBG_HMAC is missing. It does not appear in kernel_menuconfig and defaults to yes, so enable it in crypto-rng as well and add dependencies to HMAC and SHA256. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 48341
* kernel: add missing kernel config symbol for crypto-rng (fixes #21596)Felix Fietkau2016-01-171-0/+1
| | | | | | Signed-off-by: Lucian Cristian <luci@createc.ro> SVN-Revision: 48277
* kernel: make kmod-crypto-rng depend on kmod-crypto-hashFelix Fietkau2015-12-121-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47883
* kernel: crypto-aead depends on crypto-null in 4.3 as wellFelix Fietkau2015-12-111-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47870
* kernel/modules: fix crypto API RNG for >=4.2Felix Fietkau2015-12-101-15/+10
| | | | | | | | | | | | | | | | | Since kernel 4.2, DRBG is the default crypto API RNG, replacing krng. As DRBG is not enabled, there is no crypto API RNG available when running kernel 4.2 or later. Because of this, IPsec SAs fail to install. In strongSwan, this results in a vague error that is difficult to debug: received netlink error: No such file or directory (2) Solve this by adding DRBG to the kmod-crypto-rng package. As enabling DRBG in the kernel config also enables the Jitterentropy RNG, include it in kmod-crypto-rng instead of having it in a separate package. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47827
* package: kernel: update dependencies for 4.4Jonas Gorski2015-12-021-3/+3
| | | | | | | | | Update dependencies for linux 4.4 and mark as broken where source code needs updating. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47700
* kernel/modules: add OCTEON SHA512 moduleFelix Fietkau2015-11-151-1/+8
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47479
* kernel/modules: move SHA512 to its own packageFelix Fietkau2015-11-151-2/+12
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47478
* kernel/modules: add OCTEON SHA256 moduleFelix Fietkau2015-11-151-1/+8
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47477
* kernel/modules: add OCTEON SHA1 moduleFelix Fietkau2015-11-151-1/+8
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47476
* kernel/modules: add OCTEON MD5 moduleFelix Fietkau2015-11-151-1/+8
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47475
* modules: crypto-rng changes additions for kernel 4.3John Crispin2015-10-261-3/+13
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47276
* modules: enable crypto hardware modulesJohn Crispin2015-10-261-0/+6
| | | | | | | | set CONFIG_CRYPTO_HW=y to enable build of crypto-hw modules. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47273
* kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4Felix Fietkau2015-09-081-27/+1
| | | | | | | | | Everything except for blkcipher was already built-in, so make blkcipher built-in as well. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46820
* kernel: crypto: fix depends in kmod-crypto-hmacHauke Mehrtens2015-08-091-2/+1
| | | | | | | | This module had two depends lines. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46576
* kernel: crypto: fix module loading of cryptomgr.koHauke Mehrtens2015-08-091-0/+1
| | | | | | | | There was no rule to load this module. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46575
* kernel: crypto: fix module loading of aead.koHauke Mehrtens2015-08-091-1/+1
| | | | | | | | | | The name of the module was wrong before. This should fix #20283. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46574
* kernel: remove kmod-crypto-aes, AES crypto support is always built into the ↵Felix Fietkau2015-07-241-21/+3
| | | | | | | | kernel Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46483
* kernel: add crypto-cmacHauke Mehrtens2015-07-041-0/+12
| | | | | | | | The bluetooth driver needs this new crypto lib in kernel 4.1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46180
* kernel: remove module checks for 3.15/3.16/3.17John Crispin2015-04-211-4/+2
| | | | | | Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45534
* kernel: make crypto-ctr depend on crypto-ivFelix Fietkau2015-03-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45124
* linux: modules: crypto: adds ccm packageFelix Fietkau2015-03-291-0/+11
| | | | | | | | This patch adds support crypto-ccm modules support. Signed-off-by: Varka Bhadram <varkab@cdac.in> SVN-Revision: 45123
* x86: make x86_64 a subtarget instead of a standalone targetFelix Fietkau2015-03-291-7/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45115
* linux: convert CompareKernelPatchVer to version tagged symbolsJo-Philipp Wich2015-01-311-7/+4
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44229
* kernel: drop obsolete kernel version checksFelix Fietkau2015-01-241-11/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44113
* kernel: add missing dependency for kmod-crypto-ghashFelix Fietkau2015-01-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43857
* kernel/modules: add kmod-crypto-gcmFelix Fietkau2015-01-051-0/+12
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43838
* kernel/modules: add kmod-crypto-ghashFelix Fietkau2015-01-051-0/+12
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43837
* kernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128Felix Fietkau2015-01-051-11/+4
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43836
* kernel/modules: add kmod-crypto-gf128Felix Fietkau2015-01-051-0/+11
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43835
* kernel/modules: add kmod-crypto-ctrFelix Fietkau2015-01-051-0/+11
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43834
* kernel/modules: add kmod-crypto-seqivFelix Fietkau2015-01-051-0/+11
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43833
* kernel/modules: remove CRYPTOMGR_MODULESFelix Fietkau2015-01-051-5/+2
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43832
* kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aeadFelix Fietkau2015-01-051-3/+1
| | | | SVN-Revision: 43831
* kernel/modules: add kmod-crypto-aeadFelix Fietkau2015-01-051-0/+13
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43830
* kernel/modules: remove superfluous backslashFelix Fietkau2015-01-051-1/+1
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43829
* kmod-crypto-hw-talitos: add missing dependencyFelix Fietkau2014-12-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43561
* kernel/modules: use crc32c_generic.ko instead of crc32c.koJohn Crispin2014-11-171-0/+5
| | | | | | | | | Starting from kernel version 3.15, the crc32c module was renamed to crc32c_generic. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43291
* kernel: omap: omap-des.ko is not available in kernel 3.13Hauke Mehrtens2014-05-021-0/+7
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40665