summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/pds_core/auxbus.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-29pds_core: remove write-after-free of client_idShannon Nelson1-1/+0
2025-04-24pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley1-3/+0
2025-03-21pds_core: add new fwctl auxiliary_deviceShannon Nelson1-2/+2
2025-03-21pds_core: specify auxiliary_device to be createdShannon Nelson1-19/+18
2025-03-21pds_core: make pdsc_auxbus_dev_del() voidShannon Nelson1-6/+1
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: delete VF dev on resetShannon Nelson1-1/+17
2023-08-31Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-17/+7
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-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-04-21pds_core: add the aux client APIShannon Nelson1-1/+150
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson1-0/+115