<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/files/crypto, branch mtk-20170518</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>kernel: ocf: add missing dependency for hifn driver</title>
<updated>2014-01-21T12:11:18+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2014-01-21T12:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d5b4292032a12b614ad29e042d0e3c036c764f0d'/>
<id>d5b4292032a12b614ad29e042d0e3c036c764f0d</id>
<content type='text'>
The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..

Should fix mvebu builds.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 39357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..

Should fix mvebu builds.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 39357
</pre>
</div>
</content>
</entry>
<entry>
<title>ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible</title>
<updated>2013-08-14T08:52:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-08-14T08:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8b8875b305e3e36153f83d08c68596fe0303efa4'/>
<id>8b8875b305e3e36153f83d08c68596fe0303efa4</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37769
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: ocf: add missing kernel dependencies</title>
<updated>2013-08-01T23:04:42+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2013-08-01T23:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3e9ad14992d1274b7002953fb98e54e8a7b349e2'/>
<id>3e9ad14992d1274b7002953fb98e54e8a7b349e2</id>
<content type='text'>
OCF_CRYPTOSOFT uses both symbols form crypto_hash and crypto_blkcipher,
so let it select these through kernel config.

Fixes the following build error:

ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2

Reported-by: Russell Senior &lt;russell@personaltelco.net&gt;
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 37652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OCF_CRYPTOSOFT uses both symbols form crypto_hash and crypto_blkcipher,
so let it select these through kernel config.

Fixes the following build error:

ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2

Reported-by: Russell Senior &lt;russell@personaltelco.net&gt;
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 37652
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: convert crypto-ocf from kernel_thread to kthread</title>
<updated>2013-02-02T15:31:44+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-02-02T15:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4c223d7d4f8a325256bdcbcc602ea8662bde97c3'/>
<id>4c223d7d4f8a325256bdcbcc602ea8662bde97c3</id>
<content type='text'>
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 &lt;russell@personaltelco.net&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;russell@personaltelco.net&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35456
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8</title>
<updated>2013-01-27T17:48:48+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-01-27T17:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=721bf97863757c4add26fe93c7f5487de7ab136a'/>
<id>721bf97863757c4add26fe93c7f5487de7ab136a</id>
<content type='text'>
These attributes where removed with kernel 3.8 and are now causing compile errors.

SVN-Revision: 35328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These attributes where removed with kernel 3.8 and are now causing compile errors.

SVN-Revision: 35328
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add support for 3.8-rc2</title>
<updated>2013-01-08T22:19:31+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-01-08T22:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8dbed04ec9cad7771590af557b9edfe8e04bca8c'/>
<id>8dbed04ec9cad7771590af557b9edfe8e04bca8c</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35055
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: ocf: restore terminating entry of pci_id_table in hifnHIPP</title>
<updated>2012-07-12T08:34:23+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-07-12T08:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e9af3400160554dd7fc93661837607c3dcf84959'/>
<id>e9af3400160554dd7fc93661837607c3dcf84959</id>
<content type='text'>
SVN-Revision: 32680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32680
</pre>
</div>
</content>
</entry>
<entry>
<title>ocf: update to version 20120127</title>
<updated>2012-07-11T23:38:14+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2012-07-11T23:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=283021ac15faec84a1764d7883cfb47db7847d0c'/>
<id>283021ac15faec84a1764d7883cfb47db7847d0c</id>
<content type='text'>
SVN-Revision: 32672
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32672
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix OCF for linux 3.2</title>
<updated>2012-01-19T19:51:54+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2012-01-19T19:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=aa8f9171f2e779040d655db2cf96234b6e98610c'/>
<id>aa8f9171f2e779040d655db2cf96234b6e98610c</id>
<content type='text'>
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.

SVN-Revision: 29818
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.

SVN-Revision: 29818
</pre>
</div>
</content>
</entry>
<entry>
<title>ocf-linux: version bump to 20110720</title>
<updated>2011-07-24T14:17:58+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2011-07-24T14:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=00dd85d8f61db55d6e08d224ed30f077075e9766'/>
<id>00dd85d8f61db55d6e08d224ed30f077075e9766</id>
<content type='text'>
Fixes problem with TFM allocation in cryptosoft.c

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;

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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes problem with TFM allocation in cryptosoft.c

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;

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
</pre>
</div>
</content>
</entry>
</feed>
