summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/pds_core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-8/+4
|\
| * net: pds_core: Fix possible double free in error handling pathYongzhi Liu2024-03-071-8/+4
* | pds_core: use pci_reset_function for health resetShannon Nelson2024-02-193-8/+5
* | pds_core: delete VF dev on resetShannon Nelson2024-02-192-1/+33
* | pds_core: add simple AER handlerShannon Nelson2024-02-191-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+6
|\|
| * pds_core: no health-thread in VF pathShannon Nelson2024-02-121-0/+6
* | pds_core: Clean up init/uninit flows to be more readableBrett Creeley2024-02-063-43/+61
* | pds_core: Fix up some minor issuesBrett Creeley2024-02-062-7/+4
* | pds_core: Unmask adminq interrupt in work threadBrett Creeley2024-02-061-7/+3
* | pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley2024-02-062-5/+3
|/
* pds_core: Rework teardown/setup flow to be more commonBrett Creeley2024-01-315-18/+9
* pds_core: Clear BARs on resetBrett Creeley2024-01-316-11/+45
* pds_core: Prevent race issues involving the adminqBrett Creeley2024-01-313-6/+47
* pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2024-01-312-3/+4
* pds_core: Cancel AQ work on teardownBrett Creeley2024-01-311-0/+2
* pds_core: Prevent health thread from running during reset/removeBrett Creeley2024-01-311-2/+17
* pds_core: fix up some format-truncation complaintsShannon Nelson2023-11-143-4/+8
* pds_core: use correct index to mask irqShannon Nelson2023-11-141-1/+1
* amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel2023-10-251-5/+2
* pds_core: add an error code check in pdsc_dl_info_getSu Hui2023-10-201-0/+2
* pds_core: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-21/+8
* pds_core: add attempts to fix broken PCIShannon Nelson2023-09-183-2/+19
* pds_core: implement pci reset handlersShannon Nelson2023-09-183-3/+65
* pds_core: keep viftypes table across resetShannon Nelson2023-09-181-6/+9
* pds_core: check health in devcmd waitShannon Nelson2023-09-181-2/+9
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-301-17/+7
|\
| * pds_core: Fix function header descriptionsBrett Creeley2023-08-181-2/+2
| * pds_core: Require callers of register/unregister to pass PF drvdataBrett Creeley2023-08-161-15/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-293-10/+13
|\ \
| * | pds_core: pass opcode to devcmd_waitShannon Nelson2023-08-251-5/+2
| * | pds_core: check for work queue before useShannon Nelson2023-08-251-1/+1
| * | pds_core: no reset command for VFShannon Nelson2023-08-251-1/+2
| * | pds_core: no health reporter in VFShannon Nelson2023-08-251-3/+5
| * | pds_core: protect devlink callbacks from fw_down stateShannon Nelson2023-08-251-0/+3
| |/
* | Revert "pds_core: Fix some kernel-doc comments"Jakub Kicinski2023-08-211-2/+2
* | pds_core: Fix some kernel-doc commentsYang Li2023-08-211-2/+2
* | pds_core: remove redundant pci_clear_master()Yu Liao2023-08-181-4/+2
* | pds_core: Fix documentation for pds_client_registerBrett Creeley2023-08-021-1/+1
|/
* pds_core: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
* pds_core: Fix FW recovery detectionBrett Creeley2023-06-061-2/+8
* pds_core: fix mutex double unlock in error pathShannon Nelson2023-05-051-8/+13
* pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson2023-05-031-2/+1
* 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