summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang2020-04-041-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-311-8/+16
* net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng2020-03-311-0/+75
* net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng2020-03-314-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-262-5/+11
|\
| * net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing2020-03-221-1/+1
| * net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs2020-03-151-4/+10
* | net: sched: rename more stats_typesJakub Kicinski2020-03-241-2/+2
* | net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset()Dejin Zheng2020-03-201-6/+1
* | net: stmmac: Add support for Enterprise MAC versionJose Abreu2020-03-185-1/+173
* | net: stmmac: Add XLGMII supportJose Abreu2020-03-182-0/+64
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-182-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-131-1/+2
|\|
| * net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel2020-03-091-1/+2
* | net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu2020-03-121-0/+2
* | net: stmmac: Integrate it with DesignWare XPCSJose Abreu2020-03-105-2/+57
* | net: stmmac: Use resolved link config in mac_link_up()Jose Abreu2020-03-101-33/+33
* | net: stmmac: Fallback to dev_fwnode() if neededJose Abreu2020-03-101-0/+3
* | net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu2020-03-101-8/+5
* | net: stmmac: selftests: Do not fail if PHY is not attachedJose Abreu2020-03-101-1/+1
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-091-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-281-5/+8
|\|
| * net: stmmac: fix notifier registrationAaro Koskinen2020-02-271-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-251-1/+1
* | net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum2020-02-252-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
* net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong2020-02-071-2/+6
* net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min2020-02-071-3/+4
* net: stmmac: fix a possible endless loopDejin Zheng2020-02-071-0/+1
* net: stmmac: Delete txtimer in suspend()Nicolin Chen2020-02-041-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-3/+3
|\
| * net: stmmac: platform: fix probe for ACPI devicesAjay Gupta2020-01-251-3/+3
* | net: stmmac: modified pcs mode support for RGMIIDejin Zheng2020-01-201-11/+6
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-16/+40
|\|
| * net: stmmac: selftests: Guard VLAN Perfect test against non supported HWJose Abreu2020-01-151-0/+6
| * net: stmmac: selftests: Mark as fail when received VLAN ID != expectedJose Abreu2020-01-151-1/+5
| * net: stmmac: selftests: Make it work in Synopsys AXS101 boardsJose Abreu2020-01-151-9/+11
| * net: stmmac: tc: Do not setup flower filtering if RSS is enabledJose Abreu2020-01-101-0/+4