summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/airoha
AgeCommit message (Expand)AuthorLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+83
2026-04-14net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()Lorenzo Bianconi-3/+11
2026-04-14net: airoha: Fix VIP configuration for AN7583 SoCLorenzo Bianconi-17/+51
2026-04-13net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configurationLorenzo Bianconi-3/+2
2026-04-13net: airoha: Rely on net_device pointer in ETS callbacksLorenzo Bianconi-16/+14
2026-04-13net: airoha: Rely on net_device pointer in HTB callbacksLorenzo Bianconi-21/+24
2026-04-13net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signatureLorenzo Bianconi-5/+5
2026-04-12net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...Lorenzo Bianconi-0/+5
2026-04-10net: airoha: Fix FE_PSE_BUF_SET configuration if PPE2 is availableLorenzo Bianconi-3/+5
2026-04-09net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()Lorenzo Bianconi-6/+10
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2026-04-03net: airoha: Fix memory leak in airoha_qdma_rx_process()Lorenzo Bianconi-2/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+27
2026-04-02net: airoha: Set REG_RX_CPU_IDX() once in airoha_qdma_fill_rx_queue()Lorenzo Bianconi-1/+2
2026-03-31net: airoha: Fix typo in airoha_set_gdm2_loopback routine nameLorenzo Bianconi-2/+2
2026-03-30net: airoha: Delay offloading until all net_devices are fully registeredLorenzo Bianconi-0/+10
2026-03-30net: airoha: Add missing cleanup bits in airoha_qdma_cleanup_rx_queue()Lorenzo Bianconi-1/+17
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2026-03-24net: airoha: Rework the code flow in airoha_remove() and in airoha_probe() er...Lorenzo Bianconi-32/+44
2026-03-23net: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng-0/+2
2026-03-20net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()Lorenzo Bianconi-27/+33
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2026-03-17net: airoha: select QDMA block according LAN/WAN configurationLorenzo Bianconi-10/+9
2026-03-16net: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi-1/+0
2026-03-10net: airoha: Move GDM forward port configuration in ndo_open/ndo_stop callbacksLorenzo Bianconi-5/+15
2026-03-09net: airoha: Make flow control source port mapping dependent on nbq parameterLorenzo Bianconi-8/+7
2026-03-05net: airoha: Rely __field_prep for non-constant masksLorenzo Bianconi-3/+3
2026-02-26net: airoha: fix typo in function nameZhengping Zhang-3/+3
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