summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-03net: 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-21net: ethernet: mtk_eth_soc: switch to external PCS driverDaniel Golle1-90/+3
2023-03-21net: ethernet: mtk_eth_soc: ppe: add support for flow accountingDaniel Golle1-0/+3
2023-03-21net: ethernet: mtk_eth_soc: set MDIO bus clock frequencyDaniel Golle1-0/+7
2023-03-21net: 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-07net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle1-0/+1
2023-02-03Merge 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-19net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau1-2/+24
2022-11-19net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau1-0/+1
2022-11-19net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau1-0/+1
2022-11-16net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau1-0/+8
2022-10-29net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)1-3/+10
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-29net: 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 ...Lorenzo 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-23net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi1-0/+18
2022-05-23net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi1-1/+1
2022-05-23net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi1-2/+2
2022-05-23net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi1-9/+117
2022-05-23net: ethernet: mtk_eth_soc: introduce device register mapLorenzo Bianconi1-100/+46
2022-05-23net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_dataLorenzo Bianconi1-0/+2
2022-05-23net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi1-0/+4
2022-05-23net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi1-0/+11
2022-05-20net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)1-4/+3
2022-05-20net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)1-4/+11
2022-05-20net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()Russell King (Oracle)1-0/+1
2022-05-20net: mtk_eth_soc: provide mtk_sgmii_config()Russell King (Oracle)1-3/+2
2022-05-20net: mtk_eth_soc: stop passing phylink state to sgmii setupRussell King (Oracle)1-1/+1
2022-05-20net: mtk_eth_soc: correct 802.3z duplex settingRussell King1-0/+1
2022-05-20net: mtk_eth_soc: add mask and update PCS speed definitionsRussell King (Oracle)1-3/+5
2022-05-20net: mtk_eth_soc: remove unused sgmii flagsRussell King (Oracle)1-8/+0
2022-05-20net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)1-1/+0
2022-04-29eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+0