aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-03stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+7
2017-10-28stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+9
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger1-1/+2
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-14net: stmmac: Disable flow ctrl for RX AVB queues and really enable TX AVB queuesJose Abreu1-6/+15
2017-10-14net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu1-2/+20
2017-09-21drivers: net: stmmac: use setup_timer() helper.Allen Pais1-3/+1
2017-07-19NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev1-1/+8
2017-07-11net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet1-6/+6
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet1-1/+1
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2017-06-20net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel1-4/+16
2017-06-20net: stmmac: enable TSO for IPv6Niklas Cassel1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+17
2017-06-09stmmac: fix for hw timestamp of GMAC3 unitMario Molitor1-5/+5
2017-06-09stmmac: fix ptp header for GMAC3 hw timestampMario Molitor1-3/+12
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-06-06net: stmmac: fix a broken u32 less than zero checkColin Ian King1-1/+1
2017-06-06net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1
2017-06-06net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King1-1/+2
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin1-0/+15
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin1-1/+3
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin1-17/+4
2017-05-25net-next: stmmac: Convert old_link to boolLABBE Corentin1-4/+4
2017-05-25net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin1-3/+3
2017-05-25net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin1-1/+1
2017-05-25net-next: stmmac: Convert new_state to boolLABBE Corentin1-5/+5
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-4/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-15net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel1-1/+1
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-2/+3
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto1-39/+119
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto1-208/+311
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto1-172/+285
2017-04-07net: stmmac: break some functions into RX and TX scopesJoao Pinto1-86/+266
2017-04-05net: stmmac: rx queue to dma channel mapping fixJoao Pinto1-1/+1
2017-04-02net: stmmac: fix cbs configurationJoao Pinto1-1/+2
2017-03-30Revert "net: stmmac: enable multiple buffers"LABBE Corentin1-889/+417
2017-03-28stmmac: use netif_set_real_num_{rx,tx}_queuesArnd Bergmann1-2/+2
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin1-7/+4
2017-03-22net: stmmac: fix dma operation mode config for older versionsJoao Pinto1-3/+3
2017-03-22net: stmmac: Always enable MAC RX queuesThierry Reding1-1/+1
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto1-0/+25
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto1-0/+48
2017-03-21net: stmmac: enable multiple buffersJoao Pinto1-417/+889