summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha
AgeCommit message (Expand)AuthorFilesLines
3 daysnet: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng1-0/+2
11 daysnet: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi1-1/+0
2026-01-08net: airoha: Fix schedule while atomic in airoha_ppe_deinit()Lorenzo Bianconi1-3/+6
2025-12-23net: airoha: Move net_devs registration in a dedicated routineLorenzo Bianconi1-13/+26
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-11-18net: airoha: Do not loopback traffic to GDM2 if it is available on the deviceLorenzo Bianconi1-1/+1
2025-11-08net: airoha: Add the capability to consume out-of-order DMA tx descriptorsLorenzo Bianconi2-47/+45
2025-10-28net: airoha: Fix a copy and paste bug in probe()Dan Carpenter1-4/+4
2025-10-24net: airoha: Remove code duplication in airoha_regs.hLorenzo Bianconi2-111/+100
2025-10-21net: airoha: Add AN7583 SoC supportLorenzo Bianconi3-5/+77
2025-10-21net: airoha: ppe: Do not use magic numbers in airoha_ppe_foe_get_entry_locked()Lorenzo Bianconi1-1/+2
2025-10-21net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopbackLorenzo Bianconi3-33/+73
2025-10-21net: airoha: Select default ppe cpu port in airoha_dev_init()Lorenzo Bianconi1-22/+16
2025-10-21net: airoha: ppe: Flush PPE SRAM table during PPE setupLorenzo Bianconi1-10/+14
2025-10-21net: airoha: ppe: Configure SRAM PPE entries via the cpuLorenzo Bianconi1-7/+23
2025-10-21net: airoha: ppe: Remove airoha_ppe_is_enabled() where not necessaryLorenzo Bianconi1-9/+4
2025-10-21net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data structLorenzo Bianconi3-76/+70
2025-10-21net: airoha: Generalize airoha_ppe2_is_enabled routineLorenzo Bianconi3-18/+32
2025-10-21net: airoha: Add airoha_eth_soc_data structLorenzo Bianconi2-11/+48
2025-10-21net: airoha: Add airoha_ppe_get_num_stats_entries() and airoha_ppe_get_num_to...Lorenzo Bianconi2-30/+81
2025-10-21net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi2-1/+6
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2025-10-16net: airoha: npu: Add 7583 SoC supportLorenzo Bianconi1-0/+16
2025-10-16net: airoha: npu: Add airoha_npu_soc_data structLorenzo Bianconi1-26/+51
2025-10-15net: airoha: Add get_link ethtool callbackLorenzo Bianconi1-0/+1
2025-10-15net: airoha: Add missing stats to ethtool_eth_mac_statsLorenzo Bianconi1-0/+4
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi1-1/+15
2025-10-09net: airoha: Fix loopback mode configuration for GDM2 portLorenzo Bianconi2-1/+6
2025-09-27net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi2-24/+19
2025-09-24net: airoha: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-09-19net: airoha: Fix PPE_IP_PROTO_CHK register definitionsLorenzo Bianconi1-2/+2
2025-08-26net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi3-18/+18
2025-08-26net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi4-7/+69
2025-08-26net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi1-12/+8
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2025-08-21net: airoha: ppe: Do not invalid PPE entries in case of SW hash collisionLorenzo Bianconi1-3/+1
2025-08-19net: airoha: Add wlan flowtable TX offloadLorenzo Bianconi2-29/+85
2025-08-13net: airoha: Add airoha_offload.h headerLorenzo Bianconi3-105/+2
2025-08-13net: airoha: npu: Enable core 3 for WiFi offloadingLorenzo Bianconi1-2/+1
2025-08-13net: airoha: npu: Read NPU wlan interrupt lines from the DTSLorenzo Bianconi2-0/+12
2025-08-13net: airoha: npu: Add wlan irq management callbacksLorenzo Bianconi2-0/+31
2025-08-13net: airoha: npu: Add wlan_{send,get}_msg NPU callbacksLorenzo Bianconi2-0/+74
2025-08-13net: airoha: npu: Add NPU wlan memory initialization commandsLorenzo Bianconi2-0/+120
2025-08-05net: airoha: npu: Add missing MODULE_FIRMWARE macrosLorenzo Bianconi1-0/+2
2025-08-01net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()Lorenzo Bianconi1-6/+20
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-07-08net: airoha: Fix an error handling path in airoha_probe()Christophe JAILLET1-0/+1