summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* pds_core: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
* amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju2023-06-131-6/+7
* pds_core: Fix FW recovery detectionBrett Creeley2023-06-061-2/+8
* amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju2023-05-261-3/+9
* net: isa: include net/Space.hArnd Bergmann2023-05-171-0/+1
* pds_core: fix mutex double unlock in error pathShannon Nelson2023-05-051-8/+13
* pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigShannon Nelson2023-05-031-0/+2
* pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson2023-05-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-1/+1
|\
| * net: amd: Fix link leak when verifying config failedGencen Gan2023-04-251-1/+1
* | pds_core: Kconfig and pds_core.rstShannon Nelson2023-04-212-0/+13
* | pds_core: publish events to the clientsShannon Nelson2023-04-213-0/+37
* | pds_core: add the aux client APIShannon Nelson2023-04-211-1/+150
* | pds_core: devlink params for enabling VIF supportShannon Nelson2023-04-213-6/+108
* | pds_core: add auxiliary_bus devicesShannon Nelson2023-04-214-2/+156
* | pds_core: add initial VF device handlingShannon Nelson2023-04-212-1/+56
* | pds_core: set up the VIF definitions and defaultsShannon Nelson2023-04-213-0/+83
* | pds_core: add FW update feature to devlinkShannon Nelson2023-04-215-1/+211
* | pds_core: Add adminq processing and commandsShannon Nelson2023-04-213-11/+289
* | pds_core: set up device and adminqShannon Nelson2023-04-215-4/+733
* | pds_core: add devlink health facilitiesShannon Nelson2023-04-215-1/+76
* | pds_core: health timer and workqueueShannon Nelson2023-04-214-0/+103
* | pds_core: add devcmd device interfacesShannon Nelson2023-04-216-3/+506
* | pds_core: initial framework for pds_core PF driverShannon Nelson2023-04-214-0/+372
|/
* amd-xgbe: fix mismatched prototypeArnd Bergmann2023-02-061-1/+2
* amd-xgbe: add support for rx-adaptationRaju Rangoju2023-02-023-4/+211
* amd-xgbe: add 2.5GbE support to 10G BaseT modeRaju Rangoju2023-02-021-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-203-8/+41
|\
| * amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2023-01-122-0/+26
| * amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju2023-01-121-8/+15
* | amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn2023-01-172-13/+14
* | amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn2023-01-173-44/+158
* | amd-xgbe: Add support for 10 Mbps speedRaju Rangoju2023-01-104-10/+126
|/
* net: amd-xgbe: add missed tasklet_killJiguang Xiao2022-12-303-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-133-17/+10
|\
| * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| * net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
* | ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller2022-10-311-16/+4
|/
* amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju2022-10-211-1/+8
* amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju2022-10-211-4/+4
* amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju2022-10-211-2/+8
* amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2022-10-212-13/+41
* amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju2022-10-213-1/+7
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: amd: Switch and case should be at the same indentGuofeng Yue2022-09-163-28/+27
* net: amd: Correct spelling errorsGuofeng Yue2022-09-162-4/+4
* net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue2022-09-1610-24/+24
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-9/+9
* net: amd8111e: remove repeated dev->features assignementJian Shen2022-07-201-3/+0