summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: ethernet: mtk_eth_soc: fix memory corruption during fq dma initFelix Fietkau1-1/+1
2024-07-25net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...Breno Leitao1-2/+1
2024-07-06net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle1-1/+17
2024-07-06net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle1-1/+1
2024-06-13net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEsElad Yifee1-40/+72
2024-06-05net: ethernet: mtk_eth_soc: handle dma buffer size soc specificFrank Wunderlich1-34/+70
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-102/+138
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 Bianconi1-87/+123
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-24net: mediatek: mtk_eth_sock: allocate dummy net_device dynamicallyBreno Leitao1-4/+13
2024-03-15net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is upDaniel Golle1-4/+3
2024-01-26net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE workingDaniel Golle1-1/+4
2023-11-21net: ethernet: mtk_wed: add support for devices with more than 4GB of dramLorenzo Bianconi1-1/+4
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-10-05net: ethernet: mediatek: disable irq before schedule napiChristian Marangi1-2/+2
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-09-20net: ethernet: mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen1-0/+1
2023-09-11net: ethernet: mtk_eth_soc: fix uninitialized variableDaniel Golle1-2/+3
2023-09-11net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua1-0/+3
2023-08-24net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988Daniel Golle1-2/+28
2023-08-24net: ethernet: mtk_eth_soc: add support for in-SoC SRAMDaniel Golle1-19/+69
2023-08-24net: ethernet: mtk_eth_soc: add reset bits for MT7988Daniel Golle1-20/+56
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-08-03net: ethernet: mtk_eth_soc: support per-flow accounting on MT7988Daniel Golle1-0/+1
2023-07-29net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoCLorenzo Bianconi1-0/+3
2023-07-29net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoCLorenzo Bianconi1-1/+1
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-27net: ethernet: mtk_eth_soc: add basic support for MT7988 SoCLorenzo Bianconi1-21/+180
2023-07-27net: ethernet: mtk_eth_soc: add NETSYS_V3 version supportLorenzo Bianconi1-28/+77
2023-07-27net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNTLorenzo Bianconi1-22/+27
2023-07-27net: ethernet: mtk_eth_soc: add version in mtk_soc_dataLorenzo Bianconi1-24/+31
2023-07-25net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and moderniseRussell King (Oracle)1-35/+0
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)1-43/+16
2023-07-21net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macrosLorenzo Bianconi1-5/+5
2023-07-14net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle1-18/+11
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL1-6/+2
2023-05-03net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untaggingFelix Fietkau1-66/+40
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-04-02net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau1-0/+4
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+3
2023-03-30net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau1-3/+3
2023-03-29net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau1-2/+0
2023-03-21net: ethernet: mtk_eth_soc: switch to external PCS driverDaniel Golle1-11/+50
2023-03-21net: ethernet: mtk_eth_soc: ppe: add support for flow accountingDaniel Golle1-2/+6
2023-03-21net: ethernet: mtk_eth_soc: set MDIO bus clock frequencyDaniel Golle1-0/+21
2023-03-21net: ethernet: mtk_eth_soc: add support for MT7981 SoCDaniel Golle1-0/+21
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2