summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin1-3/+4
2024-04-27net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin1-0/+5
2024-04-27net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin1-16/+3
2024-03-06stmmac: Clear variable when destroying workqueueJakub Raczynski1-1/+3
2024-03-01net: stmmac: Fix incorrect dereference in interrupt handlersPavel Sakharov1-20/+0
2024-02-23net: stmmac: protect updates of 64-bit statistics countersPetr Tesarik1-67/+66
2024-02-23net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-02-01net: stmmac: Wait a bit for the reset to take effectBernd Edlinger1-0/+3
2024-02-01net: stmmac: Prevent DSA tags from breaking COERomain Gantois1-3/+29
2024-02-01net: stmmac: Tx coe sw fallbackRohan G Thomas1-0/+10
2024-01-26net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma1-0/+1
2023-12-13net: stmmac: fix FPE events losingJianheng Zhang1-1/+7
2023-11-28net: stmmac: avoid rx queue overrunBaruch Siach1-0/+1
2023-11-28net: stmmac: fix rx budget limit checkBaruch Siach1-1/+1
2023-10-21net: stmmac: update MAC capabilities when tx queues are updatedMichael Sit Wei Hong1-4/+13
2023-10-05net: stmmac: remove unneeded stmmac_poll_controllerRemi Pommarel1-30/+0
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang1-58/+67
2023-09-11net: stmmac: fix handling of zero coalescing tx-usecsVincent Whitchurch1-4/+6
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)1-2/+4
2023-08-26net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)1-6/+7
2023-08-26net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)1-1/+1
2023-08-26net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)1-10/+0
2023-08-26net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)1-3/+1
2023-08-26net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)1-0/+3
2023-08-26net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)1-21/+14
2023-08-26net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)1-2/+4
2023-08-26net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)1-4/+5
2023-08-26net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)1-2/+2
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu1-6/+65
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu1-5/+20
2023-08-11net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink1-0/+6
2023-07-28Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski1-4/+0
2023-07-26net: stmmac: correct MAC propagation delayJohannes Zink1-0/+4
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 Zhang1-44/+156
2023-07-20net: stmmac: don't clear network statistics in .ndo_open()Jisheng Zhang1-4/+2
2023-07-14net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski1-1/+2
2023-07-14net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski1-3/+4
2023-07-14net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski1-1/+2
2023-07-14net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski1-3/+6
2023-07-14net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-2/+2
2023-07-14net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski1-2/+2
2023-07-14net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+2
2023-07-14net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski1-1/+2
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-06-23net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0