summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-07chtls: Fix hardware tid leakAyush Sawal1-36/+3
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-2/+6
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1
2020-12-05ch_ktls: fix build warning for ipv4-only configArnd Bergmann1-5/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+3
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter1-0/+1
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-11-30chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav1-0/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+6
2020-11-25ch_ktls: lock is not freedRohit Maheshwari1-1/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-11-21cxgb4: Fix build failure when CONFIG_TLS=mTom Seewald1-1/+1
2020-11-20cxgb4: fix the panic caused by non smac rewriteRaju Rangoju1-1/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2-2/+4
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-228/+478
2020-11-11ch_ktls: stop the txq if reaches thresholdRohit Maheshwari1-3/+15
2020-11-11ch_ktls: tcb update fails sometimesRohit Maheshwari1-4/+8
2020-11-11ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari4-1/+119
2020-11-11ch_ktls: don't free skb before sending FINRohit Maheshwari1-2/+10
2020-11-11ch_ktls: packet handling prior to start markerRohit Maheshwari1-5/+33
2020-11-11ch_ktls: Correction in middle record handlingRohit Maheshwari1-19/+31
2020-11-11ch_ktls: missing handling of header aloneRohit Maheshwari1-14/+11
2020-11-11ch_ktls: Correction in trimmed_len calculationRohit Maheshwari1-4/+7
2020-11-11cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari3-169/+226
2020-11-11ch_ktls: Update cheksum informationRohit Maheshwari1-4/+11
2020-11-11ch_ktls: Correction in finding correct lengthRohit Maheshwari1-7/+8
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari4-5/+8
2020-11-07cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2020-11-03chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2-1/+3
2020-11-03chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav1-1/+1
2020-11-03chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav1-0/+3
2020-10-27chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav1-15/+12
2020-10-27chelsio/chtls: fix deadlock issueVinay Kumar Yadav1-2/+0
2020-10-26cxgb4: set up filter action after rewritesRaju Rangoju2-29/+31
2020-10-23chelsio/chtls: fix tls record info to userVinay Kumar Yadav1-2/+5
2020-10-20net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap1-0/+1
2020-10-20chelsio/chtls: fix writing freed memoryVinay Kumar Yadav1-1/+0
2020-10-20chelsio/chtls: correct function return and return typeVinay Kumar Yadav1-2/+2
2020-10-20chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav1-2/+8
2020-10-20chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav1-3/+2