summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha/airoha_ppe.c
AgeCommit message (Expand)Author
5 daysnet: airoha: Fix potential use-after-free in airoha_ppe_deinit()Wayen Yan
2026-06-30net: airoha: fix max receive size configurationLorenzo Bianconi
2026-06-18net: airoha: fix foe_check_time allocation sizeWayen Yan
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-15net: airoha: Fix non-standard return value in airoha_ppe_get_wdma_info()Wayen.Yan
2026-06-13net: airoha: Fix error handling in airoha_ppe_flush_sram_entries()Wayen.Yan
2026-06-05net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configura...Lorenzo Bianconi
2026-06-05net: airoha: Introduce WAN device flagLorenzo Bianconi
2026-06-05net: airoha: Support multiple net_devices for a single FE GDM portLorenzo Bianconi
2026-06-05net: airoha: Remove private net_device pointer in airoha_gdm_dev structLorenzo Bianconi
2026-06-02net: airoha: Rely on airoha_gdm_dev pointer in airoha_is_lan_gdm_port()Lorenzo Bianconi
2026-06-02net: airoha: Move airoha_qdma pointer in airoha_gdm_dev structLorenzo Bianconi
2026-06-02net: airoha: Introduce airoha_gdm_dev structLorenzo Bianconi
2026-05-04net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpersLorenzo Bianconi
2026-05-01net: airoha: configure QoS channel for HW accelerated flowtable trafficLorenzo Bianconi
2026-04-21net: airoha: Fix PPE cpu port configuration for GDM2 loopback pathLorenzo Bianconi
2026-04-16net: airoha: Wait for NPU PPE configuration to complete in airoha_ppe_offload...Lorenzo Bianconi
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-14net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()Lorenzo Bianconi
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-30net: airoha: Delay offloading until all net_devices are fully registeredLorenzo Bianconi
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-23net: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng
2026-03-20net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()Lorenzo Bianconi
2026-02-26net: airoha: fix typo in function nameZhengping Zhang
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-08net: airoha: Fix schedule while atomic in airoha_ppe_deinit()Lorenzo Bianconi
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-17net: airoha: Do not loopback traffic to GDM2 if it is available on the deviceLorenzo Bianconi
2025-10-21net: airoha: Add AN7583 SoC supportLorenzo Bianconi
2025-10-21net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()Lorenzo Bianconi
2025-10-21net: airoha: ppe: Flush PPE SRAM table during PPE setupLorenzo Bianconi
2025-10-21net: airoha: ppe: Configure SRAM PPE entries via the cpuLorenzo Bianconi
2025-10-21net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessaryLorenzo Bianconi
2025-10-21net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data structLorenzo Bianconi
2025-10-21net: airoha: Generalize airoha_ppe2_is_enabled routineLorenzo Bianconi
2025-10-21net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...Lorenzo Bianconi
2025-10-21net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi
2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi
2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi
2025-08-25net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21net: airoha: ppe: Do not invalid PPE entries in case of SW hash collisionLorenzo Bianconi
2025-08-19net: airoha: Add wlan flowtable TX offloadLorenzo Bianconi
2025-08-12net: airoha: Add airoha_offload.h headerLorenzo Bianconi
2025-08-01net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()Lorenzo Bianconi
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19net: airoha: Always check return value from airoha_ppe_foe_get_entry()Lorenzo Bianconi