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
2014-07-31
net: stmmac: Support devicetree configs for mcast and ucast filter entries
Vince Bridgers
6
-21
/
+130
2014-07-31
net: stmmac: Correct set_filter for multicast and unicast cases
Vince Bridgers
5
-19
/
+14
2014-07-31
net: stmmac: Change MAC interface to support multiple filter configurations
Vince Bridgers
5
-62
/
+91
2014-07-30
net: stmmac: add platform init/exit for Altera's ARM socfpga
Vince Bridgers
2
-0
/
+73
2014-07-07
Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"
David S. Miller
2
-73
/
+0
2014-07-02
net: stmmac: Remove unneeded I/O read caught by cppcheck
Vince Bridgers
1
-4
/
+1
2014-07-02
net: stmmac: Correct duplicate if/then/else case found by cppcheck
Vince Bridgers
1
-1
/
+1
2014-07-02
net: stmmac: add platform init/exit for Altera's ARM socfpga
Vince Bridgers
2
-0
/
+73
2014-06-02
net: stmmac: Handle different error codes from platform_get_irq_byname
Chen-Yu Tsai
2
-7
/
+14
2014-06-02
stmmac: Remove spin_lock call in stmmac_get_pauseparam()
Emil Goode
1
-2
/
+0
2014-05-24
net: driver: stmicro: Remove some useless the lock protection
Yang Wei
1
-6
/
+0
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2014-05-22
stmmac: Remove unbalanced clk_disable call
Hans de Goede
1
-3
/
+1
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-30
net: stmmac: set phy to use polling by default
Dinh Nguyen
1
-2
/
+5
2014-04-21
stmmac: remove stmmac_config
Florian Fainelli
1
-22
/
+0
2014-03-28
net: stmmac: Add SOCFPGA glue driver
Dinh Nguyen
5
-0
/
+147
2014-03-24
stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-21
ptp: drivers: set the number of programmable pins.
Richard Cochran
1
-0
/
+1
2014-03-11
stmmac: dwmac-sti: fix broken STiD127 compatibility
Giuseppe CAVALLARO
1
-1
/
+1
2014-03-11
stmmac: fix chained mode
Giuseppe CAVALLARO
4
-53
/
+34
2014-03-11
stmmac: fix and better tune the default buffer sizes
Giuseppe CAVALLARO
1
-6
/
+6
2014-03-11
stmmac: disable at run-time the EEE if not supported
Giuseppe CAVALLARO
1
-4
/
+19
2014-02-24
net: stmmac: Check return value of alloc_dma_desc_resources()
Tobias Klauser
1
-1
/
+1
2014-02-13
net: stmmac:sti: Add STi SOC glue driver.
Srinivas Kandagatla
5
-0
/
+350
2014-01-26
net: stmmac: Log MAC address only once
Hans de Goede
1
-2
/
+2
2014-01-26
net: stmmac: Silence PTP init errors on hw without PTP
Hans de Goede
1
-1
/
+1
2014-01-21
stmmac: Fix kernel crashes for jumbo frames
Vince Bridgers
6
-12
/
+32
2014-01-19
net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp
damuzi000
3
-19
/
+21
2014-01-19
net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's
Chen-Yu Tsai
5
-0
/
+158
2014-01-19
net: stmmac: Use driver data and callbacks tied with compatible strings
Chen-Yu Tsai
1
-10
/
+34
2014-01-19
net: stmmac: Deprecate snps, phy-addr and auto-detect PHY address
Chen-Yu Tsai
1
-1
/
+8
2014-01-19
net: stmmac: Honor DT parameter to force DMA store and forward mode
Chen-Yu Tsai
1
-0
/
+2
2014-01-19
net: stmmac: Allocate and pass soc/board specific data to callbacks
Chen-Yu Tsai
1
-4
/
+14
2014-01-19
net: stmmac: Add support for optional reset control
Chen-Yu Tsai
5
-5
/
+25
2014-01-19
net: stmmac: Enable stmmac main clock when probing hardware
Chen-Yu Tsai
1
-13
/
+13
2014-01-16
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2
-2
/
+8
2014-01-16
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
1
-0
/
+3
2014-01-16
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
3
-50
/
+12
2014-01-16
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
1
-6
/
+7
2014-01-16
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2
-1
/
+2
2014-01-16
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
1
-67
/
+88
2014-01-16
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
1
-84
/
+85
2014-01-16
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
2014-01-16
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
2
-1
/
+7
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-15
stmmac: Add vlan rx for better GRO performance.
Vince Bridgers
1
-0
/
+19
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-13
/
+11
2014-01-01
stmicro: make local variables static
stephen hemminger
3
-6
/
+4
2013-12-29
stmmac: Fix incorrect spinlock release and PTP cap detection.
Vince Bridgers
2
-13
/
+11
[next]