summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe2018-06-081-5/+5
* net: stmmac: Add Flexible PPS supportJose Abreu2018-06-0410-3/+145
* net: stmmac: add dwmac-4.20a compatibleChristophe Roullier2018-05-281-1/+2
* net: ethernet: stmmac: add adaptation for stm32mp157c.Christophe Roullier2018-05-281-15/+252
* net: stmmac: Use mutex instead of spinlockThierry Reding2018-05-283-24/+21
* net: stmmac: Populate missing callbacks in HWIF initializationJose Abreu2018-05-181-16/+22
* net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu2018-05-181-12/+11
* net: stmmac: Let descriptor code get skbuff addressJose Abreu2018-05-185-5/+23
* net: stmmac: Uniformize set_rx_owner()Jose Abreu2018-05-185-13/+10
* net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu2018-05-182-6/+2
* net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu2018-05-186-61/+85
* net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu2018-05-183-8/+39
* net: stmmac: Remove uneeded checks for GMAC versionJose Abreu2018-05-181-11/+5
* net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu2018-05-185-86/+86
* net: stmmac: Let descriptor code clear the descriptorJose Abreu2018-05-185-8/+26
* net: stmmac: Let descriptor code set skbuff addressJose Abreu2018-05-185-19/+29
* net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu2018-05-182-1/+5
* net: stmmac: Enable OSP for GMAC4Jose Abreu2018-05-181-0/+4
* net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-17/+7
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-4/+1
* net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai2018-05-141-0/+17
* net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai2018-05-141-9/+23
* net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai2018-05-141-1/+49
* net: stmmac: dwmac-sun8i: Use regmap_field for syscon register accessChen-Yu Tsai2018-05-141-11/+31
* net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu2018-05-1012-3/+636
* net: stmmac: Avoid VLA usageKees Cook2018-05-021-1/+5
* net: stmmac: dwmac-meson: extend phy mode settingYixun Lan2018-05-011-16/+104
* net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu2018-04-2311-164/+279
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-213-9/+7
|\
| * net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2018-04-193-9/+7
* | net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu2018-04-165-58/+68
* | net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu2018-04-165-50/+56
* | net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu2018-04-166-188/+235
* | net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu2018-04-164-145/+172
* | net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu2018-04-168-136/+195
|/
* net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoCMartin Blumenstingl2018-03-311-2/+3
* net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu2018-03-3010-3/+494
* net: stmmac: Rework and fix TX Timeout codeJose Abreu2018-03-302-5/+73
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-13/+13
* net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fieldsNiklas Cassel2018-02-271-0/+2
* net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel2018-02-271-0/+5
* net: stmmac: use correct barrier between coherent memory and MMIONiklas Cassel2018-02-271-2/+2
* net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel2018-02-271-1/+8
* net: stmmac: honor error code from stmmac_dt_phy()Niklas Cassel2018-02-201-2/+3
* net: stmmac: add error handling in stmmac_mtl_setup()Niklas Cassel2018-02-201-5/+24
* net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel2018-02-201-1/+1
* net: stmmac: rename dwmac4_tx_queue_routing() to match realityNiklas Cassel2018-02-201-3/+3
* net: stmmac: WARN if tx_skbuff entries are reused before clearedNiklas Cassel2018-02-201-0/+5
* net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()Niklas Cassel2018-02-201-3/+0
* net: stmmac: set MSS for each tx DMA channelNiklas Cassel2018-02-202-9/+6
OpenPOWER on IntegriCloud