summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/pds_core
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-2/+4
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2025-04-30pds_core: init viftype default in declarationShannon Nelson-3/+1
2025-04-30pds_core: smaller adminq poll starting intervalShannon Nelson-2/+2
2025-04-29pds_core: Allocate pdsc_viftype_defaults copy with ARRAY_SIZE()Kees Cook-1/+2
2025-04-28pds_core: remove write-after-free of client_idShannon Nelson-1/+0
2025-04-23pds_core: make wait_context part of q_infoShannon Nelson-24/+18
2025-04-23pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley-3/+0
2025-04-23pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL resultBrett Creeley-3/+1
2025-04-23pds_core: Prevent possible adminq overflow/stuck conditionBrett Creeley-5/+2
2025-04-11pds_core: fix memory leak in pdsc_debugfs_add_qcq()Abdun Nihaal-2/+3
2025-03-20pds_core: add new fwctl auxiliary_deviceShannon Nelson-3/+23
2025-03-20pds_core: specify auxiliary_device to be createdShannon Nelson-27/+33
2025-03-20pds_core: make pdsc_auxbus_dev_del() voidShannon Nelson-9/+6
2025-01-06pds_core: limit loop over fw name listShannon Nelson-1/+1
2024-09-04pds_core: Remove redundant null pointer checksLi Zetao-4/+4
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek-2/+4
2024-04-10pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley-1/+18
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+4
2024-03-07net: pds_core: Fix possible double free in error handling pathYongzhi Liu-8/+4
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson-8/+5
2024-02-19pds_core: delete VF dev on resetShannon Nelson-1/+33
2024-02-19pds_core: add simple AER handlerShannon Nelson-0/+24
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2024-02-12pds_core: no health-thread in VF pathShannon Nelson-0/+6
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley-43/+61
2024-02-06pds_core: Fix up some minor issuesBrett Creeley-7/+4
2024-02-06pds_core: Unmask adminq interrupt in work threadBrett Creeley-7/+3
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley-5/+3
2024-01-31pds_core: Rework teardown/setup flow to be more commonBrett Creeley-18/+9
2024-01-31pds_core: Clear BARs on resetBrett Creeley-11/+45
2024-01-31pds_core: Prevent race issues involving the adminqBrett Creeley-6/+47
2024-01-31pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley-3/+4
2024-01-31pds_core: Cancel AQ work on teardownBrett Creeley-0/+2
2024-01-31pds_core: Prevent health thread from running during reset/removeBrett Creeley-2/+17
2023-11-14pds_core: fix up some format-truncation complaintsShannon Nelson-4/+8
2023-11-14pds_core: use correct index to mask irqShannon Nelson-1/+1
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel-5/+2
2023-10-20pds_core: add an error code check in pdsc_dl_info_getSu Hui-0/+2
2023-10-20pds_core: devlink health: use retained error fmsg APIPrzemek Kitszel-21/+8
2023-09-18pds_core: add attempts to fix broken PCIShannon Nelson-2/+19
2023-09-18pds_core: implement pci reset handlersShannon Nelson-3/+65
2023-09-18pds_core: keep viftypes table across resetShannon Nelson-6/+9
2023-09-18pds_core: check health in devcmd waitShannon Nelson-2/+9
2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-17/+7