aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
Commit message (Collapse)AuthorAgeFilesLines
* openssl: enable the use of cryptodev digestsLuka Perkov2012-07-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-271-11/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-271-2/+2
| | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove obsolete dependencies and conditionalsFelix Fietkau2012-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-1/+1
| | | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing autoload shortcut to crypto modules for btrfsJohn Crispin2012-02-141-2/+2
| | | | | | | | Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-021-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-191-1/+1
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-191-2/+3
| | | | | | Based on a patch from Philip Prindeville. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: fix typoJonas Gorski2011-11-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-091-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move MD4 crypto module in its own packageNicolas Thill2011-10-281-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move crc32c in its own packageNicolas Thill2011-10-281-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-crypto-userFlorian Fainelli2011-08-171-0/+16
| | | | | | | | | Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: crypto: fix spellingHauke Mehrtens2011-07-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-0/+16
| | | | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup orion compileImre Kaloz2011-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-managerJo-Philipp Wich2011-05-241-1/+1
| | | | | | | | | | | Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [modules]John Crispin2011-05-171-1/+1
| | | | | | | | | * add missing aes dependency to mv_cesa Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: crypto: Remove renamed modules hackVasilis Tsiligiannis2011-05-151-23/+9
| | | | | | | | | Since the oldest kernel in trunk is 2.6.30 the modules always use the newer names, so we can just use the _generic prefix directly. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove all 2.4 definitionsVasilis Tsiligiannis2011-05-151-8/+5
| | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: revert r26814Jo-Philipp Wich2011-05-031-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-ipsecJo-Philipp Wich2011-05-031-0/+16
| | | | | | | | | | | | kmod-crypto-ipsec bundles some otherwise unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-{wq,rng,iv}Jo-Philipp Wich2011-05-031-0/+32
| | | | | | | | | | | | | | | | This patch adds kmod-crypto-wq, kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. NOTE: The KCONFIG associated with each of these modules gets selected whenever CRYPTO_MANAGER (kmod-crypto-manager) is selected so these modules are already being built. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Fix r26637Vasilis Tsiligiannis2011-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflateVasilis Tsiligiannis2011-04-121-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crypto: The if statement for twofish did not work, deflate depends on ↵Hauke Mehrtens2011-04-091-5/+10
| | | | | | zlib_deflate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove double definition of depends in crypto-mv-cesa and make it ↵Hauke Mehrtens2011-04-021-7/+6
| | | | | | | | | look like the other entries. Thank you Maarten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2Hauke Mehrtens2011-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵Felix Fietkau2011-03-301-1/+1
| | | | | | kmod-crypto-hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing dependency for ocf on kmod-crypto-hashFelix Fietkau2011-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix autoload for the crypto_hash module (patch from #9136)Felix Fietkau2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵Felix Fietkau2011-03-251-10/+46
| | | | | | manager to separate packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kmod-crypto: fix selecting core crypto modulesFelix Fietkau2011-02-241-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kmod-crypto: remove pcomp, nothing uses itFelix Fietkau2011-02-241-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the cbc crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-121-1/+10
| | | | | | package - it is only used for ipsec git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an obsolete CompareKernelPatchVer callFelix Fietkau2011-02-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the deflate crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-121-2/+11
| | | | | | package - it is only used for ipsec git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove a remaining reference to linux 2.4Felix Fietkau2011-02-121-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: underscores in package names are bad, rename ↵Jo-Philipp Wich2010-10-101-2/+2
| | | | | | kmod-crypto-mv_cesa to kmod-crypto-mv-cesa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages/kernel] Make mv_cesa crypto module available on Orion as well.Lars-Peter Clausen2010-10-041-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: Move CONFIG_CRYPTO_HW to crypto-coreLars-Peter Clausen2010-10-031-6/+5
| | | | | | | | | | | hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core. It only opens the submenu for hw-crypto devices and does not generate any overhead. Patch by Jan Willies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation of crypto modules.Michael Büsch2010-09-121-2/+2
| | | | | | | This fixes #7920 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel crypto modules for >= 2.6.36Michael Büsch2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: update crypto.mk for kernel 2.6.36Alexandros C. Couloumbis2010-09-061-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add XTS cipher CryptoAPI moduleFlorian Fainelli2010-09-041-0/+17
| | | | | | | | needed for proper dm-crypt support Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes (#7643)Florian Fainelli2010-07-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-42/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73