summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac
AgeCommit message (Expand)Author
2019-03-12net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu
2019-03-08net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor
2019-03-08net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor
2019-02-21net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu
2019-02-21net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu
2019-02-21net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18net: stmmac: Fix a race in EEE enable callbackJose Abreu
2019-02-17net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue
2019-02-16net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06net: stmmac: fix ptp timestamping on Rx on gmac4Ilias Apalodimas
2019-01-30net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-01-30net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-01-30net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov
2019-01-24net: stmmac: Fix return value check in qcom_ethqos_probe()Wei Yongjun
2019-01-22net: stmmac: Add driver for Qualcomm ethqosVinod Koul
2019-01-22net: stmmac: implement the SIOCGHWTSTAMP ioctlArtem Panfilov
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