summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-0811-401/+141
|\
| * Merge branch 'pci/vpd'Bjorn Helgaas2021-09-0210-403/+144
| |\
| | * 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
| | * bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-29/+9
| | * bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-9/+4
| | * bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-42/+15
| | * bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-242-35/+10
| | * bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit2021-08-241-9/+4
| | * bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-25/+8
| | * sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-51/+14
| | * sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-16/+14
| | * tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-43/+16
| | * tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-201-27/+4
| | * tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-202-18/+10
| | * sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-51/+14
| | * sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-15/+14
| * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-191-1/+1
| * | PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-181-1/+1
| |/
* | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-0731-159/+233
|\ \
| * | net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang2021-09-071-18/+18
| * | net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda2021-09-071-0/+1
| * | cxgb3: fix oops on module removalHeiner Kallweit2021-09-071-0/+3
| * | net: qcom/emac: Replace strlcpy with strscpyJason Wang2021-09-061-1/+1
| * | net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng2021-09-062-2/+2
| * | stmmac: dwmac-loongson:Fix missing return valuezhaoxiao2021-09-061-1/+3
| * | bnxt_en: Fix possible unintended driver initiated error recoveryMichael Chan2021-09-051-7/+18
| * | bnxt_en: Fix UDP tunnel logicMichael Chan2021-09-051-11/+17
| * | bnxt_en: Fix asic.rev in devlink dev info commandMichael Chan2021-09-051-1/+1
| * | bnxt_en: fix read of stored FW_PSID version on P5 devicesEdwin Peer2021-09-052-15/+34
| * | bnxt_en: fix stored FW_PSID version masksEdwin Peer2021-09-051-2/+2
| * | net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang2021-09-051-4/+6
| * | octeontx2-af: Fix some memory leaks in the error handling path of 'cgx_lmac_i...Christophe JAILLET2021-09-041-3/+5
| * | octeontx2-af: Add a 'rvu_free_bitmap()' functionChristophe JAILLET2021-09-042-0/+6
| * | ethtool: Fix an error code in cxgb2.cYang Li2021-09-041-0/+1
| * | qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-041-1/+0
| * | ionic: fix a sleeping in atomic bugDan Carpenter2021-09-041-1/+1
| * | net: cs89x0: disable compile testing on powerpcArnd Bergmann2021-09-031-1/+1
| * | drivers: net: smc911x: clean up inconsistent indentingColin Ian King2021-09-031-6/+6
| * | net: 3com: 3c59x: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
| * | ionic: fix double use of queue-lockShannon Nelson2021-09-032-4/+13
| * | net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven2021-09-021-1/+1
| * | bnxt_en: fix kernel doc warnings in bnxt_hwrm.cEdwin Peer2021-09-021-7/+7
| * | octeontx2-pf: cn10K: Reserve LMTST lines per coreGeetha sowjanya2021-09-016-52/+41
| * | octeontx2-af: Add additional register check to rvu_poll_reg()Smadar Fuks2021-09-011-1/+11
| * | net: ixp46x: Remove duplicate include of module.hWan Jiabing2021-09-011-1/+0
| * | bnxt_en: Fix 64-bit doorbell operation on 32-bit kernelsMichael Chan2021-09-012-18/+33
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-2/+2
|\ \ \