summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2020-04-04net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang1-1/+1
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu1-0/+11
2020-04-01net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu1-5/+12
2020-03-31net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng1-8/+16
2020-03-31net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng1-0/+75
2020-03-31net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng4-313/+519
2020-03-30net: stmmac: Add support for VLAN Rx filteringWong Vee Khee5-0/+245
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+11
2020-03-24net: sched: rename more stats_typesJakub Kicinski1-2/+2
2020-03-22net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing1-1/+1
2020-03-20net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset()Dejin Zheng1-6/+1
2020-03-18net: stmmac: Add support for Enterprise MAC versionJose Abreu5-1/+173
2020-03-18net: stmmac: Add XLGMII supportJose Abreu2-0/+64
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2-3/+3
2020-03-16net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng1-11/+4
2020-03-16net: stmmac: use readl_poll_timeout() function in init_systime()Dejin Zheng1-11/+4
2020-03-15net: stmmac: platform: convert to devm_platform_ioremap_resourceDejin Zheng1-4/+1
2020-03-15net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs1-4/+10
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-12net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-10net: stmmac: Integrate it with DesignWare XPCSJose Abreu5-2/+57
2020-03-10net: stmmac: Use resolved link config in mac_link_up()Jose Abreu1-33/+33
2020-03-10net: stmmac: Fallback to dev_fwnode() if neededJose Abreu1-0/+3
2020-03-10net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu1-8/+5
2020-03-10net: stmmac: selftests: Do not fail if PHY is not attachedJose Abreu1-1/+1
2020-03-09net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-2/+7
2020-03-05stmmac: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+8
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-02-27net: stmmac: fix notifier registrationAaro Koskinen1-5/+8
2020-02-25net: ethernet: stmmac: don't warn about missing optional wakeup IRQAhmad Fatoum1-1/+1
2020-02-25net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum2-2/+2
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas1-2/+2
2020-02-18net: stmmac: Get rid of custom STMMAC_DEVICE() macroAndy Shevchenko1-20/+15
2020-02-07net: stmmac: update pci platform data to use phy_interfaceVoon Weifeng1-6/+8
2020-02-07net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min1-1/+1
2020-02-07net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish1-1/+1
2020-02-07net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong1-2/+6
2020-02-07net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min1-3/+4
2020-02-07net: stmmac: fix a possible endless loopDejin Zheng1-0/+1
2020-02-04net: stmmac: Delete txtimer in suspend()Nicolin Chen1-0/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-01-25net: stmmac: platform: fix probe for ACPI devicesAjay Gupta1-3/+3
2020-01-20net: stmmac: modified pcs mode support for RGMIIDejin Zheng1-11/+6
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+40
2020-01-16net: stmmac: selftests: Guard VLAN Perfect test against non supported HWJose Abreu1-0/+6
2020-01-16net: stmmac: selftests: Mark as fail when received VLAN ID != expectedJose Abreu1-1/+5
2020-01-16net: stmmac: selftests: Make it work in Synopsys AXS101 boardsJose Abreu1-9/+11
2020-01-14net: stmmac: selftests: Add a test for TBS featureJose Abreu1-0/+71