<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/crypto/chelsio, branch v4.11.5</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2017-02-25T20:12:50+00:00</updated>
<entry>
<title>treewide: Remove remaining executable attributes from source files</title>
<updated>2017-02-25T20:12:50+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2017-02-24T06:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6e5c8381d1db4c1cdd4b4e49d5f0d1255c2246fd'/>
<id>urn:sha1:6e5c8381d1db4c1cdd4b4e49d5f0d1255c2246fd</id>
<content type='text'>
These are the current source files that should not have
executable attributes set.

[ Normally this would be sent through Andrew Morton's tree
  but his quilt tools don't like permission only patches. ]

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Fix Smatch Complaint</title>
<updated>2017-02-03T10:16:16+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5ba042c094f9438d9441ab5f8ba75f0d121df0a1'/>
<id>urn:sha1:5ba042c094f9438d9441ab5f8ba75f0d121df0a1</id>
<content type='text'>
Initialise variable after null check.

Reported-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Fix wrong typecasting</title>
<updated>2017-02-03T10:16:16+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d2826056cb5e4b4ddc90227b509473f71e15f011'/>
<id>urn:sha1:d2826056cb5e4b4ddc90227b509473f71e15f011</id>
<content type='text'>
Typecast the pointer with correct structure.

Signed-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Change algo priority</title>
<updated>2017-02-03T10:16:16+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8f06601501995eee85e2449430af5d5f0b0480a4'/>
<id>urn:sha1:8f06601501995eee85e2449430af5d5f0b0480a4</id>
<content type='text'>
Update priorities to 3000

Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Change cra_flags for cipher algos</title>
<updated>2017-02-03T10:16:15+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=44e9f79916160f9a69542712e8529ee8da15c410'/>
<id>urn:sha1:44e9f79916160f9a69542712e8529ee8da15c410</id>
<content type='text'>
Change cipher algos flags to CRYPTO_ALG_TYPE_ABLKCIPHER.

Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Use cipher instead of Block Cipher in gcm setkey</title>
<updated>2017-02-03T10:16:15+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8356ea515ba1396d6a24dd1e80f101ee9a20ff3c'/>
<id>urn:sha1:8356ea515ba1396d6a24dd1e80f101ee9a20ff3c</id>
<content type='text'>
1 Block of encrption can be done with aes-generic. no need of
cbc(aes). This patch replaces cbc(aes-generic) with aes-generic.

Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - fix itnull.cocci warnings</title>
<updated>2017-02-03T10:16:15+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ee3bd84f55d670961f36df332be299f3386b7690'/>
<id>urn:sha1:ee3bd84f55d670961f36df332be299f3386b7690</id>
<content type='text'>
The first argument to list_for_each_entry cannot be NULL.

Generated by: scripts/coccinelle/iterators/itnull.cocci

Signed-off-by: Julia Lawall &lt;julia.lawall@lip6.fr&gt;
Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Change flow IDs</title>
<updated>2017-02-03T10:16:15+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8a13449fceb03f5423664f373254c5e19b853d46'/>
<id>urn:sha1:8a13449fceb03f5423664f373254c5e19b853d46</id>
<content type='text'>
Change assign flowc id to each outgoing request.Firmware use flowc id
to schedule each request onto HW. FW reply may miss without this change.

Reviewed-by: Hariprasad Shenai &lt;hariprasad@chelsio.com&gt;
Signed-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Fix key length for RFC4106</title>
<updated>2017-02-03T10:09:31+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-27T10:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7c2cf1c4615cc2f576d0604406cdf0065f00b83b'/>
<id>urn:sha1:7c2cf1c4615cc2f576d0604406cdf0065f00b83b</id>
<content type='text'>
Check keylen before copying salt to avoid wrap around of Integer.

Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: chcr - Check device is allocated before use</title>
<updated>2017-02-03T09:45:44+00:00</updated>
<author>
<name>Harsh Jain</name>
<email>harsh@chelsio.com</email>
</author>
<published>2017-01-24T05:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f5f7bebc91ab378dea5aad5277c4d283e46472d9'/>
<id>urn:sha1:f5f7bebc91ab378dea5aad5277c4d283e46472d9</id>
<content type='text'>
Ensure dev is allocated for crypto uld context before using the device
for crypto operations.

Cc: &lt;stable@vger.kernel.org&gt;
Signed-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
</feed>
