aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen1-1/+1
2023-08-23net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988Daniel Golle1-2/+20
2023-08-23net: ethernet: mtk_eth_soc: add support for in-SoC SRAMDaniel Golle1-3/+9
2023-08-23net: ethernet: mtk_eth_soc: add reset bits for MT7988Daniel Golle1-4/+12
2023-08-23net: ethernet: mtk_eth_soc: fix register definitions for MT7988Daniel Golle1-3/+5
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-07-26net: ethernet: mtk_eth_soc: add basic support for MT7988 SoCLorenzo Bianconi1-1/+85
2023-07-26net: ethernet: mtk_eth_soc: convert clock bitmap to u64Daniel Golle1-47/+49
2023-07-26net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64Lorenzo Bianconi1-28/+28
2023-07-26net: ethernet: mtk_eth_soc: add NETSYS_V3 version supportLorenzo Bianconi1-9/+39
2023-07-26net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNTLorenzo Bianconi1-1/+0
2023-07-26net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3Lorenzo Bianconi1-2/+2
2023-07-26net: ethernet: mtk_eth_soc: add version in mtk_soc_dataLorenzo Bianconi1-13/+23
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)1-0/+1
2023-05-02net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untaggingFelix Fietkau1-1/+0
2023-04-07net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau1-0/+3
2023-03-20net: ethernet: mtk_eth_soc: switch to external PCS driverDaniel Golle1-90/+3
2023-03-20net: ethernet: mtk_eth_soc: ppe: add support for flow accountingDaniel Golle1-0/+3
2023-03-20net: ethernet: mtk_eth_soc: set MDIO bus clock frequencyDaniel Golle1-0/+7
2023-03-20net: ethernet: mtk_eth_soc: add support for MT7981 SoCDaniel Golle1-0/+31
2023-03-15net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle1-0/+4
2023-03-06net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle1-0/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-02-02net: mediatek: sgmii: fix duplex configurationBjørn Mork1-1/+1
2023-02-02net: mediatek: sgmii: ensure the SGMII PHY is powered down on configurationAlexander Couzens1-0/+2
2023-01-17net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_checkLorenzo Bianconi1-0/+26
2023-01-17net: ethernet: mtk_eth_soc: align reset procedure to vendor sdkLorenzo Bianconi1-0/+12
2022-11-21net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi1-7/+3
2022-11-18net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau1-2/+24
2022-11-18net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau1-0/+1
2022-11-18net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau1-0/+1
2022-11-15net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau1-0/+8
2022-10-28net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)1-3/+10
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-28net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}Daniel Golle1-2/+2
2022-09-22net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986Lorenzo Bianconi1-0/+72
2022-09-22net: ethernet: mtk_eth_soc: add foe_entry_size to mtk_eth_socLorenzo Bianconi1-0/+10
2022-09-22net: ethernet: mtk_eth_soc: move wdma_base definitions in mtk register mapLorenzo Bianconi1-3/+1
2022-09-22net: ethernet: mtk_eth_soc: add the capability to run multiple ppeLorenzo Bianconi1-1/+1
2022-09-22net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structureLorenzo Bianconi1-0/+2
2022-09-22net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk register mapLorenzo Bianconi1-1/+2
2022-08-25net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2Lorenzo Bianconi1-0/+5
2022-07-25net: ethernet: mtk_eth_soc: add xmit XDP supportLorenzo Bianconi1-1/+9
2022-07-25net: ethernet: mtk_eth_soc: introduce xdp ethtool countersLorenzo Bianconi1-0/+12
2022-07-25net: ethernet: mtk_eth_soc: add basic XDP supportLorenzo Bianconi1-0/+2
2022-07-25net: ethernet: mtk_eth_soc: rely on page_pool for single page buffersLorenzo Bianconi1-0/+10
2022-05-22net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi1-0/+18
2022-05-22net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi1-1/+1
2022-05-22net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi1-2/+2
2022-05-22net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi1-9/+117