index
:
talos-op-linux
master
Talos™ II 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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
1
-2
/
+2
|
\
|
*
drivers/net/ethernet/stmicro/stmmac: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-22
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
David S. Miller
2013-02-18
1
-1
/
+1
|
\
\
|
*
|
stmmac: fix the parsing of the eee_timer parameter
Giuseppe CAVALLARO
2013-02-15
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-02-12
2
-4
/
+8
|
\
\
\
|
|
/
/
|
*
|
stmmac: mdio register has to fail if the phy is not found
Giuseppe CAVALLARO
2013-02-10
1
-3
/
+7
|
*
|
stmmac: fix macro used for debugging the xmit
Giuseppe CAVALLARO
2013-02-10
1
-1
/
+1
|
|
/
*
|
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-5
/
+6
*
|
stmmac: don't return zero on failure path in stmmac_pci_probe()
Alexey Khoroshilov
2013-02-03
1
-0
/
+1
*
|
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-14
1
-2
/
+1
*
|
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
1
-2
/
+1
|
/
*
stmmac: fix platform driver unregistering
Konstantin Khlebnikov
2012-12-14
2
-13
/
+15
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
2
-5
/
+5
*
Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
David S. Miller
2012-12-03
2
-6
/
+6
|
\
|
*
stmmac: remove __dev* attributes
Bill Pemberton
2012-12-03
2
-6
/
+6
*
|
stmmac: remove two repeated macros
walimis
2012-12-03
1
-2
/
+0
|
/
*
stmmac: update the driver version to Nov_2012
Giuseppe CAVALLARO
2012-11-26
1
-1
/
+1
*
stmmac: get/set coalesce parameters via ethtool
Giuseppe CAVALLARO
2012-11-26
1
-0
/
+83
*
stmmac: add Rx watchdog support to mitigate the DMA irqs
Giuseppe CAVALLARO
2012-11-26
8
-20
/
+71
*
stmmac: add the initial tx coalesce schema
Giuseppe CAVALLARO
2012-11-26
5
-62
/
+111
*
stmmac: remove dead code for STMMAC_TIMER support
Giuseppe CAVALLARO
2012-11-26
6
-310
/
+3
*
net: remove skb recycling
Eric Dumazet
2012-10-07
2
-19
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
2
-9
/
+9
|
\
|
*
net/stmmac: Use clk_prepare_enable and clk_disable_unprepare
Stefan Roese
2012-09-21
2
-8
/
+8
|
*
stmmac: fix return value check in stmmac_open_ext_timer()
Wei Yongjun
2012-09-21
1
-1
/
+1
*
|
net:stmmac: convert driver to use devm_request_and_ioremap.
Srinivas Kandagatla
2012-08-31
1
-32
/
+8
*
|
net:stmmac: Remove bus_id from mdio platform data.
Srinivas Kandagatla
2012-08-31
2
-6
/
+3
*
|
net:stmmac: fix broken stmmac_pltfr_remove.
Srinivas Kandagatla
2012-08-31
1
-1
/
+2
*
|
net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregister
Srinivas Kandagatla
2012-08-31
1
-0
/
+3
|
/
*
stmmac: add header inclusion protection
Rayagond Kokatanur
2012-08-24
9
-0
/
+43
*
stmmac: fix a typo in the macro used to mask the mmc irq
Giuseppe CAVALLARO
2012-08-22
1
-3
/
+3
*
stmmac: fix GMAC syn ID
Giuseppe CAVALLARO
2012-08-22
1
-1
/
+1
*
net/stmmac: fix issue of clk_get for Loongson1B.
Kelvin Cheung
2012-08-20
1
-1
/
+1
*
net/stmmac: mark probe function as __devinit
Arnd Bergmann
2012-08-08
1
-1
/
+1
*
net/stmmac: remove conditional compilation of clk code
Viresh Kumar
2012-07-30
2
-58
/
+17
*
net: stmmac: Add ip version to dts bindings
Dinh Nguyen
2012-07-19
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-10
2
-1
/
+5
|
\
|
*
stmmac: Fix for higher mtu size handling
Deepak Sikri
2012-07-09
1
-1
/
+2
|
*
stmmac: Fix for nfs hang on multiple reboot
Deepak Sikri
2012-07-09
1
-0
/
+3
*
|
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
1
-1
/
+1
*
|
stmmac: add the Energy Efficient Ethernet support
Giuseppe CAVALLARO
2012-07-01
9
-18
/
+372
*
|
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
3
-14
/
+74
|
\
\
|
|
/
|
*
net: stmmac: Fix clock en-/disable calls
Stefan Roese
2012-06-11
1
-2
/
+2
|
*
stmmac: fix driver built w/ w/o both pci and platf modules
Giuseppe CAVALLARO
2012-06-07
3
-12
/
+72
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-06
5
-37
/
+36
|
\
\
|
|
/
|
*
stmmac: fix driver Kconfig when built as module
Giuseppe CAVALLARO
2012-06-06
5
-35
/
+31
|
*
stmmac: fix driver's doc when run kernel-doc script
Giuseppe CAVALLARO
2012-06-06
1
-2
/
+5
*
|
ethernet: Remove casts to same type
Joe Perches
2012-06-06
1
-1
/
+1
*
|
stmmac: remove two useless initialisations
Giuseppe CAVALLARO
2012-06-04
1
-2
/
+1
|
/
[next]