index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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: ethernet: stmmac: Fix altr_tse_pcs SGMII Initialization
Thor Thayer
2017-06-02
1
-1
/
+5
*
|
net-next: stmmac: dwmac-sun8i: ensure the EPHY is properly reseted
Icenowy Zheng
2017-06-05
1
-0
/
+5
*
|
net-next: stmmac: Add dwmac-sun8i
LABBE Corentin
2017-06-01
5
-2
/
+1024
*
|
net-next: stmmac: add optional setup function
LABBE Corentin
2017-06-01
1
-1
/
+3
*
|
net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr
LABBE Corentin
2017-06-01
1
-1
/
+2
*
|
net-next: stmmac: rework the speed selection
LABBE Corentin
2017-05-25
5
-44
/
+43
*
|
net-next: stmmac: Convert old_link to bool
LABBE Corentin
2017-05-25
2
-5
/
+5
*
|
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
*
stmmac: pci: split out common_default_data() helper
Andy Shevchenko
2017-05-08
1
-34
/
+18
*
stmmac: pci: RX queue routing configuration
Andy Shevchenko
2017-05-08
1
-0
/
+3
*
stmmac: pci: TX and RX queue priority configuration
Andy Shevchenko
2017-05-08
1
-0
/
+4
*
stmmac: pci: set default number of rx and tx queues
Andy Shevchenko
2017-05-08
1
-0
/
+4
*
stmmac: Add support for SIMATIC IOT2000 platform
Jan Kiszka
2017-05-02
1
-1
/
+25
*
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
2017-04-13
7
-12
/
+17
*
net: stmmac: use netif_set_real_num_{rx,tx}_queues
Joao Pinto
2017-04-11
1
-2
/
+2
*
net: stmmac: adding multiple napi mechanism
Joao Pinto
2017-04-07
2
-41
/
+120
*
net: stmmac: adding multiple buffers for TX
Joao Pinto
2017-04-07
4
-255
/
+374
*
net: stmmac: adding multiple buffers for rx
Joao Pinto
2017-04-07
3
-184
/
+306
*
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-02
1
-1
/
+2
*
net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID
Wadim Egorov
2017-03-30
1
-16
/
+37
*
Revert "net: stmmac: enable multiple buffers"
LABBE Corentin
2017-03-30
4
-973
/
+473
*
stmmac: use netif_set_real_num_{rx,tx}_queues
Arnd Bergmann
2017-03-28
1
-2
/
+2
*
net: stmmac: add set_mac to the stmmac_ops
LABBE Corentin
2017-03-24
5
-9
/
+45
*
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
2017-03-22
1
-3
/
+3
*
net: stmmac: Restore DT backwards-compatibility
Thierry Reding
2017-03-22
1
-0
/
+7
*
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-21
6
-0
/
+109
*
net: stmmac: TX and RX queue priority configuration
Joao Pinto
2017-03-21
6
-0
/
+122
*
net: stmmac: enable multiple buffers
Joao Pinto
2017-03-21
4
-473
/
+973
*
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
3
-37
/
+88
*
net: stmmac: prepare rx/tx set tail function for multiple queues
Joao Pinto
2017-03-15
1
-2
/
+2
*
net: stmmac: rx and tx ring length prepared for multiple queues
Joao Pinto
2017-03-15
4
-16
/
+32
*
net: stmmac: rx watchdog config prepared for multiple queues
Joao Pinto
2017-03-15
5
-8
/
+11
*
net: stmmac: prepare dma interrupt treatment for multiple queues
Joao Pinto
2017-03-15
6
-29
/
+39
*
net: stmmac: prepare stmmac_tx_err for multiple queues
Joao Pinto
2017-03-15
1
-4
/
+5
*
net: stmmac: rx/tx dma start/stop prepared for multiple queues
Joao Pinto
2017-03-15
6
-39
/
+125
*
net: stmmac: enable/disable dma irq prepared for multiple queues
Joao Pinto
2017-03-15
6
-21
/
+22
*
net: stmmac: prepare dma op mode config for multiple queues
Joao Pinto
2017-03-15
3
-79
/
+124
*
net: stmmac: added default rx queue size in stmmac_dma_interrupt
Joao Pinto
2017-03-13
1
-0
/
+3
[prev]
[next]