summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
8 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
13 hoursnet: stmmac: Add UltraRISC DP1000 GMAC supportJia Wang
13 hoursnet: stmmac: eic7700: Use common RGMII delay handlingJia Wang
13 hoursnet: stmmac: sophgo: Use common RGMII delay handlingJia Wang
13 hoursnet: stmmac: Add common internal RGMII delay handlingJia Wang
20 hoursnet: stmmac: initialize ptp_lock at probe timeLorenzo Bianconi
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
7 daysnet: stmmac: drop the queue-0 pinning for GSO framesLorenzo Bianconi
8 daysnet: stmmac: reconfigure RX packet parser table in stmmac_hw_setup() after resetLorenzo Bianconi
8 daysnet: stmmac: dwmac4: Use the full perfect filter ability for UC filterMaxime Chevallier
8 daysnet: stmmac: dwmac4: Read the UC filter size from hardware capabilitiesMaxime Chevallier
9 daysnet: stmmac: Remove ARP offload codeMaxime Chevallier
10 daysnet: stmmac: stop DMA before freeing descriptors on openZhaoJinming
13 daysnet: stmmac: fix dma mapping leak in stmmac_tso_xmit()Lorenzo Bianconi
2026-08-27net: stmmac: restore NET_IP_ALIGN in the RX DMA offsetPascal Kneuper
2026-08-27net: stmmac: drop gso_enabled_types and rely on netdev featuresLorenzo Bianconi
2026-08-27net: stmmac: selftests: Don't test flow control for small rx fifosMaxime Chevallier
2026-08-27net: stmmac: selftests: Account for the UC filter list for filtering testsMaxime Chevallier
2026-08-27net: stmmac: dwxgmac: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: dwmac4: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: dwmac1000: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: selftests: Check multiple MMC countersMaxime Chevallier
2026-08-27net: stmmac: selftests: Pass the IP proto mask in the TC selftestMaxime Chevallier
2026-08-24net: stmmac: fix device node reference leaks in stmmac_mtl_setup()Md Rabbani
2026-08-24xsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev
2026-08-17net: stmmac: convert DMA address to lower 32 before assignmentAlex Elder
2026-08-17net: stmmac: use dma_addr_t for DMA addressesAlex Elder
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-13net: stmmac: intel: Add missing pci_free_irq_vectors() callsFlorian Bezdeka
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-05net: stmmac: raise TX completion interrupt at the end of an xmit burstJohan Alvarado
2026-08-04net: stmmac: resume PHY before hardware setup when opening the interfaceStefan Agner
2026-08-04net: stmmac: remove ptpaddr/mmcaddr/estaddr "safe" initializationJisheng Zhang
2026-08-03net: stmmac: ethtool: Address off-by-one when reading the coal rx-usecsMaxime Chevallier
2026-08-03net: stmmac: ethtool: Comment the magic numbers in RIWT computationMaxime Chevallier
2026-08-03net: stmmac: Don't rely on the PHY for flow-control testingMaxime Chevallier
2026-08-03net: stmmac: Don't use PHY loopback for selftestsMaxime Chevallier
2026-08-03net: stmmac: Skip PHY attach if custom PCS is in useZxyan Zhu
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev
2026-08-03xsk: pass TX metadata pointer by referenceStanislav Fomichev
2026-07-31net: stmmac: dwxgmac2: configure INTM for per-channel interrupt routingZxyan Zhu
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-29net: stmmac: Fix E2E delay mechanismNazim Amirul
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23net: stmmac: enable the MAC on link up for all supported speedsvadik likholetov
2026-07-23net: stmmac: reset residual action in L3L4 filters on deleteNazim Amirul
2026-07-23net: stmmac: fix l3l4 filter rejecting unsupported offload requestsNazim Amirul
2026-07-23net: stmmac: xgmac: fix l4 filter port overwrite on register updateNazim Amirul
2026-07-22net: stmmac: dwmac4: mask interrupts when stopping DMA in suspendLuis Lang
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni