summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping2021-12-161-1/+3
* net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2021-12-142-13/+90
* net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu2021-12-131-4/+12
* net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header supportVincent Whitchurch2021-11-291-5/+6
* net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon2021-11-261-0/+2
* net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann2021-11-223-47/+81
* stmmac_pci: Fix underflow size in stmmac_rxZekun Shen2021-11-191-4/+5
* net: stmmac: Fix signed/unsigned wreckageThomas Gleixner2021-11-161-13/+10
* net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li2021-11-151-2/+22
* net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean2021-11-101-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+1
|\
| * net: stmmac: Fix E2E delay mechanismKurt Kanzenbach2021-10-201-1/+1
* | ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-146-9/+31
|\|
| * net: stmmac: add support for dwmac 3.40aHerve Codina2021-10-082-0/+9
| * net: stmmac: fix get_hw_feature() on old hardwareHerve Codina2021-10-084-9/+22
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-1410-12/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-1/+10
|\|
| * net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee2021-10-061-1/+5
| * net: stmmac: dwmac-rk: Fix ethernet on rk3399 based devicesPunit Agrawal2021-10-011-0/+5
* | net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-10-071-2/+2
* | ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-0/+4
|\|
| * net: stmmac: fix EEE init issue when paired with EEE capable PHYsWong Vee Khee2021-09-301-0/+4
* | net: stmmac: fix off-by-one error in sanity checkArnd Bergmann2021-09-281-2/+2
* | net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann2021-09-271-0/+4
* | net: stmmac: dwmac-visconti: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-171-4/+3
|/
* net: stmmac: allow CSR clock of 300MHzJesper Nilsson2021-09-111-1/+1
* net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang2021-09-091-2/+2
* net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang2021-09-082-14/+44
* net: stmmac: fix MAC not working when system resume back with WoL activeJoakim Zhang2021-09-071-18/+18
* stmmac: dwmac-loongson:Fix missing return valuezhaoxiao2021-09-061-1/+3
* net: stmmac: Fix overall budget calculation for rxtx_napiSong Yoong Siang2021-09-051-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-265-26/+19
|\
| * net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang2021-08-251-4/+4
| * net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_poolSong Yoong Siang2021-08-251-6/+6
| * net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsMichael Riesch2021-08-251-9/+0
| * net: stmmac: fix kernel panic due to NULL pointer dereference of plat->estWong Vee Khee2021-08-231-5/+7
| * stmmac: Revert "stmmac: align RX buffers"Marc Zyngier2021-08-201-2/+2
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | net: stmmac: add ethtool per-queue irq statistic supportVijayakannan Ayyathurai2021-08-163-0/+6
* | net: stmmac: add ethtool per-queue statistic frameworkVijayakannan Ayyathurai2021-08-163-1/+80
* | net: stmmac: fix INTR TBU status affecting irq count statisticVoon Weifeng2021-08-161-2/+3
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* | net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor2021-08-071-10/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-0/+2
|\|
| * net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail2021-07-261-0/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing2021-07-071-3/+5
* stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing2021-07-071-4/+5