summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2019-06-09net: stmmac: fix reset gpio free missingJisheng Zhang1-1/+2
2019-05-16net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe1-0/+2
2019-05-16net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2019-05-08net: stmmac: don't log oversized framesAaro Koskinen1-2/+0
2019-05-08net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-05-08net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-05-08net: stmmac: ratelimit RX error logsAaro Koskinen1-6/+8
2019-05-02stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng1-2/+6
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-2/+2
2019-04-20net: stmmac: Set dma ring length before enabling the DMALars Persson1-3/+3
2019-04-03net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3
2019-04-03stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2019-03-14net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-03-14net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-03-14net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-03-14net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-03-05net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu3-9/+7
2019-03-05net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli6-7/+39
2019-02-27net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-02-23net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-23net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-01-31net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu3-9/+31
2018-11-27net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-11-04net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-11-04net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-10-18stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2
2018-10-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu1-3/+5
2018-08-24net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2-5/+15
2018-08-06net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-08-03NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-07-22stmmac: fix DMA channel hang in half-duplex modeBhadram Varka1-0/+10
2018-05-30net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel1-1/+1
2018-05-30net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel1-1/+8
2018-05-30net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel1-0/+5
2018-04-26net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel1-2/+4
2018-04-26net: stmmac: dwmac-meson8b: propagate rate changes to the parent clockMartin Blumenstingl1-1/+1
2018-04-26net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8bMartin Blumenstingl1-1/+3
2018-03-03net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg5-6/+8
2018-03-03net: stmmac: Fix TX timestamp calculationFredrik Hallenberg1-2/+4
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet1-0/+6
2017-12-17stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+8
2017-11-03stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka1-8/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27net: stmmac: First Queue must always be in DCB modeJose Abreu1-0/+7
2017-10-27net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu1-1/+1
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger1-1/+2
2017-10-22net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu1-1/+1
2017-10-22net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu1-7/+6