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-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
2013-12-19
drivers: net: Mark functions as static in stmmac_platform.c
Rashika Kheria
1
-2
/
+2
2013-11-14
stmmac: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+3
2013-10-22
net: stmmac: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-24
stmicro: Remove extern from function prototypes
Joe Perches
4
-23
/
+22
2013-09-05
net: stmmac: fix bad merge conflict resolution
Olof Johansson
1
-0
/
+1
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+12
2013-09-04
driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Tim...
Sonic Zhang
1
-2
/
+2
2013-08-30
net: stmmac: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-30
driver:net:stmmac: Disable DMA store and forward mode if platform data force_...
Sonic Zhang
2
-1
/
+8
2013-08-28
net: stmmac: fixed the pbl setting with DT
Byungho An
1
-8
/
+12
2013-08-21
stmmac: remove useless csum flag
Giuseppe CAVALLARO
2
-3
/
+1
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-21
/
+103
2013-08-12
stmmac: fix init_dma_desc_rings() to handle errors
Bartlomiej Zolnierkiewicz
1
-19
/
+92
2013-08-09
net: stmmac: Fixed the condition of extend_desc for jumbo frame
Byungho An
1
-2
/
+11
2013-07-24
drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_r...
Wolfram Sang
1
-3
/
+0
2013-07-04
dt:net:stmmac: Add dt specific phy reset callback support.
Srinivas Kandagatla
1
-2
/
+46
2013-07-04
dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
Srinivas Kandagatla
1
-0
/
+26
2013-07-04
dt:net:stmmac: Allocate platform data only if its NULL.
Srinivas Kandagatla
1
-3
/
+3
2013-07-04
net:stmmac: fix memleak in the open method
Giuseppe CAVALLARO
1
-10
/
+10
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-37
/
+33
2013-07-02
stmmac: dity-up and rework the driver debug levels
Giuseppe CAVALLARO
9
-267
/
+117
2013-07-01
net: stmmac: fixed enh_desc set always zero
Byungho An
1
-3
/
+3
2013-07-01
net: stmmac: fixed operator typo
Byungho An
1
-5
/
+5
2013-06-19
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
1
-1
/
+0
2013-06-19
stmmac: fix EEE setup
Giuseppe CAVALLARO
2
-37
/
+33
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-06-13
net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used
Dinh Nguyen
1
-1
/
+1
[next]