aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
2023-11-20chtls: fix tp->rcv_tstamp initializationEric Dumazet
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2021-03-04cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal
2021-02-13chtls: Fix potential resource leakPan Bian
2021-01-17chtls: Fix chtls resources release sequenceAyush Sawal
2021-01-17chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal
2021-01-17chtls: Replace skb_dequeue with skb_peekAyush Sawal
2021-01-17chtls: Fix panic when route to peer not configuredAyush Sawal
2021-01-17chtls: Remove invalid set_tcb callAyush Sawal
2021-01-17chtls: Fix hardware tid leakAyush Sawal
2020-12-08chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter
2020-12-08chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav
2020-11-10chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav
2020-11-10chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav
2020-11-01chelsio/chtls: fix tls record info to userVinay Kumar Yadav
2020-11-01chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav
2020-11-01chelsio/chtls: fix deadlock issueVinay Kumar Yadav
2020-10-29chelsio/chtls: correct function return and return typeVinay Kumar Yadav
2020-10-29chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav
2020-10-29chelsio/chtls: fix socket lockVinay Kumar Yadav
2020-10-01crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...Ayush Sawal
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet
2020-06-22Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna
2020-06-03crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-05-02Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-05crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta
2019-01-22net/tls: free ctx in sock destructAtul Gupta