aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18net: stmmac: Populate missing callbacks in HWIF initializationJose Abreu1-16/+22
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu1-12/+11
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu5-5/+23
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu5-13/+10
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu2-6/+2
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu6-61/+85
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu3-8/+39
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu1-11/+5
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu5-86/+86
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu5-8/+26
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu5-19/+29
2018-05-18net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu2-1/+5
2018-05-18net: stmmac: Enable OSP for GMAC4Jose Abreu1-0/+4
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing1-17/+7
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-4/+1
2018-05-14net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai1-0/+17
2018-05-14net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai1-9/+23
2018-05-14net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai1-1/+49
2018-05-14net: stmmac: dwmac-sun8i: Use regmap_field for syscon register accessChen-Yu Tsai1-11/+31
2018-05-10net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu12-3/+636
2018-05-02net: stmmac: Avoid VLA usageKees Cook1-1/+5
2018-05-01net: stmmac: dwmac-meson: extend phy mode settingYixun Lan1-16/+104
2018-04-23net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu11-164/+279
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+7
2018-04-19net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu3-9/+7
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu5-58/+68
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu5-50/+56
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu6-188/+235
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu4-145/+172
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu8-136/+195
2018-03-31net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoCMartin Blumenstingl1-2/+3
2018-03-30net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu10-3/+494
2018-03-30net: stmmac: Rework and fix TX Timeout codeJose Abreu2-5/+73
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-13/+13
2018-02-27net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fieldsNiklas Cassel1-0/+2
2018-02-27net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel1-0/+5
2018-02-27net: stmmac: use correct barrier between coherent memory and MMIONiklas Cassel1-2/+2
2018-02-27net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel1-1/+8
2018-02-20net: stmmac: honor error code from stmmac_dt_phy()Niklas Cassel1-2/+3
2018-02-20net: stmmac: add error handling in stmmac_mtl_setup()Niklas Cassel1-5/+24
2018-02-20net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel1-1/+1
2018-02-20net: stmmac: rename dwmac4_tx_queue_routing() to match realityNiklas Cassel1-3/+3
2018-02-20net: stmmac: WARN if tx_skbuff entries are reused before clearedNiklas Cassel1-0/+5
2018-02-20net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()Niklas Cassel1-3/+0
2018-02-20net: stmmac: set MSS for each tx DMA channelNiklas Cassel2-9/+6
2018-02-19net: stmmac: dwmac-meson8b: make the clock configurations privateMartin Blumenstingl1-21/+24
2018-02-19net: stmmac: dwmac-meson8b: only keep struct device aroundMartin Blumenstingl1-10/+9
2018-02-19net: stmmac: dwmac-meson8b: simplify clock registrationMartin Blumenstingl1-91/+65
2018-02-09net: stmmac: remove redundant enable of PMT irqNiklas Cassel2-4/+1
2018-02-09net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel2-3/+3