| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: chelsio - Set DMA alignment explicitly | Herbert Xu | 2022-12-09 | 1 | -21/+22 |
* | crypto: chelsio - Fix flexible struct array warning | Herbert Xu | 2022-12-09 | 2 | -6/+6 |
* | crypto: move gf128mul library into lib/crypto | Ard Biesheuvel | 2022-11-11 | 1 | -1/+1 |
* | treewide: Replace open-coded flex arrays in unions | Kees Cook | 2021-10-18 | 1 | -5/+9 |
* | crypto: chelsio/chcr - Remove useless MODULE_VERSION | Vinay Kumar Yadav | 2021-04-22 | 2 | -3/+1 |
* | crypto: chelsio - remove unused function | Jiapeng Chong | 2021-04-22 | 1 | -5/+0 |
* | crypto: chelsio - Read rxchannel-id from firmware | Ayush Sawal | 2021-04-12 | 1 | -2/+17 |
* | crypto: chelsio - Fix some kernel-doc issues | Lee Jones | 2021-03-26 | 2 | -6/+4 |
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+2 |
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-10-15 | 16 | -9260/+0 |
|\ |
|
| * | cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr | Ayush Sawal | 2020-10-15 | 1 | -2/+0 |
| * | crypto/chcr: move nic TLS functionality to drivers/net | Rohit Maheshwari | 2020-09-11 | 7 | -2305/+0 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-09-04 | 1 | -2/+2 |
| |\ |
|
| * | | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net | Vinay Kumar Yadav | 2020-08-21 | 5 | -836/+2 |
| * | | chelsio/chtls: separate chelsio tls driver from crypto driver | Vinay Kumar Yadav | 2020-08-21 | 11 | -6119/+0 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-10-13 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | crypto: chelsio - fix minor indentation issue | Colin Ian King | 2020-09-25 | 1 | -1/+1 |
| |/ |
|
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-08-05 | 2 | -9/+12 |
|\ |
|
| * | tcp: rename request_sock cookie_ts bit to syncookie | Florian Westphal | 2020-07-31 | 1 | -1/+1 |
| * | net: remove sockptr_advance | Christoph Hellwig | 2020-07-28 | 1 | -6/+6 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-25 | 2 | -4/+5 |
| |\ |
|
| * | | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-24 | 1 | -8/+10 |
| * | | crypto/chtls: Enable tcp window scaling option | Vinay Kumar Yadav | 2020-07-20 | 1 | -0/+1 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-08-03 | 2 | -50/+40 |
|\ \ \
| |_|/
|/| | |
|
| * | | crypto: chelsio - Fix some pr_xxx messages | Christophe JAILLET | 2020-07-16 | 1 | -10/+9 |
| * | | crypto: chelsio - Avoid some code duplication | Christophe JAILLET | 2020-07-16 | 1 | -3/+1 |
| * | | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka | 2020-07-16 | 1 | -2/+5 |
| * | | crypto: chelsio - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2020-07-16 | 2 | -35/+25 |
* | | | crypto/chtls: correct net_device reference count | Vinay Kumar Yadav | 2020-07-20 | 1 | -1/+1 |
* | | | crypto/chtls: fix tls alert messages corrupted by tls data | Vinay Kumar Yadav | 2020-07-20 | 1 | -3/+4 |
| |/
|/| |
|
* | | crypto: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -4/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-13 | 1 | -22/+59 |
|\ |
|
| * | Crypto/chcr: Checking cra_refcnt before unregistering the algorithms | Ayush Sawal | 2020-06-10 | 1 | -4/+14 |
| * | Crypto/chcr: Calculate src and dst sg lengths separately for dma map | Ayush Sawal | 2020-06-10 | 1 | -18/+45 |
* | | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -3/+3 |
|/ |
|
* | crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled | Vinay Kumar Yadav | 2020-06-04 | 3 | -16/+36 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 10 | -151/+314 |
|\ |
|
| * | crypto/chtls: IPv6 support for inline TLS | Vinay Kumar Yadav | 2020-06-01 | 3 | -43/+167 |
| * | Crypto/chcr: Fixes a coccinile check error | Ayush Sawal | 2020-06-01 | 1 | -0/+1 |
| * | Crypto/chcr: Fixes compilations warnings | Ayush Sawal | 2020-06-01 | 2 | -7/+5 |
| * | crypto/chcr: IPV6 code needs to be in CONFIG_IPV6 | Rohit Maheshwari | 2020-06-01 | 1 | -15/+33 |
| * | cxgb4/chcr: Enable ktls settings at run time | Rohit Maheshwari | 2020-06-01 | 4 | -61/+40 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-31 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-06 | 1 | -37/+46 |
| |\ \ |
|
| * | | | Crypto/chcr: fix for hmac(sha) test fails | Devulapally Shiva Krishna | 2020-05-06 | 1 | -1/+1 |
| * | | | Crypto/chcr: support for 48 byte key_len in aes-xts | Devulapally Shiva Krishna | 2020-05-06 | 1 | -2/+25 |
| * | | | Crypto/chcr: fix for ccm(aes) failed test | Devulapally Shiva Krishna | 2020-05-06 | 1 | -1/+1 |
| * | | | Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests | Devulapally Shiva Krishna | 2020-05-06 | 2 | -14/+29 |
| * | | | Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests | Devulapally Shiva Krishna | 2020-05-06 | 1 | -4/+12 |