summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2024-03-15net: pds_core: Fix possible double free in error handling pathYongzhi Liu1-8/+4
2024-02-05pds_core: Prevent health thread from running during reset/removeBrett Creeley1-2/+17
2024-02-05pds_core: Rework teardown/setup flow to be more commonBrett Creeley5-18/+9
2024-02-05pds_core: Clear BARs on resetBrett Creeley5-10/+38
2024-02-05pds_core: Prevent race issues involving the adminqBrett Creeley3-6/+47
2024-02-05pds_core: implement pci reset handlersShannon Nelson3-3/+65
2024-02-05pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2-3/+4
2024-02-05pds_core: Cancel AQ work on teardownBrett Creeley1-0/+2
2023-12-03amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju1-3/+8
2023-12-03amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2023-12-03amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13
2023-11-28pds_core: fix up some format-truncation complaintsShannon Nelson3-4/+8
2023-11-28pds_core: use correct index to mask irqShannon Nelson1-1/+1
2023-08-31Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-17/+7
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-10/+13
2023-08-26pds_core: pass opcode to devcmd_waitShannon Nelson1-5/+2
2023-08-26pds_core: check for work queue before useShannon Nelson1-1/+1
2023-08-26pds_core: no reset command for VFShannon Nelson1-1/+2
2023-08-26pds_core: no health reporter in VFShannon Nelson1-3/+5
2023-08-26pds_core: protect devlink callbacks from fw_down stateShannon Nelson1-0/+3
2023-08-21Revert "pds_core: Fix some kernel-doc comments"Jakub Kicinski1-2/+2
2023-08-21pds_core: Fix some kernel-doc commentsYang Li1-2/+2
2023-08-19pds_core: remove redundant pci_clear_master()Yu Liao1-4/+2
2023-08-18pds_core: Fix function header descriptionsBrett Creeley1-2/+2
2023-08-16pds_core: Require callers of register/unregister to pass PF drvdataBrett Creeley1-15/+5
2023-08-12ethernet: atarilance: mark init function staticArnd Bergmann1-1/+1
2023-08-02pds_core: Fix documentation for pds_client_registerBrett Creeley1-1/+1
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-27pds_core: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-13amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju1-6/+7
2023-06-07pds_core: Fix FW recovery detectionBrett Creeley1-2/+8
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-05-18net: isa: include net/Space.hArnd Bergmann1-0/+1
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13
2023-05-03pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigShannon Nelson1-0/+2
2023-05-03pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson1-2/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
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