summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha/airoha_npu.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-05net: airoha: npu: Add missing MODULE_FIRMWARE macrosLorenzo Bianconi1-0/+2
2025-07-18net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()Dan Carpenter1-2/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-07-17net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari1-1/+2
2025-07-08net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region"Rob Herring (Arm)1-16/+9
2025-05-21net: airoha: Add FLOW_CLS_STATS callback supportLorenzo Bianconi1-1/+51
2025-05-21net: airoha: npu: Move memory allocation in airoha_npu_send_msg() callerLorenzo Bianconi1-54/+72
2025-05-08net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi1-4/+6
2025-03-04net: airoha: Introduce Airoha NPU supportLorenzo Bianconi1-0/+520