summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2021-05-14cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal3-2/+82
2021-05-13chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter1-2/+4
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+9
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-1/+1
2021-04-26ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-91/+11
2021-04-16ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav1-53/+0
2021-04-16ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav1-19/+0
2021-04-16ch_ktls: fix device connection closeVinay Kumar Yadav1-0/+6
2021-04-16ch_ktls: Fix kernel panicVinay Kumar Yadav1-19/+5
2021-04-12cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+21
2021-04-10cxgb4: remove unneeded if-null-free checkQiheng Lin3-10/+4
2021-03-30cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-24ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-22cxgb4: Remove redundant NULL checkJiapeng Chong1-2/+1
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-1/+10
2021-03-10net: ethernet: chelsiofix: spelling typo of 'rewriteing'Wang Qing1-1/+1
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury1-4/+4
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+8
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+11
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal3-6/+11
2021-02-11cxgb4: collect serial config version from registerRahul Lakkireddy3-24/+9
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-09cxgb4: remove unused vpd_cap_addrHeiner Kallweit2-3/+0
2021-02-05cxgb4: Add new T6 PCI device id 0x6092Raju Rangoju1-0/+1
2021-02-04chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior5-27/+44
2021-02-04chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior5-54/+55
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
2021-01-03chcr_ktls: use AES library for single use cipherArd Biesheuvel2-12/+8
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1