summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
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 panic during unload reload chtlsVinay Kumar Yadav
2020-12-08chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter
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-05chelsio/chtls: fix tls record info to userVinay Kumar Yadav
2020-11-05chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav
2020-11-05chelsio/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-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2019-12-05crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-01-09crypto: chcr - small packet Tx stalls the queueAtul Gupta
2018-09-28crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-13crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta
2018-05-31crypto: chtls - kbuild warningsAtul Gupta
2018-05-31crypto: chtls - dereference null variableAtul Gupta
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta
2018-05-31crypto: chtls - key len correctionAtul Gupta
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang