summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorLines
2021-11-29net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header supportVincent Whitchurch-5/+6
2021-11-26net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon-0/+2
2021-11-22net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann-47/+81
2021-11-19stmmac_pci: Fix underflow size in stmmac_rxZekun Shen-4/+5
2021-11-16net: stmmac: Fix signed/unsigned wreckageThomas Gleixner-13/+10
2021-11-15net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li-2/+22
2021-11-10net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2021-10-20net: stmmac: Fix E2E delay mechanismKurt Kanzenbach-1/+1
2021-10-20ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski-2/+6
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+31
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-12/+14
2021-10-08net: stmmac: add support for dwmac 3.40aHerve Codina-0/+9
2021-10-08net: stmmac: fix get_hw_feature() on old hardwareHerve Codina-9/+22
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+10
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva-2/+2
2021-10-06net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee-1/+5
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-10-01net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devicesPunit Agrawal-0/+5
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2021-09-30net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee-0/+4
2021-09-28net: stmmac: fix off-by-one error in sanity checkArnd Bergmann-2/+2
2021-09-27net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann-0/+4
2021-09-17net: stmmac: dwmac-visconti: Make use of the helper function dev_err_probe()Cai Huoqing-4/+3
2021-09-11net: stmmac: allow CSR clock of 300MHzJesper Nilsson-1/+1
2021-09-09net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang-2/+2
2021-09-08net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang-14/+44
2021-09-07net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang-18/+18
2021-09-06stmmac: dwmac-loongson:Fix missing return valuezhaoxiao-1/+3
2021-09-05net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang-4/+6
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+19
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang-4/+4
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_poolSong Yoong Siang-6/+6
2021-08-25net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsMichael Riesch-9/+0
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-23net: stmmac: fix kernel panic due to NULL pointer dereference of plat->estWong Vee Khee-5/+7
2021-08-20stmmac: Revert "stmmac: align RX buffers"Marc Zyngier-2/+2
2021-08-16net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai-0/+6
2021-08-16net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai-1/+80
2021-08-16net: stmmac: fix INTR TBU status affecting irq count statisticVoon Weifeng-2/+3
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann-1/+1
2021-08-07net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor-10/+8
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-07-26net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail-0/+2
2021-07-07stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing-3/+5
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing-4/+5
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang-2/+45
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang-1/+11
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang-13/+28