summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mtk_wed: No need to clear memory after a dma_alloc_coherent() ...Christophe JAILLET2023-02-131-1/+0
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+6
|\
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-17/+19
|\ \
| * | net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0Vladimir Oltean2023-02-081-10/+14
| * | net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()Tariq Toukan2023-02-081-2/+2
| * | net: ethernet: mtk_eth_soc: enable special tag when any MAC uses DSAArınç ÜNAL2023-02-081-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-025-20/+40
|\| | | |/ |/|
| * mtk_sgmii: enable PCS polling to allow SFP workAlexander Couzens2023-02-021-0/+1
| * net: mediatek: sgmii: fix duplex configurationBjørn Mork2023-02-022-4/+4
| * net: mediatek: sgmii: ensure the SGMII PHY is powered down on configurationAlexander Couzens2023-02-022-11/+30
| * net: ethernet: mtk_eth_soc: disable hardware DSA untagging for second MACArınç ÜNAL2023-02-021-2/+4
| * net: ethernet: mtk_eth_soc: Avoid truncating allocationKees Cook2023-01-312-3/+1
* | net: Remove C45 check in C22 only MDIO bus driversAndrew Lunn2023-01-201-6/+0
* | net: phy: Remove probe_capabilitiesAndrew Lunn2023-01-191-1/+0
* | net: ethernet: mtk_wed: add reset/reset_complete callbacksLorenzo Bianconi2023-01-173-0/+58
* | net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_checkLorenzo Bianconi2023-01-172-0/+132
* | net: ethernet: mtk_eth_soc: align reset procedure to vendor sdkLorenzo Bianconi2023-01-175-23/+115
* | net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset supportLorenzo Bianconi2023-01-171-4/+56
* | net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routineLorenzo Bianconi2023-01-171-14/+22
* | net: ethernet: mtk_eth_soc: Separate C22 and C45 transactionsAndrew Lunn2023-01-131-66/+112
* | net: ethernet: mtk_wed: get rid of queue lock for tx queueLorenzo Bianconi2023-01-132-8/+0
* | net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi2023-01-111-4/+0
|/
* 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