summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek
AgeCommit message (Expand)AuthorFilesLines
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-2/+2
2024-11-03net: airoha: Simplify Tx napi logicLorenzo Bianconi1-32/+41
2024-11-03net: airoha: Read completion queue data in airoha_qdma_tx_napi_poll()Lorenzo Bianconi1-18/+13
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-10-31net: ethernet: mtk_wed: fix path of MT7988 WO firmwareDaniel Golle1-2/+2
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2024-10-20net: airoha: Reset BQL stopping the netdeviceLorenzo Bianconi1-1/+9
2024-10-18net: airoha: Fix typo in REG_CDM2_FWD_CFG configurationLorenzo Bianconi1-1/+2
2024-10-17net: ethernet: mtk_eth_soc: fix memory corruption during fq dma initFelix Fietkau1-1/+1
2024-10-15net: airoha: Implement BQL supportLorenzo Bianconi1-2/+6
2024-10-15net: mtk_eth_soc: use ethtool_putsRosen Penev1-4/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2024-10-10net: airoha: Fix EGRESS_RATE_METER_EN_MASK definitionLorenzo Bianconi1-1/+1
2024-10-08net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi1-4/+5
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-10-04net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi1-2/+4
2024-10-04net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi1-4/+10
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-28net: airoha: fix module autoloadingLiao Chen1-0/+1
2024-08-22net: airoha: configure hw mac address according to the port idLorenzo Bianconi1-9/+23
2024-08-16net: ethernet: mtk_eth_soc: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2-9/+10
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2024-08-12net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()Zheng Zhang1-2/+4
2024-08-06net: airoha: honor reset return value in airoha_hw_init()Lorenzo Bianconi1-4/+12
2024-08-03net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi1-18/+19
2024-08-03net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi1-3/+4
2024-08-03net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi1-24/+32
2024-08-03net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi1-4/+3
2024-08-03net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi1-43/+41
2024-08-03net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi1-42/+42
2024-08-03net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi1-61/+65
2024-08-03net: airoha: Introduce airoha_qdma structLorenzo Bianconi1-85/+112
2024-08-01net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driverDaniel Golle1-14/+0
2024-07-25net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...Breno Leitao1-2/+1
2024-07-23net: airoha: Fix MBI_RX_AGE_SEL_MASK definitionLorenzo Bianconi1-1/+1
2024-07-18net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()Lorenzo Bianconi1-2/+1
2024-07-18net: airoha: fix error branch in airoha_dev_xmit and airoha_set_gdm_portsLorenzo Bianconi1-4/+6
2024-07-14net: airoha: Introduce ethernet support for EN7581 SoCLorenzo Bianconi3-1/+2740
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2024-07-11net: ethernet: mtk-star-emac: set mac_managed_pm when probingJian Hui Lee1-0/+7
2024-07-06net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle1-1/+17
2024-07-06net: ethernet: mtk_ppe: Change PPE entries number to 16KShengyu Qu1-1/+1
2024-07-06net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle1-1/+1
2024-06-25net: ethernet: mtk_eth_soc: ppe: prevent ppe update for non-mtk devicesElad Yifee1-1/+1
2024-06-13net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEsElad Yifee3-45/+92
2024-06-05net: ethernet: mtk_eth_soc: handle dma buffer size soc specificFrank Wunderlich2-36/+77
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-115/+154
2024-05-11net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986Daniel Golle1-23/+23
2024-05-11net: ethernet: mediatek: split tx and rx fields in mtk_soc_data structLorenzo Bianconi2-100/+139
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1