summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha
AgeCommit message (Expand)Author
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi
2025-10-09net: airoha: Fix loopback mode configuration for GDM2 portLorenzo Bianconi
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi
2025-09-23net: airoha: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-09-19net: airoha: Fix PPE_IP_PROTO_CHK register definitionsLorenzo 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-12net: airoha: npu: Enable core 3 for WiFi offloadingLorenzo Bianconi
2025-08-12net: airoha: npu: Read NPU wlan interrupt lines from the DTSLorenzo Bianconi
2025-08-12net: airoha: npu: Add wlan irq management callbacksLorenzo Bianconi
2025-08-12net: airoha: npu: Add wlan_{send,get}_msg NPU callbacksLorenzo Bianconi
2025-08-12net: airoha: npu: Add NPU wlan memory initialization commandsLorenzo Bianconi
2025-08-04net: airoha: npu: Add missing MODULE_FIRMWARE macrosLorenzo Bianconi
2025-08-01net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()Lorenzo Bianconi
2025-07-17net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()Dan Carpenter
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-16net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-08net: airoha: Fix an error handling path in airoha_probe()Christophe JAILLET
2025-07-08net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region"Rob Herring (Arm)
2025-06-26net: airoha: Get rid of dma_sync_single_for_device() in airoha_qdma_fill_rx_q...Lorenzo Bianconi
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19net: airoha: Differentiate hwfd buffer size for QDMA0 and QDMA1Lorenzo Bianconi
2025-06-19net: airoha: Compute number of descriptors according to reserved memory sizeLorenzo Bianconi
2025-06-19net: airoha: Always check return value from airoha_ppe_foe_get_entry()Lorenzo Bianconi
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-10net: airoha: Enable RX queues 16-31Lorenzo Bianconi
2025-06-10net: airoha: Add PPPoE offload supportLorenzo Bianconi
2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-27net: airoha: Fix an error handling path in airoha_alloc_gdm_port()Christophe JAILLET
2025-05-26net: airoha: Add the capability to allocate hfwd descriptors in SRAMLorenzo Bianconi
2025-05-26net: airoha: Add the capability to allocate hwfd buffers via reserved-memoryLorenzo Bianconi
2025-05-26net: airoha: Do not store hfwd references in airoha_qdma structLorenzo Bianconi
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-20net: airoha: ppe: Disable packet keepaliveLorenzo Bianconi
2025-05-20net: airoha: Add FLOW_CLS_STATS callback supportLorenzo Bianconi
2025-05-20net: airoha: npu: Move memory allocation in airoha_npu_send_msg() callerLorenzo Bianconi
2025-05-16net: airoha: Fix page recycling in airoha_qdma_rx_process()Lorenzo Bianconi
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-07net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi
2025-04-23net: airoha: Enable multiple IRQ lines support in airoha_eth driver.Lorenzo Bianconi
2025-04-23net: airoha: Introduce airoha_irq_bank structLorenzo Bianconi