summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu2019-02-212-6/+6
* net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu2019-02-211-17/+7
* net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu2019-02-212-52/+68
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-13/+18
|\
| * net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-181-10/+12
| * net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-171-3/+6
* | net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue2019-02-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-8/+23
|\ \ | |/
| * net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-01-301-3/+3
| * net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-01-301-1/+10
| * net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-01-301-4/+10
* | net: stmmac: fix ptp timestamping on Rx on gmac4Ilias Apalodimas2019-02-062-18/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-1/+3
|\ \ | |/
| * net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-271-1/+3
* | net: stmmac: Fix return value check in qcom_ethqos_probe()Wei Yongjun2019-01-241-2/+2
* | net: stmmac: Add driver for Qualcomm ethqosVinod Koul2019-01-223-0/+556
* | net: stmmac: implement the SIOCGHWTSTAMP ioctlArtem Panfilov2019-01-222-5/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-164-28/+41
|\
| * net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu2019-01-111-13/+14
| * net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu2019-01-111-12/+12
| * net: stmmac: Check if CBS is supported before configuringJose Abreu2019-01-111-0/+2
| * net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu2019-01-111-3/+3
| * net: stmmac: Fix PCI module removal leakJose Abreu2019-01-111-0/+10
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-24/+16
|/
* net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * net: stmmac: Fix an error code in probe()Dan Carpenter2018-12-181-0/+1
* | net-next: stmmac: dwmac-mediatek: remove fine-tune propertyBiao Huang2018-12-191-47/+24
* | net-next: stmmac: dwmac-mediatek: add module license infoBiao Huang2018-12-121-0/+5
* | stmmac: dwmac-mediatek: add support for mt2712Biao Huang2018-12-123-0/+417
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-10/+13
|\ \ | |/
| * net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding2018-11-301-10/+13
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-031-30/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-114-4/+5
|\ \ | |/
| * net: stmmac: Fix RX packet size > 8191Thor Thayer2018-11-084-4/+5
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-4/+8
|/
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-10-311-1/+1
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-2/+10
|\
| * net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold2018-10-231-2/+10
* | net: stmmac: Set OWN bit for jumbo framesThor Thayer2018-10-221-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-108/+148
|\ \
| * | net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu2018-09-181-2/+3
| * | net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu2018-09-183-106/+145
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-3/+2
|\ \ \ | |/ /
| * | stmmac: fix valid numbers of unicast filter entriesJongsung Kim2018-09-161-3/+2
* | | net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-121-4/+8
* | | net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-2/+1
* | | net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu2018-09-081-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-043-6/+2
|\ \ \ | |/ /
OpenPOWER on IntegriCloud