aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-56/+31
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-09-04ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-08-31cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit1-8/+5
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy1-4/+3
2021-08-25cxgb4: Properly revert VPD changesNathan Chancellor2-6/+40
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-40/+27
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit2-6/+1
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-8/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo4-8/+24
2021-08-24cxgb4: improve printing NIC informationHeiner Kallweit1-2/+1
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET6-86/+63
2021-08-23Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"David S. Miller1-32/+20
2021-08-23Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""David S. Miller1-40/+27
2021-08-23Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-27/+40
2021-08-22cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-40/+27
2021-08-22cxgb4: Remove unused vpd_param member ecHeiner Kallweit2-6/+1
2021-08-22cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-8/+4
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-08-02cxgb4: make the array match_all_mac static, makes object smallerColin Ian King1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann4-4/+4
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann1-4/+8
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2-8/+13
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-33/+65
2021-06-18cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-06-16net: chelsio: cxgb4: use eth_zero_addr() to assign zero addressYang Yingliang1-2/+1
2021-06-14cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy1-8/+16
2021-06-11cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-11cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-16/+19
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy4-7/+14
2021-06-03cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy1-9/+5
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/netdev/netLinus Torvalds1-7/+9
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1