index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: stmmac: free an skb first when there are no longer any descriptors using it
Niklas Cassel
2017-06-20
1
-4
/
+16
*
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
*
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: 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-11
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-02
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-28
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-21
1
-0
/
+25
*
net: stmmac: TX and RX queue priority configuration
Joao Pinto
2017-03-21
1
-0
/
+48
*
net: stmmac: enable multiple buffers
Joao Pinto
2017-03-21
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
*
net: stmmac: rx/tx dma start/stop prepared for multiple queues
Joao Pinto
2017-03-15
1
-11
/
+97
*
net: stmmac: enable/disable dma irq prepared for multiple queues
Joao Pinto
2017-03-15
1
-6
/
+7
*
net: stmmac: prepare dma op mode config for multiple queues
Joao Pinto
2017-03-15
1
-18
/
+64
*
net: stmmac: added default rx queue size in stmmac_dma_interrupt
Joao Pinto
2017-03-13
1
-0
/
+3
*
net: stmmac: configuration of CBS in case of a TX AVB queue
Joao Pinto
2017-03-12
1
-0
/
+29
*
net: stmmac: prepare irq_status for mtl
Joao Pinto
2017-03-12
1
-0
/
+5
*
net: stmmac: flow_ctrl functions adapted to mtl
Joao Pinto
2017-03-12
1
-3
/
+14
*
net: stmmac: mapping mtl rx to dma channel
Joao Pinto
2017-03-12
1
-0
/
+21
*
net: stmmac: mtl rx queue enabled as dcb or avb
Joao Pinto
2017-03-12
1
-12
/
+7
*
net: stmmac: configure tx queue weight
Joao Pinto
2017-03-12
1
-0
/
+20
*
net: stmmac: configure mtl rx and tx algorithms
Joao Pinto
2017-03-12
1
-3
/
+28
*
net: stmmac: Parse FIFO sizes from feature registers
Thierry Reding
2017-03-12
1
-0
/
+3
*
net: stmmac: Check for DMA mapping errors
Thierry Reding
2017-03-12
1
-0
/
+2
*
net: stmmac: Balance PTP reference clock enable/disable
Thierry Reding
2017-03-12
1
-0
/
+4
*
net: stmmac: Disable PTP reference clock on error
Thierry Reding
2017-03-12
1
-0
/
+8
*
net: stmmac: Stop PHY and remove TX timer on error
Thierry Reding
2017-03-12
1
-1
/
+5
*
net: stmmac: unify registers dumps methods
LABBE Corentin
2017-02-24
1
-5
/
+0
*
net: stmmac: split the stmmac_adjust_link 10/100 case
LABBE Corentin
2017-02-15
1
-5
/
+9
*
net: stmmac: run stmmac_hw_fix_mac_speed when speed is valid
LABBE Corentin
2017-02-15
1
-3
/
+2
*
net: stmmac: set speed at SPEED_UNKNOWN in case of broken speed
LABBE Corentin
2017-02-15
1
-0
/
+1
[next]