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