summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: make sure that packages are generated for built-in crypto modules to ↵Felix Fietkau2013-01-141-1/+1
| | | | | | avoid dependency errors with kmod-crypto-core on 3.7 SVN-Revision: 35158
* kernel: adjust orion/kirkwood packages to also build for mvebu targetFlorian Fainelli2013-01-081-1/+1
| | | | | | | | | Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35059
* package/kernel: create separate package for the sha256 crypto moduleGabor Juhos2013-01-011-2/+11
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34955
* kernel: fix module names for crypto modules in 3.7Gabor Juhos2012-12-181-2/+5
| | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34751
* add crypto-pcompressJohn Crispin2012-12-151-0/+11
| | | | SVN-Revision: 34685
* kernel: remove references to TARGET_ubicom32Florian Fainelli2012-11-301-1/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431
* modules: remove obsolete comment (#12514)Florian Fainelli2012-11-251-2/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34327
* package: kernel: make crypto kmods always visibleJonas Gorski2012-11-221-1/+1
| | | | | | | | | | | Don't hide crypo submodules unless crypo-core is selected. Fixes kmods depending on crypto modules being unselectable until crypto core is selected (like ext4 on 3.6 or mac80211). Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34298
* package/kernel: arc4 needs blkcipher support on 3.6Gabor Juhos2012-10-271-1/+1
| | | | | | | | | | [ 78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0) [ 78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0) [ 78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33965
* kernel: the camellia module name has changed in kernel 3.4Florian Fainelli2012-10-241-1/+4
| | | | | | | With the support for architecture optimized camellia routines, the original camellia module got renamed to camellia_generic, account for that. SVN-Revision: 33903
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32863
* move crypto module to target specific modules.mkFlorian Fainelli2012-07-251-17/+0
| | | | SVN-Revision: 32856
* openssl: enable the use of cryptodev digestsLuka Perkov2012-07-111-3/+3
| | | | SVN-Revision: 32673
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-271-11/+3
| | | | SVN-Revision: 31907
* 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 SVN-Revision: 31870
* kernel: remove obsolete dependencies and conditionalsFelix Fietkau2012-05-171-1/+1
| | | | SVN-Revision: 31779
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-6/+2
| | | | SVN-Revision: 31775
* 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. SVN-Revision: 31634
* 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> SVN-Revision: 30542
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-021-1/+5
| | | | SVN-Revision: 29985
* 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. SVN-Revision: 29818
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-191-2/+3
| | | | | | Based on a patch from Philip Prindeville. SVN-Revision: 29797
* package: kernel: fix typoJonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28898
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-091-3/+8
| | | | SVN-Revision: 28897
* package/kernel: move MD4 crypto module in its own packageNicolas Thill2011-10-281-2/+12
| | | | SVN-Revision: 28660
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28656
* package/kernel: move crc32c in its own packageNicolas Thill2011-10-281-2/+11
| | | | SVN-Revision: 28651
* 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> SVN-Revision: 28026
* kernel: crypto: fix spellingHauke Mehrtens2011-07-241-1/+1
| | | | SVN-Revision: 27757
* 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 SVN-Revision: 27753
* fixup orion compileImre Kaloz2011-07-111-1/+1
| | | | SVN-Revision: 27591
* kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing ↵Jo-Philipp Wich2011-05-241-1/+1
| | | | | | | | 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> SVN-Revision: 26984
* * add missing aes dependency to mv_cesaJohn Crispin2011-05-171-1/+1
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26920
* 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> SVN-Revision: 26903
* 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> SVN-Revision: 26901
* kernel: revert r26814Jo-Philipp Wich2011-05-031-16/+0
| | | | SVN-Revision: 26815
* kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise ↵Jo-Philipp Wich2011-05-031-0/+16
| | | | | | | | 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> SVN-Revision: 26814
* kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, ↵Jo-Philipp Wich2011-05-031-0/+32
| | | | | | | | | | | | 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> SVN-Revision: 26812
* kernel/modules: Fix r26637Vasilis Tsiligiannis2011-04-121-1/+1
| | | | SVN-Revision: 26638
* kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflateVasilis Tsiligiannis2011-04-121-5/+4
| | | | SVN-Revision: 26637
* crypto: The if statement for twofish did not work, deflate depends on ↵Hauke Mehrtens2011-04-091-5/+10
| | | | | | zlib_deflate SVN-Revision: 26569
* 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 SVN-Revision: 26413
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2Hauke Mehrtens2011-04-021-0/+1
| | | | SVN-Revision: 26407
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵Felix Fietkau2011-03-301-1/+1
| | | | | | kmod-crypto-hash) SVN-Revision: 26375
* kernel: add missing dependency for ocf on kmod-crypto-hashFelix Fietkau2011-03-301-1/+1
| | | | SVN-Revision: 26372
* kernel: fix autoload for the crypto_hash module (patch from #9136)Felix Fietkau2011-03-291-1/+1
| | | | SVN-Revision: 26358
* kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵Felix Fietkau2011-03-251-10/+46
| | | | | | manager to separate packages SVN-Revision: 26296
* kmod-crypto: fix selecting core crypto modulesFelix Fietkau2011-02-241-0/+5
| | | | SVN-Revision: 25688
* kmod-crypto: remove pcomp, nothing uses itFelix Fietkau2011-02-241-1/+0
| | | | SVN-Revision: 25686
* 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 SVN-Revision: 25493