summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-22net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu1-0/+1
2017-10-13net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...Emiliano Ingrassia1-1/+1
2017-10-04net: stmmac: dwmac-rk: Add RK3128 GMAC supportDavid Wu1-0/+112
2017-09-28net: stmmac: dwmac4: Re-enable MAC Rx before powering downEd Blake1-0/+7
2017-09-28net: stmmac: dwc-qos: Add suspend / resume supportEd Blake1-0/+1
2017-09-22net: stmmac: Cocci spatch "of_table"Thomas Meyer1-0/+1
2017-09-06net: stmmac: Delete dead code for MDIO registrationRomain Perier1-16/+0
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+4
2017-08-29net: stmmac: constify clk_div_tableArvind Yadav1-1/+1
2017-08-29net: stmmac: sun8i: Remove the compatiblesMaxime Ripard1-8/+0
2017-08-24net: stmmac: socfgpa: Ensure emac bit set in sys manager for MII/GMII/SGMII.Stephan Gatzka1-1/+4
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-08-22net: ethernet: stmmac: dwmac-rk: Add rv1108 gmac supportDavid Wu1-0/+53
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2017-08-12net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier1-5/+4
2017-08-12net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328David Wu1-3/+23
2017-08-12net: stmmac: dwmac-rk: Add integrated PHY support for rk3228David Wu1-0/+12
2017-08-12net: stmmac: dwmac-rk: Add integrated PHY supportDavid Wu1-4/+95
2017-08-12net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()David Wu1-3/+0
2017-08-07net: stmmac: Add Adaptrum Anarion GMAC glue layerAlexandru Gagniuc3-0/+162
2017-07-25net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer4-2/+10
2017-07-19NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev1-1/+8