summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet1-9/+10
2021-06-03net:cxgb3: replace tasklets with worksÍñigo Huguet3-17/+25
2021-06-01cxgb4: Fix -Wunused-const-variable warningYueHaibing1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+87
2021-05-19cxgb4: avoid accessing registers when clearing filtersRaju Rangoju1-1/+1
2021-05-19net: chelsio: remove leading spaces before tabsHui Tang1-1/+1
2021-05-18cxgb4: clip_tbl: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang1-4/+2
2021-05-17net: chelsio: cxgb4vf: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-17net: chelsio: cxgb4: Fix wrong function name in commentsYang Shen2-3/+3
2021-05-17net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal3-2/+82
2021-05-12chelsio/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-25ch_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-15ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav1-53/+0
2021-04-15ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav1-19/+0
2021-04-15ch_ktls: fix device connection closeVinay Kumar Yadav1-0/+6
2021-04-15ch_ktls: Fix kernel panicVinay Kumar Yadav1-19/+5
2021-04-12cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+21
2021-04-09cxgb4: remove unneeded if-null-free checkQiheng Lin3-10/+4
2021-03-29cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-03-25Merge 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-13flow_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-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+8
2021-02-16Merge 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-10cxgb4: collect serial config version from registerRahul Lakkireddy3-24/+9
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-08cxgb4: remove unused vpd_cap_addrHeiner Kallweit2-3/+0
2021-02-04cxgb4: Add new T6 PCI device id 0x6092Raju Rangoju1-0/+1
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior5-27/+44
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior5-54/+55
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-01-23chtls: Fix potential resource leakPan Bian1-4/+3
2021-01-21cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit1-10/+3
2021-01-21cxgb4: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-16cxgb4: enable interrupt based Tx completions for T5Raju Rangoju1-5/+33
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+82
2021-01-14ch_ipsec: Remove initialization of rxq related dataAyush Sawal1-3/+0
2021-01-13cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal4-2/+82