aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceGravatar Jisheng Zhang 8-110/+120
2023-09-11net: stmmac: fix handling of zero coalescing tx-usecsGravatar Vincent Whitchurch 1-4/+6
2023-08-30net: stmmac: failure to probe without MAC interface specifiedGravatar Russell King (Oracle) 1-3/+2
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Gravatar Russell King (Oracle) 11-36/+38
2023-08-25net: stmmac: convert half-duplex support to positive logicGravatar Russell King (Oracle) 1-6/+7
2023-08-25net: stmmac: move priv->phylink_config.mac_managed_pmGravatar Russell King (Oracle) 1-1/+1
2023-08-25net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreGravatar Russell King (Oracle) 2-10/+10
2023-08-25net: stmmac: move gmac4 specific phylink capabilities to gmac4Gravatar Russell King (Oracle) 2-3/+9
2023-08-25net: stmmac: provide stmmac_mac_phylink_get_caps()Gravatar Russell King (Oracle) 2-0/+7
2023-08-25net: stmmac: use phylink_limit_mac_speed()Gravatar Russell King (Oracle) 1-21/+14
2023-08-25net: stmmac: use "mdio_bus_data" local variableGravatar Russell King (Oracle) 1-2/+4
2023-08-25net: stmmac: clean up passing fwnode to phylinkGravatar Russell King (Oracle) 1-4/+5
2023-08-25net: stmmac: convert plat->phylink_node to fwnodeGravatar Russell King (Oracle) 3-4/+5
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Gravatar Furong Xu 5-8/+149
2023-08-19stmmac: intel: Enable correction of MAC propagation delayGravatar Kurt Kanzenbach 1-0/+1
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsGravatar Furong Xu 4-6/+31
2023-08-10net: stmmac: xgmac: RX queue routing configurationGravatar Furong Xu 2-2/+44
2023-08-10net: stmmac: dwmac-imx: pause the TXC clock in fixed-linkGravatar Shenwei Wang 1-0/+43
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedGravatar Shenwei Wang 13-17/+17
2023-08-07page_pool: split types and declarations from page_pool.hGravatar Yunsheng Lin 2-1/+2
2023-08-07net: stmmac: dwmac-imx: enable MAC propagation delay correction for i.MX8MPGravatar Johannes Zink 1-0/+5
2023-08-07net: stmmac: correct MAC propagation delayGravatar Johannes Zink 4-0/+58
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2023-08-03eth: add missing xdp.h includes in driversGravatar Jakub Kicinski 1-0/+1
2023-08-02net: stmmac: dwmac-oxnas: remove obsolete dwmac glue driverGravatar Neil Armstrong 3-256/+0
2023-08-02net: stmmac: XGMAC support for mdio C22 addr > 3Gravatar Rohan G Thomas 2-12/+25
2023-07-31net: flow_dissector: Use 64bits for used_keysGravatar Ratheesh Kannoth 1-3/+3
2023-07-29net: stmmac: tegra: Properly allocate clock bulk dataGravatar Thierry Reding 1-1/+2
2023-07-27net: Explicitly include correct DT includesGravatar Rob Herring 15-15/+12
2023-07-27Revert "net: stmmac: correct MAC propagation delay"Gravatar Jakub Kicinski 4-56/+0
2023-07-27net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refGravatar Andrew Halaney 1-0/+18
2023-07-27net: stmmac: Make ptp_clk_freq_config variable type explicitGravatar Andrew Halaney 1-2/+1
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2023-07-25net: stmmac: correct MAC propagation delayGravatar Johannes Zink 4-0/+56
2023-07-25net: stmmac: Apply redundant write work around on 4.xx tooGravatar Vincent Whitchurch 1-1/+3
2023-07-21eth: stmmac: let page recycling happen with skbsGravatar Jakub Kicinski 1-2/+2
2023-07-19net: stmmac: use per-queue 64 bit statistics where necessaryGravatar Jisheng Zhang 14-158/+335
2023-07-19net: stmmac: don't clear network statistics in .ndo_open()Gravatar Jisheng Zhang 1-4/+2
2023-07-19net: stmmac: xgmac: Fix L3L4 filter countGravatar Rohan G Thomas 2-1/+11
2023-07-13net: stmmac: replace the en_tx_lpi_clockgating field with a flagGravatar Bartosz Golaszewski 2-3/+3
2023-07-13net: stmmac: replace the rx_clk_runs_in_lpi field with a flagGravatar Bartosz Golaszewski 2-2/+3
2023-07-13net: stmmac: replace the int_snapshot_en field with a flagGravatar Bartosz Golaszewski 2-6/+6
2023-07-13net: stmmac: replace the ext_snapshot_en field with a flagGravatar Bartosz Golaszewski 3-3/+6
2023-07-13net: stmmac: replace the multi_msi_en field with a flagGravatar Bartosz Golaszewski 2-5/+6
2023-07-13net: stmmac: replace the vlan_fail_q_en field with a flagGravatar Bartosz Golaszewski 2-2/+3
2023-07-13net: stmmac: replace the serdes_up_after_phy_linkup field with a flagGravatar Bartosz Golaszewski 2-4/+7
2023-07-13net: stmmac: replace the tso_en field with a flagGravatar Bartosz Golaszewski 7-10/+12
2023-07-13net: stmmac: replace the has_sun8i field with a flagGravatar Bartosz Golaszewski 2-3/+3
2023-07-13net: stmmac: replace the use_phy_wol field with a flagGravatar Bartosz Golaszewski 3-3/+6