summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek
AgeCommit message (Expand)AuthorFilesLines
2022-11-21net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi2-13/+10
2022-11-19net: ethernet: mediatek: ppe: assign per-port queues for offloaded trafficFelix Fietkau3-3/+31
2022-11-19net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau2-49/+258
2022-11-19net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newerFelix Fietkau2-3/+5
2022-11-19net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau2-1/+5
2022-11-19net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau2-16/+23
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi1-5/+2
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi1-19/+34
2022-11-16net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau2-7/+67
2022-11-16net: ethernet: mtk_eth_soc: add support for configuring vlan rx offloadFelix Fietkau1-5/+20
2022-11-16net: ethernet: mtk_eth_soc: pass correct VLAN protocol ID to the network stackFelix Fietkau1-1/+1
2022-11-11net: ethernet: mtk_wed: add rx mib countersLorenzo Bianconi1-0/+87
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi5-53/+767
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi1-8/+8
2022-11-11net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi6-4/+622
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen4-1/+511
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-08net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...Zhengchao Shao1-0/+2
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-29net: mtk_eth_soc: add support for in-band 802.3z negotiationRussell King (Oracle)1-35/+42
2022-10-29net: mtk_eth_soc: move and correct link timer programmingRussell King (Oracle)1-5/+8
2022-10-29net: mtk_eth_soc: add advertisement programmingRussell King (Oracle)1-1/+12
2022-10-29net: mtk_eth_soc: move interface speed selectionRussell King (Oracle)1-8/+10
2022-10-29net: mtk_eth_soc: move PHY power upRussell King (Oracle)1-7/+4
2022-10-29net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_upRussell King (Oracle)1-11/+17
2022-10-29net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()Russell King (Oracle)1-35/+26
2022-10-29net: mtk_eth_soc: add pcs_get_state() implementationRussell King (Oracle)1-0/+15
2022-10-29net: mtk_eth_soc: eliminate unnecessary error handlingRussell King (Oracle)1-12/+6
2022-10-29net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)1-3/+10
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-10-17net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong1-6/+0
2022-10-17net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang1-1/+4
2022-10-17net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang1-2/+8
2022-10-17net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang1-5/+12
2022-10-07net: ethernet: mediatek: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-01net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clearDaniel Golle1-1/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-29net: ethernet: mtk_eth_soc: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-30/+6
2022-09-29net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}Daniel Golle1-2/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-6/+3
2022-09-27net: ethernet: mtk_eth_soc: fix usage of foe_entry_sizeDaniel Golle1-1/+1
2022-09-27net: ethernet: mtk_eth_soc: fix wrong use of new helper functionDaniel Golle1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-22net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986Lorenzo Bianconi6-116/+289
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi2-31/+75
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi5-97/+393
2022-09-22net: ethernet: mtk_eth_wed: add mtk_wed_configure_irq and mtk_wed_dma_{enable...Lorenzo Bianconi2-29/+64
2022-09-22net: ethernet: mtk_eth_soc: add foe_entry_size to mtk_eth_socLorenzo Bianconi5-24/+48
2022-09-22net: ethernet: mtk_eth_soc: move wdma_base definitions in mtk register mapLorenzo Bianconi2-9/+11