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
/
stmmac
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-09
stmmac: Fix for higher mtu size handling
Deepak Sikri
1
-1
/
+2
2012-07-09
stmmac: Fix for nfs hang on multiple reboot
Deepak Sikri
1
-0
/
+3
2012-06-11
net: stmmac: Fix clock en-/disable calls
Stefan Roese
1
-2
/
+2
2012-06-07
stmmac: fix driver built w/ w/o both pci and platf modules
Giuseppe CAVALLARO
3
-12
/
+72
2012-06-06
stmmac: fix driver Kconfig when built as module
Giuseppe CAVALLARO
5
-35
/
+31
2012-06-06
stmmac: fix driver's doc when run kernel-doc script
Giuseppe CAVALLARO
1
-2
/
+5
2012-05-21
drivers/net/stmmac: seq_file fix memory leak
Djalal Harouni
1
-2
/
+2
2012-05-14
stmmac: fix suspend/resume locking
Giuseppe CAVALLARO
1
-4
/
+6
2012-05-14
stmmac: add mixed burst for DMA
Giuseppe CAVALLARO
5
-5
/
+12
2012-05-14
stmmac: extend mac addr reg and fix perfect filering
Giuseppe CAVALLARO
7
-10
/
+29
2012-04-19
stmmac: do not fail when probe and there is no csr clk defined
Giuseppe CAVALLARO
2
-7
/
+11
2012-04-19
stmmac: verify the dma_cfg platform fields
Giuseppe CAVALLARO
4
-7
/
+25
2012-04-19
stmmac: Move the mdio_register/_unregister in probe/remove
Francesco Virlinzi
1
-18
/
+16
2012-04-19
stmmac: use custom init/exit functions in pm ops
Francesco Virlinzi
1
-4
/
+13
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2012-04-06
stmmac: fix build when CONFIG_OF is enable
Giuseppe Cavallaro
1
-1
/
+1
2012-04-04
stmmac: update the driver version March 2012
Giuseppe CAVALLARO
1
-1
/
+1
2012-04-04
stmmac: MDC clock dynamically based on the csr clock input
Giuseppe CAVALLARO
4
-2
/
+53
2012-04-04
stmmac: extend CSR Clock Range programming
Giuseppe CAVALLARO
1
-2
/
+2
2012-04-04
stmmac: add clk management support
Giuseppe CAVALLARO
2
-5
/
+63
2012-04-04
stmmac: Replace infinite loops by timeouts in mdio r/w
Deepak SIKRI
1
-7
/
+25
2012-04-04
stmmac: re-work the internal GMAC DMA platf parameters
Deepak SIKRI
7
-12
/
+49
2012-04-04
stmmac: sanitize the rx coe and add the type-1 csum (v2)
Deepak SIKRI
7
-24
/
+58
2012-04-04
stmmac: Allow stmmac to work with other PHY buses(v3).
Srinivas Kandagatla
1
-1
/
+7
2012-04-04
stmmac: re-add IFF_UNICAST_FLT for dwmac1000
Marc Kleine-Budde
1
-2
/
+4
2012-04-04
stmmac: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-03-16
stmmac: Add device-tree support
Stefan Roese
1
-2
/
+72
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-118
/
+129
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2012-02-15
stmmac: update the driver version to Feb 2012 (v2)
Giuseppe CAVALLARO
1
-1
/
+1
2012-02-15
stmmac: move hw init in the probe (v2)
Giuseppe CAVALLARO
4
-116
/
+105
2012-02-15
stmmac: request_irq when use an ext wake irq line (v2)
Francesco Virlinzi
1
-0
/
+16
2012-02-15
stmmac: do not discard frame on dribbling bit assert
Giuseppe CAVALLARO
4
-3
/
+9
2012-02-13
stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c
Masanari Iida
2
-2
/
+2
2012-02-08
stmmac: Fix typo in stmmac_pci.c
Masanari Iida
1
-1
/
+1
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+1
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-3
/
+2
2012-01-24
stmmac: added PCI identifiers
Alessandro Rubini
1
-3
/
+3
2012-01-24
stmmac: fix phy naming inconsistency
Alessandro Rubini
1
-1
/
+1
2012-01-12
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmap
Julia Lawall
1
-1
/
+1
2012-01-10
stmmac: use an unique MDIO bus name.
Florian Fainelli
2
-2
/
+3
2012-01-10
stmmac: Add missing LF to pr_info() in stmmac_main.c
Stefan Roese
1
-1
/
+1
2012-01-10
stmmac: Fix compilation error in mmc_core.c
Stefan Roese
1
-0
/
+1
2012-01-05
net: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-12-23
stmmac: fix missing module license in the main.
Giuseppe Cavallaro
1
-0
/
+4
2011-12-21
stmmac: add the experimental PCI support
Giuseppe CAVALLARO
9
-290
/
+612
2011-11-29
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
1
-23
/
+1
2011-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+9
2011-11-21
stmmac: mask mmc interrupts
Giuseppe CAVALLARO
1
-5
/
+9
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-44
/
+87
[next]