aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2023-12-04net: stmmac: fix FPE events losingJianheng Zhang
2023-11-14net: stmmac: avoid rx queue overrunBaruch Siach
2023-11-14net: stmmac: fix rx budget limit checkBaruch Siach
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-21net: stmmac: update MAC capabilities when tx queues are updatedMichael Sit Wei Hong
2023-10-19net: stmmac: move TX timer arm after DMA enableChristian Marangi
2023-10-19net: stmmac: improve TX timer arm logicChristian Marangi
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05net: stmmac: remove unneeded stmmac_poll_controllerRemi Pommarel
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang
2023-09-18net: stmmac: Tx coe sw fallbackRohan G Thomas
2023-09-11net: stmmac: fix handling of zero coalescing tx-usecsVincent Whitchurch
2023-08-28net: stmmac: clarify difference between "interface" and "phy_interface"Russell King (Oracle)
2023-08-25net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)
2023-08-25net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)
2023-08-25net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)
2023-08-25net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)
2023-08-25net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)
2023-08-25net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)
2023-08-25net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)
2023-08-25net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)
2023-08-25net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink
2023-07-27Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski
2023-07-25net: stmmac: correct MAC propagation delayJohannes Zink
2023-07-21eth: stmmac: let page recycling happen with skbsJakub Kicinski
2023-07-19net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang
2023-07-19net: stmmac: don't clear network statistics in .ndo_open()Jisheng Zhang
2023-07-13net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the tso_en field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski
2023-07-13net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22net: stmmac: fix double serdes powerdownBartosz Golaszewski
2023-06-20net: stmmac: add new switch to struct plat_stmmacenet_dataBartosz Golaszewski
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi
2023-06-05net: stmmac: dwmac-sogfpga: use the lynx pcs driverMaxime Chevallier
2023-05-25net: stmmac: fix call trace when stmmac_xdp_xmit() is invokedWei Fang