aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2023-11-23amd-xgbe: propagate the correct speed and duplex statusGravatar Raju Rangoju 1-3/+8
2023-11-23amd-xgbe: handle the corner-case during tx completionGravatar Raju Rangoju 1-0/+14
2023-11-23amd-xgbe: handle corner-case during sfp hotplugGravatar Raju Rangoju 1-1/+13
2023-11-14pds_core: fix up some format-truncation complaintsGravatar Shannon Nelson 3-4/+8
2023-11-14pds_core: use correct index to mask irqGravatar Shannon Nelson 1-1/+1
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeGravatar Bragatheswaran Manickavel 1-5/+2
2023-10-20pds_core: add an error code check in pdsc_dl_info_getGravatar Su Hui 1-0/+2
2023-10-20pds_core: devlink health: use retained error fmsg APIGravatar Przemek Kitszel 1-21/+8
2023-10-13net: ethernet: Use device_get_match_data()Gravatar Rob Herring 1-41/+1
2023-09-20net: ethernet: amd: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 3-12/+6
2023-09-18pds_core: add attempts to fix broken PCIGravatar Shannon Nelson 3-2/+19
2023-09-18pds_core: implement pci reset handlersGravatar Shannon Nelson 3-3/+65
2023-09-18pds_core: keep viftypes table across resetGravatar Shannon Nelson 1-6/+9
2023-09-18pds_core: check health in devcmd waitGravatar Shannon Nelson 1-2/+9
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-17/+7
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 3-10/+13
2023-08-25pds_core: pass opcode to devcmd_waitGravatar Shannon Nelson 1-5/+2
2023-08-25pds_core: check for work queue before useGravatar Shannon Nelson 1-1/+1
2023-08-25pds_core: no reset command for VFGravatar Shannon Nelson 1-1/+2
2023-08-25pds_core: no health reporter in VFGravatar Shannon Nelson 1-3/+5
2023-08-25pds_core: protect devlink callbacks from fw_down stateGravatar Shannon Nelson 1-0/+3
2023-08-21Revert "pds_core: Fix some kernel-doc comments"Gravatar Jakub Kicinski 1-2/+2
2023-08-21pds_core: Fix some kernel-doc commentsGravatar Yang Li 1-2/+2
2023-08-18pds_core: remove redundant pci_clear_master()Gravatar Yu Liao 1-4/+2
2023-08-18pds_core: Fix function header descriptionsGravatar Brett Creeley 1-2/+2
2023-08-16pds_core: Require callers of register/unregister to pass PF drvdataGravatar Brett Creeley 1-15/+5
2023-08-11ethernet: atarilance: mark init function staticGravatar Arnd Bergmann 1-1/+1
2023-08-02pds_core: Fix documentation for pds_client_registerGravatar Brett Creeley 1-1/+1
2023-07-27net: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-27pds_core: use vmalloc_array and vcallocGravatar Julia Lawall 1-2/+2
2023-06-13amd-xgbe: extend 10Mbps support to MAC version 21HGravatar Raju Rangoju 1-6/+7
2023-06-06pds_core: Fix FW recovery detectionGravatar Brett Creeley 1-2/+8
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusGravatar Raju Rangoju 1-3/+9
2023-05-17net: isa: include net/Space.hGravatar Arnd Bergmann 1-0/+1
2023-05-05pds_core: fix mutex double unlock in error pathGravatar Shannon Nelson 1-8/+13
2023-05-03pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigGravatar Shannon Nelson 1-0/+2
2023-05-03pds_core: remove CONFIG_DEBUG_FS from makefileGravatar Shannon Nelson 1-2/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-1/+1
2023-04-25net: amd: Fix link leak when verifying config failedGravatar Gencen Gan 1-1/+1
2023-04-21pds_core: Kconfig and pds_core.rstGravatar Shannon Nelson 2-0/+13
2023-04-21pds_core: publish events to the clientsGravatar Shannon Nelson 3-0/+37
2023-04-21pds_core: add the aux client APIGravatar Shannon Nelson 1-1/+150
2023-04-21pds_core: devlink params for enabling VIF supportGravatar Shannon Nelson 3-6/+108
2023-04-21pds_core: add auxiliary_bus devicesGravatar Shannon Nelson 4-2/+156
2023-04-21pds_core: add initial VF device handlingGravatar Shannon Nelson 2-1/+56
2023-04-21pds_core: set up the VIF definitions and defaultsGravatar Shannon Nelson 3-0/+83
2023-04-21pds_core: add FW update feature to devlinkGravatar Shannon Nelson 5-1/+211
2023-04-21pds_core: Add adminq processing and commandsGravatar Shannon Nelson 3-11/+289
2023-04-21pds_core: set up device and adminqGravatar Shannon Nelson 5-4/+733
2023-04-21pds_core: add devlink health facilitiesGravatar Shannon Nelson 5-1/+76