summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
5 daysstmmac: xsk: fix negative overflow of budget in zerocopy modeJason Xing
2025-06-19net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() methodRussell King (Oracle)
2025-06-13net: stmmac: improve .set_clk_tx_rate() method error messageRussell King (Oracle)
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring timestampingAlexis Lothoré
2025-05-15net: stmmac: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-14net: stmmac: generate software timestamp just before the doorbellJason Xing
2025-05-09net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN strippingBoon Khai Ng
2025-05-02net: stmmac: remove speed_mode_2500() methodRussell King (Oracle)
2025-05-02net: stmmac: add get_interfaces() platform methodRussell King (Oracle)
2025-05-02net: stmmac: use priv->plat->phy_interface directlyRussell King (Oracle)
2025-05-02net: stmmac: use a local variable for priv->phylink_configRussell King (Oracle)
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-25net: stmmac: block PHY RXC clock-stopRussell King (Oracle)
2025-03-25net: stmmac: address non-LPI resume failures properlyRussell King (Oracle)
2025-03-24net: stmmac: Fix accessing freed irq affinity_hintQingfang Deng
2025-03-19net: stmmac: allow platforms to use PHY tx clock stop capabilityRussell King (Oracle)
2025-03-17net: stmmac: remove unnecessary stmmac_mac_set() in stmmac_release()Russell King (Oracle)
2025-03-17net: stmmac: remove redundant racy tear-down in stmmac_dvr_remove()Russell King (Oracle)
2025-03-07net: stmmac: remove write-only priv->speedRussell King (Oracle)
2025-03-06net: stmmac: simplify phylink_suspend() and phylink_resume() callsRussell King (Oracle)
2025-03-06net: stmmac: avoid shadowing global buf_szRussell King (Oracle)
2025-03-06net: stmmac: mostly remove "buf_sz"Russell King (Oracle)
2025-03-05net: stmmac: configure SerDes on mac_finishChoong Yong Liang
2025-02-28net: stmmac: provide generic implementation for set_clk_tx_rate methodRussell King (Oracle)
2025-02-28net: stmmac: provide set_clk_tx_rate() hookRussell King (Oracle)
2025-02-21net: stmmac: print stmmac_init_dma_engine() errors using netdev_err()Russell King (Oracle)
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20net: stmmac: Add launch time support to XDP ZCSong Yoong Siang
2025-02-19net: stmmac: remove useless priv->flow_ctrlRussell King (Oracle)
2025-02-19net: stmmac: clarify priv->pause and pause module parameterRussell King (Oracle)
2025-02-18net: stmmac: Switch to use hrtimer_setup()Nam Cao
2025-02-14net: stmmac: remove calls to xpcs_config_eee()Russell King (Oracle)
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-10net: stmmac: Apply new page pool parameters when SPH is enabledFurong Xu
2025-02-07net: stmmac: use stmmac_set_lpi_mode()Russell King (Oracle)
2025-02-07net: stmmac: remove unnecessary LPI disable when enabling LPIRussell King (Oracle)
2025-02-07net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPIRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_enabled testsRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_active testsRussell King (Oracle)
2025-02-07net: stmmac: remove priv->dma_cap.eee test in tx_lpi methodsRussell King (Oracle)
2025-02-07net: stmmac: split stmmac_init_eee() and move to phylink methodsRussell King (Oracle)
2025-02-07net: stmmac: dwmac4: ensure LPIATE is clearedRussell King (Oracle)
2025-02-07net: stmmac: ensure LPI is disabled when disabling EEERussell King (Oracle)
2025-02-07net: stmmac: delete software timer before disabling LPIRussell King (Oracle)
2025-02-06Revert "net: stmmac: Specify hardware capability value when FIFO size isn't s...Russell King (Oracle)