summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: don't attach interface until resume finishesLeon Yu2020-05-231-2/+2
* net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell2020-05-221-0/+13
* net: stmmac: fix num_por initializationVinod Koul2020-05-141-2/+15
* net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King2020-05-041-1/+1
* stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov2020-05-041-6/+1
* stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-04-301-1/+3
* net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng2020-04-213-0/+235
* net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock arrayMarc Zyngier2020-04-201-0/+1
* net: stmmac: Fix sub-second incrementJulien Beraud2020-04-181-4/+8
* net: stmmac: fix enabling socfpga's ptp_ref_clockJulien Beraud2020-04-181-3/+6
* net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizesFlorian Fainelli2020-04-161-0/+2
* net: stmmac: socfpga: Allow all RGMII modesAtsushi Nemoto2020-04-141-0/+2
* net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang2020-04-031-1/+1
* net: stmmac: xgmac: Fix VLAN register handlingJose Abreu2020-04-021-0/+11
* net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu2020-04-011-5/+12
* net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng2020-03-301-8/+16
* net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng2020-03-301-0/+75
* net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng2020-03-304-313/+519
* net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-305-0/+245
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-252-5/+11
|\
| * net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing2020-03-211-1/+1
| * net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs2020-03-141-4/+10
* | net: sched: rename more stats_typesJakub Kicinski2020-03-231-2/+2
* | net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset()Dejin Zheng2020-03-191-6/+1
* | net: stmmac: Add support for Enterprise MAC versionJose Abreu2020-03-175-1/+173
* | net: stmmac: Add XLGMII supportJose Abreu2020-03-172-0/+64
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-172-3/+3
* | net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng2020-03-161-11/+4
* | net: stmmac: use readl_poll_timeout() function in init_systime()Dejin Zheng2020-03-161-11/+4
* | net: stmmac: platform: convert to devm_platform_ioremap_resourceDejin Zheng2020-03-151-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+2
|\|
| * net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel2020-03-081-1/+2
* | net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu2020-03-111-0/+2
* | net: stmmac: Integrate it with DesignWare XPCSJose Abreu2020-03-095-2/+57
* | net: stmmac: Use resolved link config in mac_link_up()Jose Abreu2020-03-091-33/+33
* | net: stmmac: Fallback to dev_fwnode() if neededJose Abreu2020-03-091-0/+3
* | net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu2020-03-091-8/+5
* | net: stmmac: selftests: Do not fail if PHY is not attachedJose Abreu2020-03-091-1/+1
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-2/+7
* | stmmac: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-14/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-5/+8
|\|
| * net: stmmac: fix notifier registrationAaro Koskinen2020-02-261-5/+8
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
* | net: ethernet: stmmac: don't warn about missing optional wakeup IRQAhmad Fatoum2020-02-241-1/+1
* | net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum2020-02-242-2/+2
* | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-2/+2
* | net: stmmac: Get rid of custom STMMAC_DEVICE() macroAndy Shevchenko2020-02-171-20/+15
|/
* net: stmmac: update pci platform data to use phy_interfaceVoon Weifeng2020-02-071-6/+8
* net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min2020-02-071-1/+1
* net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish2020-02-071-1/+1