summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/airoha/airoha_eth.c
AgeCommit message (Expand)Author
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-06-26net: airoha: Get rid of dma_sync_single_for_device() in airoha_qdma_fill_rx_q...Lorenzo Bianconi
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-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-16net: airoha: Fix page recycling in airoha_qdma_rx_process()Lorenzo 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
2025-04-17net: airoha: Add matchall filter offload supportLorenzo Bianconi
2025-04-11net: airoha: Add L2 hw acceleration supportLorenzo Bianconi
2025-04-03net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()Lorenzo Bianconi
2025-04-02net: airoha: Fix ETS priomap validationLorenzo Bianconi
2025-04-02net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue()Lorenzo Bianconi
2025-03-07net: airoha: Fix dev->dsa_ptr check in airoha_get_dsa_tag()Lorenzo Bianconi
2025-03-06net: airoha: Enable TSO/Scatter Gather for LAN portLorenzo Bianconi
2025-03-06net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port()Lorenzo Bianconi
2025-03-06net: airoha: Introduce airoha_dev_change_mtu callbackLorenzo Bianconi
2025-03-06net: airoha: Enable Rx Scatter-GatherLorenzo Bianconi
2025-03-06net: airoha: Move min/max packet len configuration in airoha_dev_open()Lorenzo Bianconi
2025-03-04net: airoha: Add loopback support for GDM2Lorenzo Bianconi
2025-03-04net: airoha: Introduce flowtable offload supportLorenzo Bianconi
2025-03-04net: airoha: Rename airoha_set_gdm_port_fwd_cfg() in airoha_set_vip_for_gdm_p...Lorenzo Bianconi
2025-03-04net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()Lorenzo Bianconi
2025-03-04net: airoha: Enable support for multiple net_devicesLorenzo Bianconi
2025-03-04net: airoha: Move DSA tag in DMA descriptorLorenzo Bianconi
2025-03-04net: airoha: Move register definitions in airoha_regs.hLorenzo Bianconi
2025-03-04net: airoha: Move reg/write utility routines in airoha_eth.hLorenzo Bianconi
2025-03-04net: airoha: Move definitions in airoha_eth.hLorenzo Bianconi
2025-03-04net: airoha: Move airoha_eth driver in a dedicated folderLorenzo Bianconi