summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding2019-05-161-10/+13
* net: stmmac: ratelimit RX error logsAaro Koskinen2019-05-081-6/+8
* 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
* 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: Disable ACS Feature for GMAC >= 4Jose Abreu2019-03-051-1/+6
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2019-03-051-1/+1
* net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu2019-01-311-2/+20
* net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu2018-10-181-3/+5
* 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: Fix bad RX timestamp extractionFredrik Hallenberg2018-03-031-1/+1
* 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
* stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger2017-10-221-1/+2
* 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
* NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
* net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet2017-07-111-6/+6
* net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-4/+16
|\
| * net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel2017-06-201-4/+16
* | net: stmmac: enable TSO for IPv6Niklas Cassel2017-06-201-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-8/+17
|\|
| * stmmac: fix for hw timestamp of GMAC3 unitMario Molitor2017-06-091-5/+5
| * stmmac: fix ptp header for GMAC3 hw timestampMario Molitor2017-06-091-3/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-3/+4
|\|
| * net: stmmac: fix a broken u32 less than zero checkColin Ian King2017-06-061-1/+1
| * net: stmmac: fix completely hung TX when using TSONiklas Cassel2017-06-061-1/+1
| * net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King2017-06-061-1/+2
* | net-next: stmmac: Add dwmac-sun8iLABBE Corentin2017-06-011-0/+15
* | net-next: stmmac: add optional setup functionLABBE Corentin2017-06-011-1/+3
* | net-next: stmmac: rework the speed selectionLABBE Corentin2017-05-251-17/+4
* | net-next: stmmac: Convert old_link to boolLABBE Corentin2017-05-251-4/+4
* | net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin2017-05-251-3/+3
* | net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin2017-05-251-1/+1
* | net-next: stmmac: Convert new_state to boolLABBE Corentin2017-05-251-5/+5
* | net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar2017-05-211-4/+2
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel2017-05-151-1/+1
* net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel2017-04-131-2/+3
* net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto2017-04-111-2/+2
* net: stmmac: adding multiple napi mechanismJoao Pinto2017-04-071-39/+119
* net: stmmac: adding multiple buffers for TXJoao Pinto2017-04-071-208/+311