summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-3/+3
2023-07-28net: Explicitly include correct DT includesRob Herring15-15/+12
2023-07-28Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski4-56/+0
2023-07-28net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refAndrew Halaney1-0/+18
2023-07-28net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney1-2/+1
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-07-26net: stmmac: correct MAC propagation delayJohannes Zink4-0/+56
2023-07-25net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch1-1/+3
2023-07-22eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-20net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang14-158/+335
2023-07-20net: stmmac: don't clear network statistics in .ndo_open()Jisheng Zhang1-4/+2
2023-07-19net: stmmac: xgmac: Fix L3L4 filter countRohan G Thomas2-1/+11
2023-07-14net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski2-3/+3
2023-07-14net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski2-2/+3
2023-07-14net: stmmac: replace the int_snapshot_en field with a flagBartosz Golaszewski2-6/+6
2023-07-14net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski3-3/+6
2023-07-14net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski2-5/+6
2023-07-14net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski2-2/+3
2023-07-14net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski2-4/+7
2023-07-14net: stmmac: replace the tso_en field with a flagBartosz Golaszewski7-10/+12
2023-07-14net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski2-3/+3
2023-07-14net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski3-3/+6
2023-07-14net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski3-3/+4
2023-07-14net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski2-2/+4
2023-07-12net: stmmac: dwmac-qcom-ethqos: Log more errors in probeAndrew Halaney1-4/+10
2023-07-12net: stmmac: dwmac-qcom-ethqos: Use dev_err_probe()Andrew Halaney1-2/+2
2023-07-12net: stmmac: dwmac-qcom-ethqos: Use of_get_phy_mode() over device_get_phy_mode()Andrew Halaney1-5/+5
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-06-25net: stmmac: dwmac-qcom-ethqos: use devm_stmmac_pltfr_probe()Bartosz Golaszewski1-2/+1
2023-06-25net: stmmac: platform: provide devm_stmmac_pltfr_probe()Bartosz Golaszewski2-0/+33
2023-06-25net: stmmac: dwmac-qco-ethqos: use devm_stmmac_probe_config_dt()Bartosz Golaszewski1-34/+15
2023-06-25net: stmmac: platform: provide devm_stmmac_probe_config_dt()Bartosz Golaszewski2-0/+43
2023-06-25net: stmmac: platform: provide stmmac_pltfr_remove_no_dt()Bartosz Golaszewski2-2/+19
2023-06-25net: stmmac: dwmac-generic: use stmmac_pltfr_probe()Bartosz Golaszewski1-8/+1
2023-06-25net: stmmac: platform: provide stmmac_pltfr_probe()Bartosz Golaszewski2-0/+31
2023-06-25net: stmmac: dwmac-generic: use stmmac_pltfr_exit()Bartosz Golaszewski1-2/+1
2023-06-25net: stmmac: platform: provide stmmac_pltfr_exit()Bartosz Golaszewski2-6/+18
2023-06-25net: stmmac: dwmac-generic: use stmmac_pltfr_init()Bartosz Golaszewski1-5/+3
2023-06-25net: stmmac: platform: provide stmmac_pltfr_init()Bartosz Golaszewski2-2/+26
2023-06-23net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-21net: stmmac: dwmac-qcom-ethqos: add support for emac4 on sa8775p platformsBartosz Golaszewski1-14/+51
2023-06-21net: stmmac: add new switch to struct plat_stmmacenet_dataBartosz Golaszewski1-1/+1
2023-06-21net: stmmac: dwmac-qcom-ethqos: add support for SGMIIBartosz Golaszewski1-0/+37
2023-06-21net: stmmac: dwmac-qcom-ethqos: prepare the driver for more PHY modesBartosz Golaszewski1-5/+26
2023-06-21net: stmmac: dwmac-qcom-ethqos: add support for the phyaux clockBartosz Golaszewski1-15/+16
2023-06-21net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phyBartosz Golaszewski1-0/+37
2023-06-21net: stmmac: dwmac-qcom-ethqos: remove stray spaceBartosz Golaszewski1-1/+1
2023-06-21net: stmmac: dwmac-qcom-ethqos: add a newline between headersBartosz Golaszewski1-0/+1
2023-06-21net: stmmac: dwmac-qcom-ethqos: add missing includeBartosz Golaszewski1-0/+1
2023-06-21net: stmmac: dwmac-qcom-ethqos: use a helper variable for &pdev->devBartosz Golaszewski1-23/+26