summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2023-04-25net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-04-21pds_core: Kconfig and pds_core.rstShannon Nelson2-0/+13
2023-04-21pds_core: publish events to the clientsShannon Nelson3-0/+37
2023-04-21pds_core: add the aux client APIShannon Nelson1-1/+150
2023-04-21pds_core: devlink params for enabling VIF supportShannon Nelson3-6/+108
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson4-2/+156
2023-04-21pds_core: add initial VF device handlingShannon Nelson2-1/+56
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson3-0/+83
2023-04-21pds_core: add FW update feature to devlinkShannon Nelson5-1/+211
2023-04-21pds_core: Add adminq processing and commandsShannon Nelson3-11/+289
2023-04-21pds_core: set up device and adminqShannon Nelson5-4/+733
2023-04-21pds_core: add devlink health facilitiesShannon Nelson5-1/+76
2023-04-21pds_core: health timer and workqueueShannon Nelson4-0/+103
2023-04-21pds_core: add devcmd device interfacesShannon Nelson6-3/+506
2023-04-21pds_core: initial framework for pds_core PF driverShannon Nelson4-0/+372
2023-02-07amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-02amd-xgbe: add support for rx-adaptationRaju Rangoju3-4/+211
2023-02-02amd-xgbe: add 2.5GbE support to 10G BaseT modeRaju Rangoju1-2/+13
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+41
2023-01-18amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn2-13/+14
2023-01-18amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn3-44/+158
2023-01-13amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-01-13amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju4-10/+126
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-17/+10
2022-12-12net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2022-12-12net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky1-3/+6
2022-12-12net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2-2/+2
2022-10-31ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-16/+4
2022-10-22amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-10-22amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-10-22amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju1-2/+8
2022-10-22amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2-13/+41
2022-10-22amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju3-1/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-16net: amd: Switch and case should be at the same indentGuofeng Yue3-28/+27
2022-09-16net: amd: Correct spelling errorsGuofeng Yue2-4/+4
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue10-24/+24
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang6-9/+9
2022-07-21net: amd8111e: remove repeated dev->features assignementJian Shen1-3/+0
2022-07-12amd-xgbe: fix clang -Wformat warningsJustin Stitt1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-4/+2
2022-06-28amd/xgbe: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-14amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker1-2/+2
2022-06-09net: amd-xgbe: fix clang -Wformat warningJustin Stitt1-1/+1
2022-06-08au1000_eth: stop using virt_to_bus()Arnd Bergmann2-13/+13
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2022-05-11eth: amd: remove NI6510 support (ni65)Jakub Kicinski4-1383/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski2-2/+3