summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-2/+7
|\
| * cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy2021-11-112-2/+7
* | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-063-109/+29
|\ \ | |/ |/|
| * cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit2021-10-253-44/+3
| * cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit2021-10-251-1/+8
| * cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit2021-10-253-64/+18
* | tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-152-2/+2
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-145-5/+5
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-054-4/+4
* | ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski2021-10-025-6/+7
* | cxgb: avoid open-coded offsetof()Arnd Bergmann2021-09-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-162-56/+31
|\|
| * Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-072-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
* | | net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
|/ /
* | 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-261-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-131-0/+1
* | | cxgb4: make the array match_all_mac static, makes object smallerColin Ian King2021-08-021-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-184-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-031-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