summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c
AgeCommit message (Expand)Author
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05net: ethernet: mediatek: disable irq before schedule napiChristian Marangi
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-09-20net: ethernet: mediatek: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen
2023-09-11net: ethernet: mtk_eth_soc: fix uninitialized variableDaniel Golle
2023-09-11net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua
2023-08-23net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988Daniel Golle
2023-08-23net: ethernet: mtk_eth_soc: add support for in-SoC SRAMDaniel Golle
2023-08-23net: ethernet: mtk_eth_soc: add reset bits for MT7988Daniel Golle
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-03net: ethernet: mtk_eth_soc: support per-flow accounting on MT7988Daniel Golle
2023-07-28net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoCLorenzo Bianconi
2023-07-28net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoCLorenzo Bianconi
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-26net: ethernet: mtk_eth_soc: add basic support for MT7988 SoCLorenzo Bianconi
2023-07-26net: ethernet: mtk_eth_soc: add NETSYS_V3 version supportLorenzo Bianconi
2023-07-26net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNTLorenzo Bianconi
2023-07-26net: ethernet: mtk_eth_soc: add version in mtk_soc_dataLorenzo Bianconi
2023-07-25net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and moderniseRussell King (Oracle)
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)
2023-07-21net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macrosLorenzo Bianconi
2023-07-14net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL
2023-05-02net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untaggingFelix Fietkau
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-02net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau
2023-03-28net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau
2023-03-20net: ethernet: mtk_eth_soc: switch to external PCS driverDaniel Golle
2023-03-20net: ethernet: mtk_eth_soc: ppe: add support for flow accountingDaniel Golle
2023-03-20net: ethernet: mtk_eth_soc: set MDIO bus clock frequencyDaniel Golle
2023-03-20net: ethernet: mtk_eth_soc: add support for MT7981 SoCDaniel Golle
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09net: mtk_eth_soc: remove support for RMII and REVMII modesRussell King (Oracle)
2023-03-09net: mtk_eth_soc: remove unnecessary checks in mtk_mac_config()Russell King (Oracle)
2023-03-09net: mtk_eth_soc: move trgmii ddr2 check to probe functionRussell King (Oracle)
2023-03-09net: mtk_eth_soc: tidy mtk_gmac0_rgmii_adjust()Russell King (Oracle)
2023-03-06net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0Vladimir Oltean
2023-02-08net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()Tariq Toukan
2023-02-08net: ethernet: mtk_eth_soc: enable special tag when any MAC uses DSAArınç ÜNAL
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02net: ethernet: mtk_eth_soc: disable hardware DSA untagging for second MACArınç ÜNAL
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn