index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-18
net: stmmac: Fixup the tail addr setting in xmit path
Jose Abreu
1
-3
/
+5
2018-08-03
NET: stmmac: align DMA stuff to largest cache line length
Eugeniy Paltsev
1
-1
/
+1
2018-07-22
stmmac: fix DMA channel hang in half-duplex mode
Bhadram Varka
1
-0
/
+10
2018-05-30
net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
Niklas Cassel
1
-1
/
+1
2018-05-30
net: stmmac: ensure that the MSS desc is the last desc to set the own bit
Niklas Cassel
1
-1
/
+8
2018-05-30
net: stmmac: ensure that the device has released ownership before reading data
Niklas Cassel
1
-0
/
+5
2018-03-03
net: stmmac: Fix bad RX timestamp extraction
Fredrik Hallenberg
1
-1
/
+1
2018-01-17
net: stmmac: enable EEE in MII, GMII or RGMII only
Jerome Brunet
1
-0
/
+6
2017-12-17
stmmac: reset last TSO segment size after device open
Lars Persson
1
-0
/
+1
2017-10-22
stmmac: Don't access tx_q->dirty_tx before netif_tx_lock
Bernd Edlinger
1
-1
/
+2
2017-10-22
net: stmmac: Fix stmmac_get_rx_hwtstamp()
Jose Abreu
1
-7
/
+6
2017-10-22
net: stmmac: Add missing call to dev_kfree_skb()
Jose Abreu
1
-0
/
+1
2017-07-19
NET: dwmac: Make dwmac reset unconditional
Eugeniy Paltsev
1
-1
/
+8
2017-07-11
net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closer
Christophe Jaillet
1
-6
/
+6
2017-07-11
net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'
Christophe Jaillet
1
-1
/
+1
2017-07-11
net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'
Christophe Jaillet
1
-1
/
+1
2017-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+16
2017-06-20
net: stmmac: free an skb first when there are no longer any descriptors using it
Niklas Cassel
1
-4
/
+16
2017-06-20
net: stmmac: enable TSO for IPv6
Niklas Cassel
1
-2
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+17
2017-06-09
stmmac: fix for hw timestamp of GMAC3 unit
Mario Molitor
1
-5
/
+5
2017-06-09
stmmac: fix ptp header for GMAC3 hw timestamp
Mario Molitor
1
-3
/
+12
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2017-06-06
net: stmmac: fix a broken u32 less than zero check
Colin Ian King
1
-1
/
+1
2017-06-06
net: stmmac: fix completely hung TX when using TSO
Niklas Cassel
1
-1
/
+1
2017-06-06
net: stmmac: ensure jumbo_frm error return is correctly checked for -ve value
Colin Ian King
1
-1
/
+2
2017-06-01
net-next: stmmac: Add dwmac-sun8i
LABBE Corentin
1
-0
/
+15
2017-06-01
net-next: stmmac: add optional setup function
LABBE Corentin
1
-1
/
+3
2017-05-25
net-next: stmmac: rework the speed selection
LABBE Corentin
1
-17
/
+4
2017-05-25
net-next: stmmac: Convert old_link to bool
LABBE Corentin
1
-4
/
+4
2017-05-25
net-next: stmmac: use SPEED_xxx instead of raw value
LABBE Corentin
1
-3
/
+3
2017-05-25
net-next: stmmac: Remove unnecessary parenthesis
LABBE Corentin
1
-1
/
+1
2017-05-25
net-next: stmmac: Convert new_state to bool
LABBE Corentin
1
-5
/
+5
2017-05-21
net: ethernet: update drivers to make both SW and HW TX timestamps
Miroslav Lichvar
1
-4
/
+2
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-05-15
net: stmmac: use correct pointer when printing normal descriptor ring
Niklas Cassel
1
-1
/
+1
2017-04-13
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
1
-2
/
+3
2017-04-12
net: stmmac: use netif_set_real_num_{rx,tx}_queues
Joao Pinto
1
-2
/
+2
2017-04-07
net: stmmac: adding multiple napi mechanism
Joao Pinto
1
-39
/
+119
2017-04-07
net: stmmac: adding multiple buffers for TX
Joao Pinto
1
-208
/
+311
2017-04-07
net: stmmac: adding multiple buffers for rx
Joao Pinto
1
-172
/
+285
2017-04-07
net: stmmac: break some functions into RX and TX scopes
Joao Pinto
1
-86
/
+266
2017-04-05
net: stmmac: rx queue to dma channel mapping fix
Joao Pinto
1
-1
/
+1
2017-04-03
net: stmmac: fix cbs configuration
Joao Pinto
1
-1
/
+2
2017-03-30
Revert "net: stmmac: enable multiple buffers"
LABBE Corentin
1
-889
/
+417
2017-03-29
stmmac: use netif_set_real_num_{rx,tx}_queues
Arnd Bergmann
1
-2
/
+2
2017-03-24
net: stmmac: add set_mac to the stmmac_ops
LABBE Corentin
1
-7
/
+4
2017-03-23
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
1
-3
/
+3
2017-03-22
net: stmmac: Always enable MAC RX queues
Thierry Reding
1
-1
/
+1
2017-03-22
net: stmmac: RX queue routing configuration
Joao Pinto
1
-0
/
+25
[next]