summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: stmmac: thead: Get and enable APB clock on initializationYao Zi1-0/+14
10 daysnet: stmmac: dwc-qos: fix clk prepare/enable leak on probe failureRussell King (Oracle)1-11/+2
10 daysnet: stmmac: rk: put the PHY clock on removeRussell King (Oracle)1-1/+5
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-26stmmac: xsk: fix negative overflow of budget in zerocopy modeJason Xing1-1/+1
2025-07-26net: stmmac: dwmac-socfpga: Add xgmac support for Agilex5Mun Yew Tham1-0/+1
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-22net: stmmac: dwmac-renesas-gbeth: Add PM suspend/resume callbacksBiju Das1-0/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2025-07-16net: stmmac: intel: populate entire system_counterval_t in get_time_fn() call...Markus Blöchl1-1/+7
2025-07-11net: stmmac: platform: Add snps,dwmac-5.00a IP compatible stringInochi Amaoto1-0/+1
2025-07-11net: stmmac: dwmac-sophgo: Add support for Sophgo SG2042 SoCInochi Amaoto1-0/+1
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+11
2025-07-09net: stmmac: Fix interrupt handling for level-triggered mode in DWC_XGMAC2EricChan1-13/+11
2025-06-23net: stmmac: lpc18xx: use plat_dat->phy_interfaceRussell King (Oracle)1-2/+3
2025-06-20net: stmmac: loongson1: get ls1b resource only onceRussell King (Oracle)1-12/+37
2025-06-20net: stmmac: loongson1: provide match data structRussell King (Oracle)1-6/+18
2025-06-20net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() methodRussell King (Oracle)6-10/+10
2025-06-18net: stmmac: visconti: make phy_intf_sel localRussell King (Oracle)1-12/+11
2025-06-18net: stmmac: visconti: clean up code formattingRussell King (Oracle)1-15/+20
2025-06-18net: stmmac: visconti: reorganise visconti_eth_set_clk_tx_rate()Russell King (Oracle)1-22/+29
2025-06-18net: stmmac: visconti: re-arrange speed decodeRussell King (Oracle)1-18/+26
2025-06-18net: stmmac: rk: remove unnecessary clk_macRussell King (Oracle)1-8/+1
2025-06-18net: stmmac: rk: use device rather than platform device in rk_priv_dataRussell King (Oracle)1-8/+8
2025-06-18net: stmmac: rk: fix code formmating issueRussell King (Oracle)1-1/+1
2025-06-17net: stmmac: remove pcs_get_adv_lp() supportRussell King (Oracle)6-104/+4
2025-06-14net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband()Russell King (Oracle)1-4/+9
2025-06-14net: stmmac: rk: remove obsolete .set_*_speed() methodsRussell King (Oracle)1-20/+1
2025-06-14net: stmmac: rk: convert px30_set_rmii_speed() to .set_speed()Russell King (Oracle)1-9/+6
2025-06-14net: stmmac: rk: simplify px30_set_rmii_speed()Russell King (Oracle)1-15/+14
2025-06-14net: stmmac: rk: combine .set_*_speed() methodsRussell King (Oracle)1-195/+79
2025-06-14net: stmmac: rk: combine clk_mac_speed rate setting functionsRussell King (Oracle)1-42/+23
2025-06-14net: stmmac: rk: combine rv1126 set_*_speed() methodsRussell King (Oracle)1-29/+4
2025-06-14net: stmmac: rk: add struct for programming register based speedsRussell King (Oracle)1-228/+204
2025-06-14net: stmmac: rk: simplify set_*_speed()Russell King (Oracle)1-142/+161
2025-06-14net: stmmac: rk: add get_interfaces() implementationRussell King (Oracle)1-0/+13
2025-06-14net: stmmac: improve .set_clk_tx_rate() method error messageRussell King (Oracle)1-2/+2
2025-06-13net: stmmac: extend use of snps,multicast-filter-bins property to xgmacNikunj Kela1-0/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-31net: stmmac: make sure that ptp_rate is not 0 before configuring ESTAlexis Lothoré1-0/+5
2025-05-31net: stmmac: make sure that ptp_rate is not 0 before configuring timestampingAlexis Lothoré2-1/+6
2025-05-29net: stmmac: platform: guarantee uniqueness of bus_idQuentin Schulz1-2/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-21net: dwmac-sun8i: Use parsed internal PHY address instead of 1Paul Kocialkowski1-1/+1
2025-05-16net: stmmac: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2-44/+42
2025-05-15net: stmmac: generate software timestamp just before the doorbellJason Xing1-5/+2
2025-05-10net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN strippingBoon Khai Ng5-1/+38
2025-05-10net: stmmac: stmmac_vlan: rename VLAN functions and symbol to generic symbol.Boon Khai Ng4-210/+161
2025-05-10net: stmmac: Refactor VLAN implementationBoon Khai Ng10-462/+527
2025-05-03net: stmmac: remove speed_mode_2500() methodRussell King (Oracle)1-3/+0