aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier1-1/+29
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-02-21net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu2-6/+6
2019-02-21net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu1-17/+7
2019-02-21net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu2-52/+68
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+18
2019-02-18net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-02-17net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-16net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+23
2019-02-06net: stmmac: fix ptp timestamping on Rx on gmac4Ilias Apalodimas2-18/+16
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-01-27net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-01-24net: stmmac: Fix return value check in qcom_ethqos_probe()Wei Yongjun1-2/+2
2019-01-22net: stmmac: Add driver for Qualcomm ethqosVinod Koul3-0/+556
2019-01-22net: stmmac: implement the SIOCGHWTSTAMP ioctlArtem Panfilov2-5/+33
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