summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/inline_crypto/chtls
Commit message (Expand)AuthorAgeFilesLines
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-152-2/+2
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter2021-05-121-2/+4
* cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-02-151-3/+0
* chtls: Fix potential resource leakPan Bian2021-01-231-4/+3
* cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal2021-01-133-2/+75
* chtls: Fix chtls resources release sequenceAyush Sawal2021-01-071-4/+4
* chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-071-0/+5
* chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-071-1/+1
* chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal2021-01-071-3/+1
* chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-071-2/+12
* chtls: Remove invalid set_tcb callAyush Sawal2021-01-071-3/+0
* chtls: Fix hardware tid leakAyush Sawal2021-01-071-36/+3
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-152-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-032-0/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-062-1/+4
| |\ \ \
| * | | | chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2020-11-032-1/+3
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
| | |_|/ | |/| |
* | | | chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter2020-12-031-0/+1
* | | | chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav2020-11-301-0/+1
| |_|/ |/| |
* | | chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav2020-11-031-1/+1
* | | chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav2020-11-031-0/+3
| |/ |/|
* | chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-10-271-15/+12
* | chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-10-271-2/+0
* | chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-10-231-2/+5
|/
* chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-201-1/+0
* chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-201-2/+2
* chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-201-2/+8
* chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-201-3/+2
* chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-201-0/+3
* chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-201-0/+1
* chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-217-0/+6109