index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 platform driver unregistering
Konstantin Khlebnikov
2012-12-14
1
-10
/
+12
*
stmmac: add Rx watchdog support to mitigate the DMA irqs
Giuseppe CAVALLARO
2012-11-26
1
-6
/
+24
*
stmmac: add the initial tx coalesce schema
Giuseppe CAVALLARO
2012-11-26
1
-50
/
+82
*
stmmac: remove dead code for STMMAC_TIMER support
Giuseppe CAVALLARO
2012-11-26
1
-98
/
+3
*
net: remove skb recycling
Eric Dumazet
2012-10-07
1
-18
/
+2
*
net/stmmac: Use clk_prepare_enable and clk_disable_unprepare
Stefan Roese
2012-09-21
1
-5
/
+5
*
net/stmmac: fix issue of clk_get for Loongson1B.
Kelvin Cheung
2012-08-20
1
-1
/
+1
*
net/stmmac: remove conditional compilation of clk code
Viresh Kumar
2012-07-30
1
-16
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-10
1
-0
/
+3
|
\
|
*
stmmac: Fix for nfs hang on multiple reboot
Deepak Sikri
2012-07-09
1
-0
/
+3
*
|
stmmac: add the Energy Efficient Ethernet support
Giuseppe CAVALLARO
2012-07-01
1
-7
/
+159
*
|
stmmac: do not use strict_strtoul but kstrtoint
Giuseppe CAVALLARO
2012-07-01
1
-17
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-12
1
-10
/
+13
|
\
|
|
*
stmmac: fix driver built w/ w/o both pci and platf modules
Giuseppe CAVALLARO
2012-06-07
1
-10
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-06
1
-2
/
+30
|
\
|
|
*
stmmac: fix driver Kconfig when built as module
Giuseppe CAVALLARO
2012-06-06
1
-0
/
+25
|
*
stmmac: fix driver's doc when run kernel-doc script
Giuseppe CAVALLARO
2012-06-06
1
-2
/
+5
*
|
stmmac: remove two useless initialisations
Giuseppe CAVALLARO
2012-06-04
1
-2
/
+1
|
/
*
drivers/net/stmmac: seq_file fix memory leak
Djalal Harouni
2012-05-21
1
-2
/
+2
*
stmmac: fix suspend/resume locking
Giuseppe CAVALLARO
2012-05-14
1
-4
/
+6
*
stmmac: add mixed burst for DMA
Giuseppe CAVALLARO
2012-05-14
1
-1
/
+3
*
stmmac: extend mac addr reg and fix perfect filering
Giuseppe CAVALLARO
2012-05-14
1
-2
/
+2
*
stmmac: do not fail when probe and there is no csr clk defined
Giuseppe CAVALLARO
2012-04-19
1
-1
/
+4
*
stmmac: verify the dma_cfg platform fields
Giuseppe CAVALLARO
2012-04-19
1
-4
/
+19
*
stmmac: Move the mdio_register/_unregister in probe/remove
Francesco Virlinzi
2012-04-19
1
-18
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-10
1
-2
/
+4
|
\
|
*
stmmac: re-add IFF_UNICAST_FLT for dwmac1000
Marc Kleine-Budde
2012-04-04
1
-2
/
+4
*
|
stmmac: MDC clock dynamically based on the csr clock input
Giuseppe CAVALLARO
2012-04-04
1
-0
/
+40
*
|
stmmac: add clk management support
Giuseppe CAVALLARO
2012-04-04
1
-5
/
+20
*
|
stmmac: re-work the internal GMAC DMA platf parameters
Deepak SIKRI
2012-04-04
1
-1
/
+3
*
|
stmmac: sanitize the rx coe and add the type-1 csum (v2)
Deepak SIKRI
2012-04-04
1
-7
/
+25
*
|
stmmac: Allow stmmac to work with other PHY buses(v3).
Srinivas Kandagatla
2012-04-04
1
-1
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-19
1
-98
/
+107
|
\
|
*
stmmac: move hw init in the probe (v2)
Giuseppe CAVALLARO
2012-02-15
1
-98
/
+91
|
*
stmmac: request_irq when use an ext wake irq line (v2)
Francesco Virlinzi
2012-02-15
1
-0
/
+16
*
|
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
2012-02-15
1
-1
/
+1
*
|
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2012-01-31
1
-3
/
+1
*
|
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
1
-3
/
+2
|
/
*
stmmac: use an unique MDIO bus name.
Florian Fainelli
2012-01-10
1
-1
/
+1
*
stmmac: Add missing LF to pr_info() in stmmac_main.c
Stefan Roese
2012-01-10
1
-1
/
+1
*
stmmac: fix missing module license in the main.
Giuseppe Cavallaro
2011-12-23
1
-0
/
+4
*
stmmac: add the experimental PCI support
Giuseppe CAVALLARO
2011-12-21
1
-287
/
+131
*
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
2011-11-29
1
-23
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-11-26
1
-5
/
+9
|
\
|
*
stmmac: mask mmc interrupts
Giuseppe CAVALLARO
2011-11-21
1
-5
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-11-21
1
-41
/
+76
|
\
|
|
*
stmmac: fix pm functions avoiding sleep on spinlock
Francesco Virlinzi
2011-11-17
1
-5
/
+7
|
*
stmmac: remove spin_lock in stmmac_ioctl.
Srinivas Kandagatla
2011-11-17
1
-2
/
+0
|
*
stmmac: parameters auto-tuning through HW cap reg
Giuseppe CAVALLARO
2011-11-17
1
-28
/
+65
|
*
stmmac: fix advertising 1000Base capabilties for non GMII iface
Srinivas Kandagatla
2011-11-17
1
-6
/
+4
[next]