summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/airoha
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-01-21net: airoha: npu: Add the capability to read firmware names from dtsLorenzo Bianconi-6/+40
2026-01-20net: airoha_eth: increase max MTU to 9220 for DSA jumbo framesSayantan Nandy-1/+1
2026-01-15net: airoha: npu: Init BA memory region if provided via DTSLorenzo Bianconi-0/+8
2026-01-13net: airoha: implement get_link_ksettingsAleksander Jan Bajkowski-0/+1
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2026-01-08net: airoha: Fix schedule while atomic in airoha_ppe_deinit()Lorenzo Bianconi-3/+6
2026-01-06net: airoha: Use gdm port enum value whenever possibleLorenzo Bianconi-19/+21
2026-01-06net: airoha: npu: Dump fw version during probeLorenzo Bianconi-0/+6
2025-12-23net: airoha: Move net_devs registration in a dedicated routineLorenzo Bianconi-13/+26
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-11-17net: airoha: Do not loopback traffic to GDM2 if it is available on the deviceLorenzo Bianconi-1/+1
2025-11-07net: airoha: Add the capability to consume out-of-order DMA tx descriptorsLorenzo Bianconi-47/+45
2025-10-27net: airoha: Fix a copy and paste bug in probe()Dan Carpenter-4/+4
2025-10-23net: airoha: Remove code duplication in airoha_regs.hLorenzo Bianconi-111/+100
2025-10-21net: airoha: Add AN7583 SoC supportLorenzo Bianconi-5/+77
2025-10-21net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()Lorenzo Bianconi-1/+2
2025-10-21net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopbackLorenzo Bianconi-33/+73
2025-10-21net: airoha: Select default ppe cpu port in airoha_dev_init()Lorenzo Bianconi-22/+16
2025-10-21net: airoha: ppe: Flush PPE SRAM table during PPE setupLorenzo Bianconi-10/+14
2025-10-21net: airoha: ppe: Configure SRAM PPE entries via the cpuLorenzo Bianconi-7/+23
2025-10-21net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessaryLorenzo Bianconi-9/+4
2025-10-21net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data structLorenzo Bianconi-76/+70
2025-10-21net: airoha: Generalize airoha_ppe2_is_enabled routineLorenzo Bianconi-18/+32
2025-10-21net: airoha: Add airoha_eth_soc_data structLorenzo Bianconi-11/+48
2025-10-21net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...Lorenzo Bianconi-30/+81
2025-10-21net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi-1/+6
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+15
2025-10-15net: airoha: npu: Add 7583 SoC supportLorenzo Bianconi-0/+16
2025-10-15net: airoha: npu: Add airoha_npu_soc_data structLorenzo Bianconi-26/+51
2025-10-14net: airoha: Add get_link ethtool callbackLorenzo Bianconi-0/+1
2025-10-14net: airoha: Add missing stats to ethtool_eth_mac_statsLorenzo Bianconi-0/+4
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi-1/+15
2025-10-09net: airoha: Fix loopback mode configuration for GDM2 portLorenzo Bianconi-1/+6
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi-24/+19
2025-09-23net: airoha: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-1/+3
2025-09-19net: airoha: Fix PPE_IP_PROTO_CHK register definitionsLorenzo Bianconi-2/+2
2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi-18/+18
2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi-7/+69
2025-08-25net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi-12/+8
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+1
2025-08-21net: airoha: ppe: Do not invalid PPE entries in case of SW hash collisionLorenzo Bianconi-3/+1
2025-08-19net: airoha: Add wlan flowtable TX offloadLorenzo Bianconi-29/+85
2025-08-12net: airoha: Add airoha_offload.h headerLorenzo Bianconi-105/+2
2025-08-12net: airoha: npu: Enable core 3 for WiFi offloadingLorenzo Bianconi-2/+1
2025-08-12net: airoha: npu: Read NPU wlan interrupt lines from the DTSLorenzo Bianconi-0/+12
2025-08-12net: airoha: npu: Add wlan irq management callbacksLorenzo Bianconi-0/+31
2025-08-12net: airoha: npu: Add wlan_{send,get}_msg NPU callbacksLorenzo Bianconi-0/+74
2025-08-12net: airoha: npu: Add NPU wlan memory initialization commandsLorenzo Bianconi-0/+120