summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-03-24net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong8-7/+304
2021-03-24net: stmmac: Add hardware supported cross-timestampTan Tee Min8-0/+189
2021-03-22net: stmmac: platform: fix build error with !CONFIG_PM_SLEEPWei Yongjun1-6/+4
2021-03-19net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe1-0/+2
2021-03-18stmmac: intel: Add PSE and PCH PTP clock source selectionWong, Vee Khee3-0/+56
2021-03-18net: stmmac: Add EST errors into ethtool statisticOng Boon Leong6-4/+28
2021-03-18net: stmmac: EST interrupts handling and error reportingVoon Weifeng4-0/+114
2021-03-18net: stmmac: add RX frame steering based on VLAN priority in tc flowerOng Boon Leong1-2/+63
2021-03-18net: stmmac: restructure tc implementation for RX VLAN Priority steeringOng Boon Leong1-2/+22
2021-03-17net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong7-49/+143
2021-03-17net: stmmac: add timestamp correction to rid CDC sync errorVoon Weifeng1-0/+16
2021-03-15net: stmmac: dwmac-imx: add platform level clocks management for i.MXJoakim Zhang1-24/+36
2021-03-15net: stmmac: add platform level clocks managementJoakim Zhang1-0/+10
2021-03-15net: stmmac: add clocks management for gmac driverJoakim Zhang4-37/+174
2021-03-15stmmac: intel: add pcs-xpcs for Intel mGbE controllerOng Boon Leong1-1/+14
2021-03-15net: stmmac: ensure phydev is attached to phylink for C37 ANOng Boon Leong1-1/+1
2021-03-15net: stmmac: make in-band AN mode parsing is supported for non-DTOng Boon Leong1-0/+2
2021-03-13net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell1-0/+2
2021-03-05stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee1-1/+4
2021-03-05net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong1-3/+6
2021-03-03net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10Ong Boon Leong1-1/+18
2021-03-02stmmac: intel: Fix mdio bus registration issue for TGL-H/ADL-SWong Vee Khee1-13/+41
2021-02-26net: stmmac: re-init rx buffers when mac resume backJoakim Zhang1-1/+83
2021-02-26net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang4-6/+15
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang5-34/+94
2021-02-26net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang1-0/+2
2021-02-26net: stmmac: stop each tx channel independentlyJoakim Zhang1-4/+0
2021-02-24net: stmmac: Fix missing spin_lock_init in visconti_eth_dwmac_probe()Wei Yongjun1-0/+1
2021-02-22net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang1-4/+26
2021-02-17net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee2-0/+5
2021-02-17net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland1-0/+10
2021-02-17net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland1-1/+3
2021-02-17net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland1-4/+4
2021-02-17net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland1-4/+2
2021-02-17net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland1-3/+2
2021-02-15net: stmmac: Add Toshiba Visconti SoCs glue driverNobuhiro Iwamatsu3-0/+294
2021-02-11net: stmmac: dwmac-intel-plat: remove unnecessary initializationNobuhiro Iwamatsu1-3/+0
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2021-02-05net: stmmac: set TxQ mode back to DCB after disabling CBSMohammad Athari Bin Ismail1-1/+6
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2021-01-28stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressingVoon Weifeng1-0/+2
2021-01-28stmmac: intel: Add ADL-S 1Gbps PCI IDsWong, Vee Khee1-0/+19
2021-01-22net: stmmac: dwmac-intel-plat: remove config data on errorPan Bian1-2/+2
2021-01-20net: stmmac: dwmac-meson8b: fix the RX delay validationMartin Blumenstingl1-4/+4
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-53/+26
2021-01-14net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon1-2/+18
2021-01-14net: stmmac: fix taprio schedule configurationYannick Vignon1-48/+4
2021-01-13net: stmmac: Fixed mtu channged by cache alignedDavid Wu1-1/+2
2021-01-13net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze1-2/+2