summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-01-24chtls: Fix potential resource leakPan Bian1-4/+3
2021-01-22cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit1-10/+3
2021-01-22cxgb4: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-17cxgb4: enable interrupt based Tx completions for T5Raju Rangoju1-5/+33
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+82
2021-01-15ch_ipsec: Remove initialization of rxq related dataAyush Sawal1-3/+0
2021-01-14cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal4-2/+82
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-47/+24
2021-01-08chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-08chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-08chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-08chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-08chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-08chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-16Merge 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-12Merge 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-04Merge 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-03cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-01chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav1-0/+1
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+6
2020-11-26ch_ktls: lock is not freedRohit Maheshwari1-1/+3
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-11-22cxgb4: 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-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-228/+478
2020-11-12ch_ktls: stop the txq if reaches thresholdRohit Maheshwari1-3/+15
2020-11-12ch_ktls: tcb update fails sometimesRohit Maheshwari1-4/+8
2020-11-12ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari4-1/+119
2020-11-12ch_ktls: don't free skb before sending FINRohit Maheshwari1-2/+10
2020-11-12ch_ktls: packet handling prior to start markerRohit Maheshwari1-5/+33
2020-11-12ch_ktls: Correction in middle record handlingRohit Maheshwari1-19/+31
2020-11-12ch_ktls: missing handling of header aloneRohit Maheshwari1-14/+11
2020-11-12ch_ktls: Correction in trimmed_len calculationRohit Maheshwari1-4/+7
2020-11-12cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari3-169/+226
2020-11-12ch_ktls: Update cheksum informationRohit Maheshwari1-4/+11
2020-11-12ch_ktls: Correction in finding correct lengthRohit Maheshwari1-7/+8
2020-11-12cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari4-5/+8
2020-11-07cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2020-11-04chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2-1/+3
2020-11-04chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav1-1/+1