summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-082-56/+31
|\
| * cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit2021-08-311-8/+5
| * cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-40/+27
| * cxgb4: Remove unused vpd_param member ecHeiner Kallweit2021-08-242-6/+1
| * cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-241-8/+4
* | cxgb3: fix oops on module removalHeiner Kallweit2021-09-071-0/+3
* | ethtool: Fix an error code in cxgb2.cYang Li2021-09-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-271-4/+3
|\ \
| * | cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy2021-08-261-4/+3
* | | cxgb4: Properly revert VPD changesNathan Chancellor2021-08-252-6/+40
* | | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-244-8/+24
* | | cxgb4: improve printing NIC informationHeiner Kallweit2021-08-241-2/+1
* | | net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-236-86/+63
* | | Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"David S. Miller2021-08-231-32/+20
* | | Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""David S. Miller2021-08-231-40/+27
* | | Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-27/+40
* | | cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-40/+27
* | | cxgb4: Remove unused vpd_param member ecHeiner Kallweit2021-08-222-6/+1
* | | cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-221-8/+4
* | | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-0/+1
* | | cxgb4: make the array match_all_mac static, makes object smallerColin Ian King2021-08-031-2/+2
* | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-274-4/+4
* | | cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
|/ /
* / cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2021-07-082-8/+13
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-194-33/+65
|\
| * cxgb4: fix wrong shift.Pavel Machek2021-06-181-1/+1
| * cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy2021-06-141-8/+16
| * cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy2021-06-111-3/+19
| * cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy2021-06-113-4/+2
| * cxgb4: fix endianness when flashing boot imageRahul Lakkireddy2021-06-111-17/+27
* | net: chelsio: cxgb4: use eth_zero_addr() to assign zero addressYang Yingliang2021-06-161-2/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-075-16/+19
|\|
| * cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-044-7/+14
| * cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy2021-06-041-9/+5
* | net:cxgb3: fix incorrect work cancellationÍñigo Huguet2021-06-041-1/+1
* | net:cxgb3: fix code style issuesÍñigo Huguet2021-06-031-9/+10
* | net:cxgb3: replace tasklets with worksÍñigo Huguet2021-06-033-17/+25
* | cxgb4: Fix -Wunused-const-variable warningYueHaibing2021-06-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-275-5/+87
|\|
| * cxgb4: avoid accessing registers when clearing filtersRaju Rangoju2021-05-191-1/+1
| * cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal2021-05-143-2/+82
| * chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter2021-05-121-2/+4
* | net: chelsio: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* | cxgb4: clip_tbl: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang2021-05-181-4/+2
* | net: chelsio: cxgb4vf: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* | net: chelsio: cxgb4: Fix wrong function name in commentsYang Shen2021-05-172-3/+3
* | net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
|/
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-7/+9
|\
| * net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet2021-05-051-7/+9