aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+2
2020-05-05net: stmmac: Remove unused inline function stmmac_rx_threshold_countYueHaibing1-9/+0
2020-05-04net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King1-1/+1
2020-05-04stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov1-6/+1
2020-05-01net: ethernet: stmmac: simplify phy modes management for stm32Christophe Roullier1-30/+44
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko1-1/+3
2020-04-30stmmac: intel: Place object in the Makefile according to the orderAndy Shevchenko1-2/+2
2020-04-30stmmac: intel: Fix indentation to put on one line affected codeAndy Shevchenko1-60/+32
2020-04-30stmmac: intel: Eliminate useless conditions and variablesAndy Shevchenko1-12/+2
2020-04-30stmmac: intel: Convert to use pci_alloc_irq_vectors() APIAndy Shevchenko1-3/+8
2020-04-30stmmac: intel: Remove unnecessary loop for PCI BARsAndy Shevchenko1-18/+5
2020-04-30stmmac: intel: Fix clock handling on error and remove pathsAndy Shevchenko2-9/+16
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko1-1/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-7/+250
2020-04-22net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt3-0/+69
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng3-0/+235
2020-04-20net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock arrayMarc Zyngier1-0/+1
2020-04-18net: stmmac: Fix sub-second incrementJulien Beraud1-4/+8
2020-04-18net: stmmac: fix enabling socfpga's ptp_ref_clockJulien Beraud1-3/+6
2020-04-16net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizesFlorian Fainelli1-0/+2
2020-04-14net: stmmac: socfpga: Allow all RGMII modesAtsushi Nemoto1-0/+2
2020-04-03net: 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-30net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng1-8/+16
2020-03-30net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng1-0/+75
2020-03-30net: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+11
2020-03-23net: sched: rename more stats_typesJakub Kicinski1-2/+2
2020-03-21net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing1-1/+1
2020-03-19net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset()Dejin Zheng1-6/+1
2020-03-17net: stmmac: Add support for Enterprise MAC versionJose Abreu5-1/+173
2020-03-17net: stmmac: Add XLGMII supportJose Abreu2-0/+64
2020-03-17net: 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-14net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs1-4/+10
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-11net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-09net: stmmac: Integrate it with DesignWare XPCSJose Abreu5-2/+57
2020-03-09net: stmmac: Use resolved link config in mac_link_up()Jose Abreu1-33/+33
2020-03-09net: stmmac: Fallback to dev_fwnode() if neededJose Abreu1-0/+3
2020-03-09net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu1-8/+5
2020-03-09net: stmmac: selftests: Do not fail if PHY is not attachedJose Abreu1-1/+1
2020-03-08net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2020-03-08flow_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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+8