aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-28/+41
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-24/+16
2018-12-27net: stmicro: fix a missing check of clk_prepareKangjie Lu1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-19net-next: stmmac: dwmac-mediatek: remove fine-tune propertyBiao Huang1-47/+24
2018-12-18net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2018-12-12net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang1-0/+5
2018-12-12stmmac: dwmac-mediatek: add support for mt2712Biao Huang3-0/+417
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-12-03net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-30/+4
2018-11-30net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+5
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-4/+8
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-10-31net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+10
2018-10-23net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold1-2/+10
2018-10-22net: stmmac: Set OWN bit for jumbo framesThor Thayer1-2/+2
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-108/+148
2018-09-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu1-2/+3
2018-09-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu3-106/+145
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-09-16stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-4/+8
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2018-09-08net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu1-3/+3
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+2
2018-09-01net: stmmac: Add CBS support in XGMAC2Jose Abreu4-2/+50
2018-08-29net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen1-1/+1
2018-08-29Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2-5/+1
2018-08-25Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven1-5/+5
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-3/+2
2018-08-13net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-08-09net: stmmac: Add the bindings parsing for XGMAC2Jose Abreu2-0/+8
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu1-19/+48
2018-08-09net: stmmac: Add PTP support for XGMAC2Jose Abreu3-4/+7
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu1-4/+129
2018-08-09net: stmmac: Add descriptor related callbacks for XGMAC2Jose Abreu5-2/+314
2018-08-09net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu5-2/+471
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu6-3/+519
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu2-8/+37
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+39
2018-08-01net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1