summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek
AgeCommit message (Expand)Author
2022-11-29net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: add mtk_wed_rx_reset routineLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: update mtk_wed_stopLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...Lorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: return status value in mtk_wdma_rx_resetLorenzo Bianconi
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen
2022-11-21net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi
2022-11-18net: ethernet: mediatek: ppe: assign per-port queues for offloaded trafficFelix Fietkau
2022-11-18net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau
2022-11-18net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newerFelix Fietkau
2022-11-18net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau
2022-11-18net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi
2022-11-15net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau
2022-11-15net: ethernet: mtk_eth_soc: add support for configuring vlan rx offloadFelix Fietkau
2022-11-15net: ethernet: mtk_eth_soc: pass correct VLAN protocol ID to the network stackFelix Fietkau
2022-11-11net: ethernet: mtk_wed: add rx mib countersLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-08net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...Zhengchao Shao
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-28net: mtk_eth_soc: add support for in-band 802.3z negotiationRussell King (Oracle)
2022-10-28net: mtk_eth_soc: move and correct link timer programmingRussell King (Oracle)
2022-10-28net: mtk_eth_soc: add advertisement programmingRussell King (Oracle)
2022-10-28net: mtk_eth_soc: move interface speed selectionRussell King (Oracle)
2022-10-28net: mtk_eth_soc: move PHY power upRussell King (Oracle)
2022-10-28net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_upRussell King (Oracle)
2022-10-28net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()Russell King (Oracle)
2022-10-28net: mtk_eth_soc: add pcs_get_state() implementationRussell King (Oracle)
2022-10-28net: mtk_eth_soc: eliminate unnecessary error handlingRussell King (Oracle)
2022-10-28net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-17net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong
2022-10-17net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang
2022-10-17net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang
2022-10-17net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang
2022-10-07net: ethernet: mediatek: Remove -Warray-bounds exceptionKees Cook
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clearDaniel Golle
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29net: ethernet: mtk_eth_soc: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin
2022-09-28net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}Daniel Golle
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-27net: ethernet: mtk_eth_soc: fix usage of foe_entry_sizeDaniel Golle
2022-09-27net: ethernet: mtk_eth_soc: fix wrong use of new helper functionDaniel Golle
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski