summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-08net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region"Rob Herring (Arm)1-16/+9
2025-06-27net: airoha: Get rid of dma_sync_single_for_device() in airoha_qdma_fill_rx_q...Lorenzo Bianconi1-5/+0
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+19
2025-06-19net: airoha: Differentiate hwfd buffer size for QDMA0 and QDMA1Lorenzo Bianconi1-4/+6
2025-06-19net: airoha: Compute number of descriptors according to reserved memory sizeLorenzo Bianconi1-9/+12
2025-06-19net: airoha: Always check return value from airoha_ppe_foe_get_entry()Lorenzo Bianconi1-1/+3
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-06-11net: airoha: Enable RX queues 16-31Lorenzo Bianconi1-1/+2
2025-06-11net: airoha: Add PPPoE offload supportLorenzo Bianconi1-8/+23
2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi1-0/+5
2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi1-11/+12
2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi4-1/+38
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+9
2025-05-28net: airoha: Fix an error handling path in airoha_alloc_gdm_port()Christophe JAILLET1-1/+9
2025-05-26net: airoha: Add the capability to allocate hfwd descriptors in SRAMLorenzo Bianconi3-10/+16
2025-05-26net: airoha: Add the capability to allocate hwfd buffers via reserved-memoryLorenzo Bianconi1-3/+30
2025-05-26net: airoha: Do not store hfwd references in airoha_qdma structLorenzo Bianconi2-12/+2
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+9
2025-05-21net: airoha: ppe: Disable packet keepaliveLorenzo Bianconi1-0/+1
2025-05-21net: airoha: Add FLOW_CLS_STATS callback supportLorenzo Bianconi6-20/+354
2025-05-21net: airoha: npu: Move memory allocation in airoha_npu_send_msg() callerLorenzo Bianconi1-54/+72
2025-05-17net: airoha: Fix page recycling in airoha_qdma_rx_process()Lorenzo Bianconi1-13/+9
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2025-05-08net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi1-4/+6
2025-04-24net: airoha: Enable multiple IRQ lines support in airoha_eth driver.Lorenzo Bianconi3-59/+206
2025-04-24net: airoha: Introduce airoha_irq_bank structLorenzo Bianconi3-44/+86
2025-04-17net: airoha: Add matchall filter offload supportLorenzo Bianconi4-11/+286
2025-04-12net: airoha: Add L2 hw acceleration supportLorenzo Bianconi3-17/+115
2025-04-12net: airoha: Add l2_flows rhashtableLorenzo Bianconi2-20/+98
2025-04-04net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()Lorenzo Bianconi3-2/+22
2025-04-03net: airoha: Fix ETS priomap validationLorenzo Bianconi1-8/+8
2025-04-03net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue()Lorenzo Bianconi1-1/+1
2025-03-21net: airoha: fix CONFIG_DEBUG_FS checkArnd Bergmann1-1/+1
2025-03-08net: airoha: Fix dev->dsa_ptr check in airoha_get_dsa_tag()Lorenzo Bianconi1-6/+1
2025-03-07net: airoha: Enable TSO/Scatter Gather for LAN portLorenzo Bianconi1-0/+1
2025-03-07net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port()Lorenzo Bianconi1-1/+1
2025-03-07net: airoha: Increase max mtu to 9kLorenzo Bianconi1-1/+1
2025-03-07net: airoha: Introduce airoha_dev_change_mtu callbackLorenzo Bianconi1-0/+15
2025-03-07net: airoha: Enable Rx Scatter-GatherLorenzo Bianconi3-26/+48
2025-03-07net: airoha: Move min/max packet len configuration in airoha_dev_open()Lorenzo Bianconi1-7/+7
2025-03-04net: airoha: Introduce PPE debugfs supportLorenzo Bianconi4-4/+209
2025-03-04net: airoha: Add loopback support for GDM2Lorenzo Bianconi4-8/+111
2025-03-04net: airoha: Introduce flowtable offload supportLorenzo Bianconi5-7/+1314