summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2026-07-23net: stmmac: enable the MAC on link up for all supported speedsvadik likholetov1-55/+37
2026-07-23net: stmmac: reset residual action in L3L4 filters on deleteNazim Amirul1-0/+1
2026-07-23net: stmmac: fix l3l4 filter rejecting unsupported offload requestsNazim Amirul1-0/+34
2026-07-23net: stmmac: xgmac: fix l4 filter port overwrite on register updateNazim Amirul1-12/+16
2026-07-22net: stmmac: dwmac4: mask interrupts when stopping DMA in suspendLuis Lang3-0/+32
2026-07-22net: stmmac: intel: skip SerDes reconfig when rate is unchangedMarkus Breitenberger1-0/+31
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)4-4/+0
2026-06-25net: stmmac: dwmac-spacemit: Fix wrong irq definitionInochi Amaoto1-2/+2
2026-06-25net: stmmac: dwmac-spacemit: Fix wrong phy interface definitionInochi Amaoto1-3/+6
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-28/+69
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-14net/stmmac: Apply MTL_MAX queue limit if config missingJakub Raczynski1-4/+4
2026-06-14net/stmmac: Apply TBS config only to used queuesJakub Raczynski1-1/+1
2026-06-13net: stmmac: xgmac2: disable RBUE in default RX interrupt maskNazim Amirul1-2/+2
2026-06-06net: stmmac: xgmac: report L3/L4 filter match count in ethtool statsNazim Amirul2-0/+8
2026-06-06net: stmmac: dwmac4: Report DCB feature capabilityOvidiu Panait2-0/+2
2026-06-03net: stmmac: Improve Tx timer arm logic furtherNazim Amirul1-5/+7
2026-06-02net: stmmac: starfive: Add STMMAC_FLAG_SPH_DISABLE flagMinda Chen1-1/+1
2026-06-02net: stmmac: starfive: Add jhb100 SGMII interfaceMinda Chen1-14/+45
2026-05-23net: stmmac: mmc: Remove duplicate mmc_rx crcAbid Ali1-2/+0
2026-05-21net: stmmac: eswin: validate RGMII delay valuesZhi Li1-4/+25
2026-05-21net: stmmac: eswin: correct RGMII delay granularity to 20 psZhi Li1-4/+4
2026-05-21net: stmmac: eswin: clear TXD and RXD delay registers during initializationZhi Li1-0/+22
2026-05-21net: stmmac: eswin: fix HSP CSR init ordering after clock enableZhi Li1-32/+41
2026-05-07net: stmmac: dwmac-nuvoton: fix NULL pointer dereference in nvt_set_phy_intf_...Joey Lu1-0/+2
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-04-28net: stmmac: Prevent NULL deref when RX memory exhaustedSam Edwards1-7/+12
2026-04-18net: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan1-2/+2
2026-04-14net: stmmac: enable RPS and RBU interruptsRussell King (Oracle)1-0/+6
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+31
2026-04-08net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failureJohan Alvarado1-0/+8
2026-04-04net: stmmac: Fix PTP ref clock for Tegra234Jon Hunter1-2/+17
2026-04-04net: stmmac: qcom-ethqos: set clk_csrRussell King (Oracle)1-0/+6
2026-04-04stmmac: cleanup dead dependencies on STMMAC_PLATFORM and STMMAC_ETH in KconfigJulian Braha1-6/+3
2026-04-03net: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)1-3/+3
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)1-0/+14
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)1-1/+3
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)1-7/+13
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)1-7/+14
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)2-12/+19
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)1-19/+19
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)1-13/+10
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)1-1/+8
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)1-1/+16
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)1-5/+15
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)1-4/+28
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)1-8/+2
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+4