summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: stmmac: adding multiple buffers for rxJoao Pinto2017-04-071-172/+285
* net: stmmac: break some functions into RX and TX scopesJoao Pinto2017-04-071-86/+266
* net: stmmac: rx queue to dma channel mapping fixJoao Pinto2017-04-051-1/+1
* net: stmmac: fix cbs configurationJoao Pinto2017-04-021-1/+2
* Revert "net: stmmac: enable multiple buffers"LABBE Corentin2017-03-301-889/+417
* stmmac: use netif_set_real_num_{rx,tx}_queuesArnd Bergmann2017-03-281-2/+2
* net: stmmac: add set_mac to the stmmac_opsLABBE Corentin2017-03-241-7/+4
* net: stmmac: fix dma operation mode config for older versionsJoao Pinto2017-03-221-3/+3
* net: stmmac: Always enable MAC RX queuesThierry Reding2017-03-221-1/+1
* net: stmmac: RX queue routing configurationJoao Pinto2017-03-211-0/+25
* net: stmmac: TX and RX queue priority configurationJoao Pinto2017-03-211-0/+48
* net: stmmac: enable multiple buffersJoao Pinto2017-03-211-417/+889
* net: stmmac: stmmac interrupt treatment prepared for multiple queuesJoao Pinto2017-03-151-8/+20
* net: stmmac: tso init prepared for multiple queuesJoao Pinto2017-03-151-2/+6
* net: stmmac: dma channel init prepared for multiple queuesJoao Pinto2017-03-151-11/+40
* net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto2017-03-151-8/+24
* net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto2017-03-151-1/+2
* net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto2017-03-151-21/+30
* net: stmmac: prepare stmmac_tx_err for multiple queuesJoao Pinto2017-03-151-4/+5
* net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto2017-03-151-11/+97
* net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto2017-03-151-6/+7
* net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto2017-03-151-18/+64
OpenPOWER on IntegriCloud