summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe2019-05-161-0/+2
* net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding2019-05-161-10/+13
* net: stmmac: don't log oversized framesAaro Koskinen2019-05-081-2/+0
* net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen2019-05-081-0/+5
* net: stmmac: don't overwrite discard_frame statusAaro Koskinen2019-05-081-3/+4
* net: stmmac: ratelimit RX error logsAaro Koskinen2019-05-081-6/+8
* stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng2019-05-021-2/+6
* net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul2019-05-021-2/+2
* net: stmmac: Set dma ring length before enabling the DMALars Persson2019-04-201-3/+3
* net: stmmac: fix memory corruption with large MTUsAaro Koskinen2019-04-031-2/+3
* stmmac: copy unicast mac address to MAC registersBhadram Varka2019-04-031-1/+15
* net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu2019-03-131-3/+3
* net: stmmac: Send TSO packets always from Queue 0Jose Abreu2019-03-131-1/+10
* net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2019-03-131-4/+10
* net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-03-131-1/+3
* net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2019-03-053-9/+7
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2019-03-056-7/+39
* net: stmmac: Fix PCI module removal leakJose Abreu2019-02-271-0/+10
* net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-231-3/+6
* net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-231-10/+12
* net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu2019-01-313-9/+31
* net: stmmac: Fix RX packet size > 8191Thor Thayer2018-11-274-4/+5
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-11-041-1/+1
* net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann2018-11-041-2/+2
* stmmac: fix valid numbers of unicast filter entriesJongsung Kim2018-10-181-3/+2
* net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu2018-10-181-3/+5
* net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2018-08-242-5/+15
* net: stmmac: Fix WoL for PCI-based setupsJose Abreu2018-08-061-2/+38
* NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-08-031-1/+1
* stmmac: fix DMA channel hang in half-duplex modeBhadram Varka2018-07-221-0/+10
* net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel2018-05-301-1/+1
* net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel2018-05-301-1/+8
* net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel2018-05-301-0/+5
* net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel2018-04-261-2/+4
* net: stmmac: dwmac-meson8b: propagate rate changes to the parent clockMartin Blumenstingl2018-04-261-1/+1
* net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8bMartin Blumenstingl2018-04-261-1/+3
* net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg2018-03-035-6/+8
* net: stmmac: Fix TX timestamp calculationFredrik Hallenberg2018-03-031-2/+4
* net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2018-01-171-0/+6
* stmmac: reset last TSO segment size after device openLars Persson2017-12-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-8/+8
|\
| * stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka2017-11-031-8/+8
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: stmmac: First Queue must always be in DCB modeJose Abreu2017-10-271-0/+7
* | net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu2017-10-271-1/+1
|/
* stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger2017-10-221-1/+2
* net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu2017-10-221-1/+1
* net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu2017-10-221-7/+6
* net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu2017-10-221-0/+1