aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2022-05-12net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang
2022-05-12net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min
2022-05-09net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen
2022-04-27net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao
2022-04-20net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen
2022-04-13net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai
2022-03-08net: stmmac: fix return value of __setup handlerRandy Dunlap
2022-02-16net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang
2022-02-08net: stmmac: ensure PTP time register reads are consistentYannick Vignon
2022-02-08net: stmmac: dump gmac4 DMA registers correctlyCamel Guo
2022-02-01net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail
2021-12-01net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang
2021-12-01net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann
2021-12-01net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang
2021-11-26net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li
2021-11-26net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devicesPunit Agrawal
2021-11-21net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsMichael Riesch
2021-11-21net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee
2021-11-21net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang
2021-11-21net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang
2021-11-21net: stmmac: platform: fix build error with !CONFIG_PM_SLEEPWei Yongjun
2021-11-21net: stmmac: add clocks management for gmac driverJoakim Zhang
2021-11-18net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean
2021-10-27net: stmmac: add support for dwmac 3.40aHerve Codina
2021-10-27net: stmmac: Fix E2E delay mechanismKurt Kanzenbach
2021-10-20net: stmmac: fix get_hw_feature() on old hardwareHerve Codina
2021-09-30net: stmmac: allow CSR clock of 300MHzJesper Nilsson
2021-09-18net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor
2021-09-03net: stmmac: fix kernel panic due to NULL pointer dereference of plat->estWong Vee Khee
2021-09-03net: stmmac: add mutex lock to protect est parametersXiaoliang Yang
2021-07-28stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing
2021-07-19net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean
2021-06-23net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang
2021-06-23net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang
2021-06-03net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang
2021-05-26net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam
2021-05-26Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman
2021-05-22net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon
2021-05-19net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B
2021-05-19net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell
2021-05-14net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong
2021-03-30net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe
2021-03-30net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang
2021-03-17net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang
2021-03-17net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang
2021-03-17net: stmmac: stop each tx channel independentlyJoakim Zhang
2021-03-17stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee
2021-03-17net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong
2021-03-17net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10Ong Boon Leong
2021-03-04net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang