aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/amd/pds_core
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+13
2026-08-05pds_core: add debugfs support for host backed memoryNikhil P. Rao3-0/+48
2026-08-05pds_core: add host backed memory support for firmwareNikhil P. Rao3-0/+184
2026-08-05pds_core: add PLDM component info displayBrett Creeley2-5/+142
2026-08-05pds_core: add PLDM firmware update support via devlink flashBrett Creeley6-11/+920
2026-08-05pds_core: add support for identity version 2Brett Creeley1-9/+35
2026-08-05pds_core: add support for quiet devcmd failuresBrett Creeley1-5/+13
2026-07-30pds_core: cancel pending PCI reset work on AER recoveryNikhil P. Rao1-0/+4
2026-07-30pds_core: keep the health thread stopped during resetNikhil P. Rao2-2/+9
2026-07-21pds_core: check for workqueue allocation failureNikhil P. Rao1-2/+7
2026-07-21pds_core: fix auxiliary device add/del racesNikhil P. Rao1-3/+14
2026-07-21pds_core: order completion reads after the ownership checkNikhil P. Rao1-1/+11
2026-07-21pds_core: yield the CPU while waiting for the adminq to drainNikhil P. Rao1-0/+1
2026-07-21pds_core: fix use-after-free on workqueue during removeNikhil P. Rao2-6/+13
2026-07-21pds_core: fix deadlock between reset thread and removeNikhil P. Rao1-3/+4
2026-07-21pds_core: reject component parameter in legacy firmware updateNikhil P. Rao1-0/+6
2026-06-08pds_core: quiesce DMA before freeing resourcesNikhil P. Rao1-0/+4
2026-05-25devlink: pass param values by pointerRatheesh Kannoth2-2/+2
2026-05-21pds_core: ensure null-termination for firmware version stringsNikhil P. Rao1-2/+4
2026-05-19pds_core: fix debugfs_lookup dentry leak and error handlingNikhil P. Rao1-1/+6
2026-05-19pds_core: fix error handling in pdsc_devcmd_waitNikhil P. Rao1-2/+9
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-7/+6
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka2-2/+4
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2025-04-30pds_core: init viftype default in declarationShannon Nelson1-3/+1
2025-04-30pds_core: smaller adminq poll starting intervalShannon Nelson1-2/+2
2025-04-29pds_core: Allocate pdsc_viftype_defaults copy with ARRAY_SIZE()Kees Cook1-1/+2
2025-04-28pds_core: remove write-after-free of client_idShannon Nelson1-1/+0
2025-04-23pds_core: make wait_context part of q_infoShannon Nelson3-24/+18
2025-04-23pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley1-3/+0
2025-04-23pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL resultBrett Creeley1-3/+1
2025-04-23pds_core: Prevent possible adminq overflow/stuck conditionBrett Creeley2-5/+2
2025-04-11pds_core: fix memory leak in pdsc_debugfs_add_qcq()Abdun Nihaal1-2/+3
2025-03-20pds_core: add new fwctl auxiliary_deviceShannon Nelson4-3/+23
2025-03-20pds_core: specify auxiliary_device to be createdShannon Nelson4-27/+33
2025-03-20pds_core: make pdsc_auxbus_dev_del() voidShannon Nelson3-9/+6
2025-01-06pds_core: limit loop over fw name listShannon Nelson1-1/+1
2024-09-04pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6