index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stmmac: Don't access tx_q->dirty_tx before netif_tx_lock
Bernd Edlinger
2017-10-22
1
-1
/
+2
*
net: stmmac: Fix stmmac_get_rx_hwtstamp()
Jose Abreu
2017-10-22
1
-7
/
+6
*
net: stmmac: Add missing call to dev_kfree_skb()
Jose Abreu
2017-10-22
1
-0
/
+1
*
NET: dwmac: Make dwmac reset unconditional
Eugeniy Paltsev
2017-07-19
1
-1
/
+8
*
net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closer
Christophe Jaillet
2017-07-11
1
-6
/
+6
*
net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'
Christophe Jaillet
2017-07-11
1
-1
/
+1
*
net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'
Christophe Jaillet
2017-07-11
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-4
/
+16
|
\
|
*
net: stmmac: free an skb first when there are no longer any descriptors using it
Niklas Cassel
2017-06-20
1
-4
/
+16
*
|
net: stmmac: enable TSO for IPv6
Niklas Cassel
2017-06-20
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-8
/
+17
|
\
|
|
*
stmmac: fix for hw timestamp of GMAC3 unit
Mario Molitor
2017-06-09
1
-5
/
+5
|
*
stmmac: fix ptp header for GMAC3 hw timestamp
Mario Molitor
2017-06-09
1
-3
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-07
1
-3
/
+4
|
\
|
|
*
net: stmmac: fix a broken u32 less than zero check
Colin Ian King
2017-06-06
1
-1
/
+1
|
*
net: stmmac: fix completely hung TX when using TSO
Niklas Cassel
2017-06-06
1
-1
/
+1
|
*
net: stmmac: ensure jumbo_frm error return is correctly checked for -ve value
Colin Ian King
2017-06-06
1
-1
/
+2
*
|
net-next: stmmac: Add dwmac-sun8i
LABBE Corentin
2017-06-01
1
-0
/
+15
*
|
net-next: stmmac: add optional setup function
LABBE Corentin
2017-06-01
1
-1
/
+3
*
|
net-next: stmmac: rework the speed selection
LABBE Corentin
2017-05-25
1
-17
/
+4
*
|
net-next: stmmac: Convert old_link to bool
LABBE Corentin
2017-05-25
1
-4
/
+4
*
|
net-next: stmmac: use SPEED_xxx instead of raw value
LABBE Corentin
2017-05-25
1
-3
/
+3
*
|
net-next: stmmac: Remove unnecessary parenthesis
LABBE Corentin
2017-05-25
1
-1
/
+1
*
|
net-next: stmmac: Convert new_state to bool
LABBE Corentin
2017-05-25
1
-5
/
+5
*
|
net: ethernet: update drivers to make both SW and HW TX timestamps
Miroslav Lichvar
2017-05-21
1
-4
/
+2
*
|
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
2017-05-21
1
-0
/
+1
|
/
*
net: stmmac: use correct pointer when printing normal descriptor ring
Niklas Cassel
2017-05-15
1
-1
/
+1
*
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
2017-04-13
1
-2
/
+3
*
net: stmmac: use netif_set_real_num_{rx,tx}_queues
Joao Pinto
2017-04-12
1
-2
/
+2
*
net: stmmac: adding multiple napi mechanism
Joao Pinto
2017-04-07
1
-39
/
+119
*
net: stmmac: adding multiple buffers for TX
Joao Pinto
2017-04-07
1
-208
/
+311
*
net: stmmac: adding multiple buffers for rx
Joao Pinto
2017-04-07
1
-172
/
+285
*
net: stmmac: break some functions into RX and TX scopes
Joao Pinto
2017-04-07
1
-86
/
+266
*
net: stmmac: rx queue to dma channel mapping fix
Joao Pinto
2017-04-05
1
-1
/
+1
*
net: stmmac: fix cbs configuration
Joao Pinto
2017-04-03
1
-1
/
+2
*
Revert "net: stmmac: enable multiple buffers"
LABBE Corentin
2017-03-30
1
-889
/
+417
*
stmmac: use netif_set_real_num_{rx,tx}_queues
Arnd Bergmann
2017-03-29
1
-2
/
+2
*
net: stmmac: add set_mac to the stmmac_ops
LABBE Corentin
2017-03-24
1
-7
/
+4
*
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
2017-03-22
1
-3
/
+3
*
net: stmmac: Always enable MAC RX queues
Thierry Reding
2017-03-22
1
-1
/
+1
*
net: stmmac: RX queue routing configuration
Joao Pinto
2017-03-22
1
-0
/
+25
*
net: stmmac: TX and RX queue priority configuration
Joao Pinto
2017-03-22
1
-0
/
+48
*
net: stmmac: enable multiple buffers
Joao Pinto
2017-03-22
1
-417
/
+889
*
net: stmmac: stmmac interrupt treatment prepared for multiple queues
Joao Pinto
2017-03-15
1
-8
/
+20
*
net: stmmac: tso init prepared for multiple queues
Joao Pinto
2017-03-15
1
-2
/
+6
*
net: stmmac: dma channel init prepared for multiple queues
Joao Pinto
2017-03-15
1
-11
/
+40
*
net: stmmac: rx and tx ring length prepared for multiple queues
Joao Pinto
2017-03-15
1
-8
/
+24
*
net: stmmac: rx watchdog config prepared for multiple queues
Joao Pinto
2017-03-15
1
-1
/
+2
*
net: stmmac: prepare dma interrupt treatment for multiple queues
Joao Pinto
2017-03-15
1
-21
/
+30
*
net: stmmac: prepare stmmac_tx_err for multiple queues
Joao Pinto
2017-03-15
1
-4
/
+5
[next]