index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
stmmac: Add support for SIMATIC IOT2000 platform
Jan Kiszka
1
-1
/
+25
2017-04-13
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
7
-12
/
+17
2017-04-11
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
2
-41
/
+120
2017-04-07
net: stmmac: adding multiple buffers for TX
Joao Pinto
4
-255
/
+374
2017-04-07
net: stmmac: adding multiple buffers for rx
Joao Pinto
3
-184
/
+306
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-02
net: stmmac: fix cbs configuration
Joao Pinto
1
-1
/
+2
2017-03-30
net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID
Wadim Egorov
1
-16
/
+37
2017-03-30
Revert "net: stmmac: enable multiple buffers"
LABBE Corentin
4
-973
/
+473
2017-03-28
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
5
-9
/
+45
2017-03-22
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
1
-3
/
+3
2017-03-22
net: stmmac: Restore DT backwards-compatibility
Thierry Reding
1
-0
/
+7
2017-03-22
net: stmmac: Always enable MAC RX queues
Thierry Reding
1
-1
/
+1
2017-03-21
net: stmmac: RX queue routing configuration
Joao Pinto
6
-0
/
+109
2017-03-21
net: stmmac: TX and RX queue priority configuration
Joao Pinto
6
-0
/
+122
2017-03-21
net: stmmac: enable multiple buffers
Joao Pinto
4
-473
/
+973
2017-03-15
net: stmmac: stmmac interrupt treatment prepared for multiple queues
Joao Pinto
1
-8
/
+20
2017-03-15
net: stmmac: tso init prepared for multiple queues
Joao Pinto
1
-2
/
+6
2017-03-15
net: stmmac: dma channel init prepared for multiple queues
Joao Pinto
3
-37
/
+88
2017-03-15
net: stmmac: prepare rx/tx set tail function for multiple queues
Joao Pinto
1
-2
/
+2
2017-03-15
net: stmmac: rx and tx ring length prepared for multiple queues
Joao Pinto
4
-16
/
+32
2017-03-15
net: stmmac: rx watchdog config prepared for multiple queues
Joao Pinto
5
-8
/
+11
2017-03-15
net: stmmac: prepare dma interrupt treatment for multiple queues
Joao Pinto
6
-29
/
+39
2017-03-15
net: stmmac: prepare stmmac_tx_err for multiple queues
Joao Pinto
1
-4
/
+5
2017-03-15
net: stmmac: rx/tx dma start/stop prepared for multiple queues
Joao Pinto
6
-39
/
+125
2017-03-15
net: stmmac: enable/disable dma irq prepared for multiple queues
Joao Pinto
6
-21
/
+22
2017-03-15
net: stmmac: prepare dma op mode config for multiple queues
Joao Pinto
3
-79
/
+124
2017-03-13
net: stmmac: added default rx queue size in stmmac_dma_interrupt
Joao Pinto
1
-0
/
+3
2017-03-13
net: stmmac: set default number of rx and tx queues in stmmac_pci
Joao Pinto
1
-0
/
+4
2017-03-12
net: stmmac: configuration of CBS in case of a TX AVB queue
Joao Pinto
5
-5
/
+136
2017-03-12
net: stmmac: mac debug prepared for multiple queues
Joao Pinto
4
-54
/
+64
2017-03-12
net: stmmac: prepare irq_status for mtl
Joao Pinto
4
-16
/
+33
2017-03-12
net: stmmac: flow_ctrl functions adapted to mtl
Joao Pinto
6
-14
/
+34
2017-03-12
net: stmmac: mapping mtl rx to dma channel
Joao Pinto
4
-0
/
+55
2017-03-12
net: stmmac: mtl rx queue enabled as dcb or avb
Joao Pinto
3
-15
/
+14
2017-03-12
net: stmmac: configure tx queue weight
Joao Pinto
4
-0
/
+42
2017-03-12
net: stmmac: configure mtl rx and tx algorithms
Joao Pinto
4
-3
/
+90
2017-03-12
net: stmmac: multiple queues dt configuration
Joao Pinto
1
-0
/
+91
2017-03-12
net: stmmac: dwc-qos: Add Tegra186 support
Thierry Reding
2
-0
/
+248
2017-03-12
net: stmmac: dwc-qos: Split out ->probe() and ->remove()
Thierry Reding
1
-26
/
+98
2017-03-12
net: stmmac: Program RX queue size and flow control
Thierry Reding
2
-2
/
+62
2017-03-12
net: stmmac: Parse FIFO sizes from feature registers
Thierry Reding
4
-0
/
+13
2017-03-12
net: stmmac: Check for DMA mapping errors
Thierry Reding
1
-0
/
+2
2017-03-12
net: stmmac: Balance PTP reference clock enable/disable
Thierry Reding
2
-1
/
+4
2017-03-12
net: stmmac: Disable PTP reference clock on error
Thierry Reding
1
-0
/
+8
2017-03-12
net: stmmac: Stop PHY and remove TX timer on error
Thierry Reding
1
-1
/
+5
2017-03-12
net: stmmac: Rename clk_ptp_ref clock to ptp_ref
Thierry Reding
1
-1
/
+1
[next]