index
:
blackbird-op-linux
master
Blackbird™ 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
*
stmmac: fix atomicity in pm routines
Giuseppe CAVALLARO
2014-11-05
1
-13
/
+16
*
stmmac: fix concurrency in eee initialization.
Giuseppe CAVALLARO
2014-11-05
1
-6
/
+9
*
stmmac: fix lock in stmmac_set_rx_mode
Giuseppe CAVALLARO
2014-11-05
1
-2
/
+0
*
stmmac: release tx lock, in case of dma mapping error.
Fabrice Gasnier
2014-11-05
1
-0
/
+1
*
stmmac: fix stmmac_tx_avail should be called with TX locked
Fabrice Gasnier
2014-11-05
1
-2
/
+3
*
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
2014-10-03
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-02
1
-2
/
+9
|
\
|
*
net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected
Kweh, Hock Leong
2014-09-29
1
-2
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-07
1
-36
/
+106
|
\
\
|
|
/
|
*
stmmac: only remove RXCSUM feature if no rx coe is available
Giuseppe CAVALLARO
2014-09-01
1
-2
/
+0
|
*
stmmac: fix the rx csum feature
Giuseppe CAVALLARO
2014-09-01
1
-2
/
+25
|
*
stmmac: fix PLS bit setting when EEE is active
Giuseppe CAVALLARO
2014-08-31
1
-4
/
+3
|
*
stmmac: never check EEE in case of a switch is attached
Giuseppe CAVALLARO
2014-08-31
1
-0
/
+5
|
*
stmmac: fix dma api misuse
Giuseppe CAVALLARO
2014-08-29
1
-17
/
+51
|
*
stmmac: ptp: fix the reference clock
Giuseppe CAVALLARO
2014-08-29
1
-4
/
+16
|
*
stmmac: fix rx checksum programming
Giuseppe CAVALLARO
2014-08-25
1
-7
/
+6
*
|
stmmac: simple cleanups
Pavel Machek
2014-08-25
1
-1
/
+1
|
/
*
net: stmmac: Support devicetree configs for mcast and ucast filter entries
Vince Bridgers
2014-07-31
1
-2
/
+4
*
net: stmmac: Correct set_filter for multicast and unicast cases
Vince Bridgers
2014-07-31
1
-1
/
+1
*
net: stmmac: Change MAC interface to support multiple filter configurations
Vince Bridgers
2014-07-31
1
-17
/
+15
*
net: stmmac: add platform init/exit for Altera's ARM socfpga
Vince Bridgers
2014-07-30
1
-0
/
+4
*
net: stmmac: Handle different error codes from platform_get_irq_byname
Chen-Yu Tsai
2014-06-02
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-3
/
+1
|
\
|
*
stmmac: Remove unbalanced clk_disable call
Hans de Goede
2014-05-22
1
-3
/
+1
*
|
stmmac: remove stmmac_config
Florian Fainelli
2014-04-21
1
-22
/
+0
|
/
*
stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
stmmac: fix chained mode
Giuseppe CAVALLARO
2014-03-11
1
-33
/
+23
*
stmmac: fix and better tune the default buffer sizes
Giuseppe CAVALLARO
2014-03-11
1
-6
/
+6
*
stmmac: disable at run-time the EEE if not supported
Giuseppe CAVALLARO
2014-03-11
1
-4
/
+19
*
net: stmmac: Check return value of alloc_dma_desc_resources()
Tobias Klauser
2014-02-24
1
-1
/
+1
*
net: stmmac: Log MAC address only once
Hans de Goede
2014-01-26
1
-2
/
+2
*
net: stmmac: Silence PTP init errors on hw without PTP
Hans de Goede
2014-01-26
1
-1
/
+1
*
stmmac: Fix kernel crashes for jumbo frames
Vince Bridgers
2014-01-21
1
-4
/
+7
*
net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp
damuzi000
2014-01-19
1
-16
/
+19
*
net: stmmac: Add support for optional reset control
Chen-Yu Tsai
2014-01-19
1
-1
/
+18
*
net: stmmac: Enable stmmac main clock when probing hardware
Chen-Yu Tsai
2014-01-19
1
-13
/
+13
*
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2014-01-16
1
-2
/
+7
*
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
2014-01-16
1
-0
/
+3
*
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
2014-01-16
1
-16
/
+0
*
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
2014-01-16
1
-6
/
+7
*
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
2014-01-16
1
-67
/
+88
*
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
2014-01-16
1
-84
/
+85
*
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
2014-01-16
1
-1
/
+3
*
stmmac: Add vlan rx for better GRO performance.
Vince Bridgers
2014-01-15
1
-0
/
+19
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
1
-11
/
+9
|
\
|
*
stmmac: Fix incorrect spinlock release and PTP cap detection.
Vince Bridgers
2013-12-29
1
-11
/
+9
*
|
stmicro: make local variables static
stephen hemminger
2014-01-01
1
-1
/
+1
|
/
*
stmmac: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-9
/
+3
*
driver:net:stmmac: Disable DMA store and forward mode if platform data force_...
Sonic Zhang
2013-08-30
1
-1
/
+3
*
stmmac: remove useless csum flag
Giuseppe CAVALLARO
2013-08-21
1
-2
/
+1
[next]