summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: dwmac-intel-plat: remove redundant dwmac->data check in probeVitalii Mordan3 days1-25/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7 days2-10/+19
|\
| * stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routinesVitalii Mordan8 days1-8/+17
| * net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wolNícolas F. R. A. Prado8 days1-2/+2
* | net: stmmac: dwmac_socfpga: This platform has GMACMaxime Chevallier8 days1-0/+1
* | net: stmmac: Configure only the relevant bits for timestamping setupMaxime Chevallier8 days1-1/+14
* | net: stmmac: Don't include dwmac4 definitions in stmmac_ptpMaxime Chevallier8 days1-1/+0
* | net: stmmac: Enable timestamping interrupt on dwmac1000Maxime Chevallier8 days1-0/+16
* | net: stmmac: Introduce dwmac1000 timestamping operationsMaxime Chevallier8 days6-2/+65
* | net: stmmac: Introduce dwmac1000 ptp_clock_info and operationsMaxime Chevallier8 days6-2/+77
* | net: stmmac: Only update the auto-discovered PTP clock featuresMaxime Chevallier8 days1-2/+8
* | net: stmmac: Use per-hw ptp clock opsMaxime Chevallier8 days3-3/+14
* | net: stmmac: Don't modify the global ptp ops directlyMaxime Chevallier8 days1-6/+7
* | net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt su...Ley Foon Tan10 days1-2/+4
* | net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operationLey Foon Tan10 days1-2/+2
* | net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macrosLey Foon Tan10 days1-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-071-0/+1
|\|
| * net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNícolas F. R. A. Prado2024-11-071-0/+1
* | net: stmmac: Add glue layer for T-HEAD TH1520 SoCJisheng Zhang2024-11-053-0/+284
* | net: stmmac: add support for dwmac 3.72aLothar Rubusch2024-11-052-0/+2
* | net: stmmac: xgmac: Enable FPE for tc-mqprio/tc-taprioFurong Xu2024-11-031-2/+2
* | net: stmmac: xgmac: Complete FPE supportFurong Xu2024-11-033-0/+47
* | net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQFurong Xu2024-11-032-2/+2
* | net: stmmac: Get the TC number of net_device by netdev_get_num_tc()Furong Xu2024-11-031-1/+1
* | net: stmmac: Refactor FPE functions to generic versionFurong Xu2024-11-0311-137/+105
* | net: stmmac: Introduce stmmac_fpe_supported()Furong Xu2024-11-034-6/+12
* | net: stmmac: Rework macro definitions for gmac4 and xgmacFurong Xu2024-11-031-38/+39
* | net: stmmac: Introduce separate files for FPE implementationFurong Xu2024-11-0311-363/+405
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-313-5/+27
|\|
| * net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB dataFurong Xu2024-10-291-5/+17
| * net: stmmac: dwmac4: Fix high address display by updating reg_space[] from re...Ley Foon Tan2024-10-292-0/+10
* | net: stmmac: Programming sequence for VLAN packets with split headerAbhishek Chauhan2024-10-222-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-211-2/+12
|\|
| * net: stmmac: dwmac-tegra: Fix link bring-up sequenceParitosh Dixit2024-10-151-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-1/+1
|\|
| * Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski2024-10-071-1/+1
* | net: stmmac: Add DW QoS Eth v4/v5 ip payload error statisticsMinda Chen2024-10-092-1/+3
* | net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)2024-10-091-1/+1
* | net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-0420-20/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-031-9/+9
|\|
| * net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit checkShenwei Wang2024-10-011-9/+9
* | net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)2024-10-021-4/+3
|/
* net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu2024-09-261-1/+1
* net: stmmac: Fix zero-division error when disabling tc cbsKhaiWenTan2024-09-241-0/+1
* net: stmmac: silence FPE kernel logsFurong Xu2024-09-102-8/+4
* net: stmmac: support fp parameter of tc-taprioFurong Xu2024-09-101-17/+22
* net: stmmac: support fp parameter of tc-mqprioFurong Xu2024-09-107-3/+172
* net: stmmac: configure FPE via ethtool-mmFurong Xu2024-09-105-0/+126
* net: stmmac: refactor FPE verification processFurong Xu2024-09-108-170/+166
* net: stmmac: drop stmmac_fpe_handshakeFurong Xu2024-09-103-31/+1