summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf
Commit message (Collapse)AuthorAgeFilesLines
* generic: convert crypto-ocf from kernel_thread to kthreadjuhosg2013-02-021-11/+8
| | | | | | | | | | | | | recent kernels have finally stopped exporting kernel_thread, since a deprecation circa 2006. This patch attempts to convert to the newer kernel kthread API, particularly in random.c [juhosg: remove randomproc variable, it is not required after the patch] Signed-off-by: Russell Senior <russell@personaltelco.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8hauke2013-01-272-10/+10
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add support for 3.8-rc2florian2013-01-082-1/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ocf: restore terminating entry of pci_id_table in hifnHIPPjuhosg2012-07-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf: update to version 20120127luka2012-07-1148-1900/+5660
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix OCF for linux 3.2jogo2012-01-198-10/+19
| | | | | | 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
* ocf-linux: version bump to 20110720hauke2011-07-2432-491/+4100
| | | | | | | | | | | | | | | | | 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
* kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵nbd2011-04-021-0/+1
| | | | | | blkcipher, hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by ↵hauke2011-03-1916-32/+80
| | | | | | | | | | | generated/autoconf.h. This fixes build with kernel 2.6.38. This was only build tested. Thank you philipp64 for reporting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix cryptodev with kernel >= 2.6.35hauke2010-12-061-2/+8
| | | | | | | | | The fix is from http://sourceforge.net/mailarchive/forum.php?thread_name=20100906035717.GA7562%40mcafee.com&forum_name=ocf-linux-users Thank you tripolar for reporting the issue and finding a solution for it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cryptodev: Compilefix on 2.6.36mb2010-10-071-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename target/linux/generic-2.6 to genericnbd2010-06-26182-0/+86629
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21952 3c298f89-4303-0410-b956-a3cf2f4a3e73