summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi2022-12-081-5/+12
* net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi2022-12-082-5/+11
* net: ethernet: mtk_wed: Fix missing of_node_put() in mtk_wed_wo_hardware_init()Yuan Can2022-12-071-3/+6
* net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi2022-12-061-7/+13
* net: mtk_eth_soc: enable flow offload support for MT7986 SoCLorenzo Bianconi2022-12-051-0/+1
* net: ethernet: mtk_wed: fix sleep while atomic in mtk_wed_wo_queue_refillLorenzo Bianconi2022-12-021-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-8/+29
|\
| * net: ethernet: mtk_eth_soc: fix memory leak in error pathYan Cangang2022-11-223-6/+23
| * net: ethernet: mtk_eth_soc: fix resource leak in error pathYan Cangang2022-11-221-2/+2
| * net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()Ziyang Xuan2022-11-221-1/+3
| * net: ethernet: mtk_eth_soc: fix error handling in mtk_open()Liu Jian2022-11-181-1/+3
* | net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi2022-11-291-8/+11
* | net: ethernet: mtk_wed: add mtk_wed_rx_reset routineLorenzo Bianconi2022-11-292-37/+162
* | net: ethernet: mtk_wed: update mtk_wed_stopLorenzo Bianconi2022-11-291-9/+23
* | net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...Lorenzo Bianconi2022-11-291-11/+4
* | net: ethernet: mtk_wed: return status value in mtk_wdma_rx_resetLorenzo Bianconi2022-11-291-13/+12
* | net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen2022-11-282-5/+10
* | net: ethernet: mtk_eth_soc: fix RSTCTRL_PPE{0,1} definitionsLorenzo Bianconi2022-11-212-13/+10
* | net: ethernet: mediatek: ppe: assign per-port queues for offloaded trafficFelix Fietkau2022-11-183-3/+31
* | net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queuesFelix Fietkau2022-11-182-49/+258
* | net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newerFelix Fietkau2022-11-182-3/+5
* | net: ethernet: mtk_eth_soc: drop packets to WDMA if the ring is fullFelix Fietkau2022-11-182-1/+5
* | net: ethernet: mtk_eth_soc: increase tx ring size for QDMA devicesFelix Fietkau2022-11-182-16/+23
* | net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi2022-11-181-5/+2
* | net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi2022-11-181-19/+34
* | net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau2022-11-152-7/+67
* | net: ethernet: mtk_eth_soc: add support for configuring vlan rx offloadFelix Fietkau2022-11-151-5/+20
* | net: ethernet: mtk_eth_soc: pass correct VLAN protocol ID to the network stackFelix Fietkau2022-11-151-1/+1
* | net: ethernet: mtk_wed: add rx mib countersLorenzo Bianconi2022-11-111-0/+87
* | net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi2022-11-115-53/+767
* | net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi2022-11-111-8/+8
* | net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi2022-11-116-4/+622
* | net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen2022-11-114-1/+511
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+2
|\|
| * net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...Zhengchao Shao2022-11-081-0/+2
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: mtk_eth_soc: add support for in-band 802.3z negotiationRussell King (Oracle)2022-10-281-35/+42
* | net: mtk_eth_soc: move and correct link timer programmingRussell King (Oracle)2022-10-281-5/+8
* | net: mtk_eth_soc: add advertisement programmingRussell King (Oracle)2022-10-281-1/+12
* | net: mtk_eth_soc: move interface speed selectionRussell King (Oracle)2022-10-281-8/+10
* | net: mtk_eth_soc: move PHY power upRussell King (Oracle)2022-10-281-7/+4
* | net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_upRussell King (Oracle)2022-10-281-11/+17
* | net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()Russell King (Oracle)2022-10-281-35/+26
* | net: mtk_eth_soc: add pcs_get_state() implementationRussell King (Oracle)2022-10-281-0/+15
* | net: mtk_eth_soc: eliminate unnecessary error handlingRussell King (Oracle)2022-10-281-12/+6
* | net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)2022-10-281-3/+10
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong2022-10-171-6/+0
* net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang2022-10-171-1/+4
* net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang2022-10-171-2/+8