summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-27net: stmicro: fix a missing check of clk_prepareKangjie Lu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net-next: stmmac: dwmac-mediatek: remove fine-tune propertyBiao Huang
2018-12-18net: stmmac: Fix an error code in probe()Dan Carpenter
2018-12-12net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang
2018-12-12stmmac: dwmac-mediatek: add support for mt2712Biao Huang
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-12-03net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-11-30net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer
2018-10-31net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold
2018-10-22net: stmmac: Set OWN bit for jumbo framesThor Thayer
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu
2018-09-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-16stmmac: fix valid numbers of unicast filter entriesJongsung Kim
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-09-08net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-01net: stmmac: Add CBS support in XGMAC2Jose Abreu
2018-08-29net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen
2018-08-29Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet
2018-08-25Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-13net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann
2018-08-09net: stmmac: Add the bindings parsing for XGMAC2Jose Abreu
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu
2018-08-09net: stmmac: Add PTP support for XGMAC2Jose Abreu
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu
2018-08-09net: stmmac: Add descriptor related callbacks for XGMAC2Jose Abreu
2018-08-09net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01net: stmmac: Fix WoL for PCI-based setupsJose Abreu
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev