summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2023-06-09amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-05-17net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-02-06amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-02-06amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-18net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2023-01-18net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2023-01-18net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky1-3/+6
2023-01-18net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2-2/+2
2022-11-03amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-11-03amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-02-16net: amd-xgbe: disable interrupts during pci removalRaju Rangoju1-0/+3
2022-02-08net: amd-xgbe: Fix skb data length underflowShyam Sundar S K1-1/+11
2022-02-08net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju1-0/+2
2021-11-26net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2-1/+27
2021-04-28pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck1-2/+3
2021-04-14amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2021-03-04net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-03-04net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-03-04net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-03-04net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41
2020-04-21amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior1-1/+1
2019-11-20net: amd: fix return type of ndo_start_xmit functionYueHaibing6-9/+13
2019-09-21amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-01-31amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2-8/+16
2018-12-13net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-10-02declance: Fix continuation with the adapter identification messageMaciej W. Rozycki1-4/+6
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-3/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-07-27net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()Jia-Ju Bai1-4/+4
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2018-07-26net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-07-26amd-xgbe: use dma_mapping_error to check map errorsYueHaibing1-4/+3
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap1-2/+2
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2018-05-23amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky3-34/+50
2018-05-23amd-xgbe: Update the BelFuse quirk to support SGMIITom Lendacky1-34/+75
2018-05-23amd-xgbe: Advertise FEC support with the KR re-driverTom Lendacky1-0/+4
2018-05-23amd-xgbe: Always attempt link training in KR modeTom Lendacky1-53/+16
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky3-0/+163
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky2-60/+68
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky3-5/+72
2018-05-23amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky4-0/+189
2018-05-23amd-xgbe: Remove field that indicates SFP diagnostic supportTom Lendacky1-9/+0
2018-05-23amd-xgbe: Remove use of comm_owned fieldTom Lendacky1-16/+0
2018-05-23amd-xgbe: Read and save the port property registers during probeTom Lendacky3-47/+62
2018-05-23amd-xgbe: Fix debug output of max channel countsTom Lendacky1-1/+1
2018-05-22pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen1-3/+7