summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2019-10-29net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang
2019-05-16net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding
2019-05-08net: stmmac: ratelimit RX error logsAaro Koskinen
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul
2019-04-20net: stmmac: Set dma ring length before enabling the DMALars Persson
2019-04-03stmmac: copy unicast mac address to MAC registersBhadram Varka
2019-03-13net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-03-13net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-03-05net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu
2019-03-05net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli
2019-01-31net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu
2018-10-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu
2018-08-03NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev
2018-07-22stmmac: fix DMA channel hang in half-duplex modeBhadram Varka
2018-05-30net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel
2018-05-30net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel
2018-05-30net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel
2018-03-03net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet
2017-12-17stmmac: reset last TSO segment size after device openLars Persson
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger
2017-10-22net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu
2017-10-22net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu
2017-07-19NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev
2017-07-11net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel
2017-06-20net: stmmac: enable TSO for IPv6Niklas Cassel
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-09stmmac: fix for hw timestamp of GMAC3 unitMario Molitor
2017-06-09stmmac: fix ptp header for GMAC3 hw timestampMario Molitor
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: stmmac: fix a broken u32 less than zero checkColin Ian King
2017-06-06net: stmmac: fix completely hung TX when using TSONiklas Cassel
2017-06-06net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin
2017-05-25net-next: stmmac: Convert old_link to boolLABBE Corentin
2017-05-25net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin
2017-05-25net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin
2017-05-25net-next: stmmac: Convert new_state to boolLABBE Corentin
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-05-15net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto