summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/pds_core
AgeCommit message (Expand)AuthorFilesLines
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek2-2/+4
2024-04-10pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley4-1/+18
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+4
2024-03-07net: pds_core: Fix possible double free in error handling pathYongzhi Liu1-8/+4
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson3-8/+5
2024-02-19pds_core: delete VF dev on resetShannon Nelson2-1/+33
2024-02-19pds_core: add simple AER handlerShannon Nelson1-0/+24
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-02-13pds_core: no health-thread in VF pathShannon Nelson1-0/+6
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley3-43/+61
2024-02-06pds_core: Fix up some minor issuesBrett Creeley2-7/+4
2024-02-06pds_core: Unmask adminq interrupt in work threadBrett Creeley1-7/+3
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley2-5/+3
2024-02-01pds_core: Rework teardown/setup flow to be more commonBrett Creeley5-18/+9
2024-02-01pds_core: Clear BARs on resetBrett Creeley6-11/+45
2024-02-01pds_core: Prevent race issues involving the adminqBrett Creeley3-6/+47
2024-02-01pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2-3/+4
2024-02-01pds_core: Cancel AQ work on teardownBrett Creeley1-0/+2
2024-02-01pds_core: Prevent health thread from running during reset/removeBrett Creeley1-2/+17
2023-11-15pds_core: fix up some format-truncation complaintsShannon Nelson3-4/+8
2023-11-15pds_core: use correct index to mask irqShannon Nelson1-1/+1
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel1-5/+2
2023-10-21pds_core: add an error code check in pdsc_dl_info_getSu Hui1-0/+2
2023-10-20pds_core: devlink health: use retained error fmsg APIPrzemek Kitszel1-21/+8
2023-09-18pds_core: add attempts to fix broken PCIShannon Nelson3-2/+19
2023-09-18pds_core: implement pci reset handlersShannon Nelson3-3/+65
2023-09-18pds_core: keep viftypes table across resetShannon Nelson1-6/+9
2023-09-18pds_core: check health in devcmd waitShannon Nelson1-2/+9
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-02pds_core: Fix documentation for pds_client_registerBrett Creeley1-1/+1
2023-06-27pds_core: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-07pds_core: Fix FW recovery detectionBrett Creeley1-2/+8
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13
2023-05-03pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson1-2/+1
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