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
2016-03-18
net: stmmac: Don't search for phys if mdio node is defined.
Phil Reid
1
-0
/
+4
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+9
2016-03-06
stmmac: fix noderef.cocci warnings
Wu Fengguang
1
-1
/
+1
2016-03-03
stmmac: Fix 'eth0: No PHY found' regression
Gabriel Fernandez
2
-11
/
+9
2016-03-02
stmmac: update version to Oct_2015
Giuseppe Cavallaro
1
-1
/
+1
2016-03-02
stmmac: tune rx copy via threshold.
Giuseppe Cavallaro
2
-2
/
+25
2016-03-02
stmmac: do not perform zero-copy for rx frames
Giuseppe Cavallaro
3
-15
/
+86
2016-03-02
stmmac: fix phy init when attached to a phy
Fabrice Gasnier
1
-2
/
+3
2016-03-02
stmmac: do not poll phy handler when attach a switch
Giuseppe Cavallaro
1
-0
/
+5
2016-03-02
stmmac: first frame prep at the end of xmit routine
Giuseppe Cavallaro
6
-78
/
+95
2016-03-02
stmmac: set dirty index out of the loop
Giuseppe Cavallaro
1
-4
/
+1
2016-03-02
stmmac: optimize tx clean function
Fabrice Gasnier
4
-18
/
+42
2016-03-02
stmmac: optimize tx desc management
Giuseppe Cavallaro
6
-36
/
+42
2016-03-02
stmmac: merge get_rx_owner into rx_status routine.
Fabrice Gasnier
4
-21
/
+16
2016-03-02
stmmac: add is_jumbo field to dma data
Giuseppe Cavallaro
4
-2
/
+14
2016-03-02
stmmac: add last_segment field to dma data
Giuseppe Cavallaro
3
-2
/
+7
2016-03-02
stmmac: add length field to dma data
Giuseppe Cavallaro
4
-4
/
+16
2016-03-02
stmmac: review RX/TX ring management
Giuseppe Cavallaro
5
-117
/
+111
2016-03-02
stmmac: change descriptor layout
Giuseppe Cavallaro
4
-363
/
+355
2016-03-02
stmmac: rework DMA bus setting and introduce new platform AXI structure
Giuseppe Cavallaro
8
-44
/
+156
2016-03-02
stmmac: share reset function between dwmac100 and dwmac1000
Giuseppe Cavallaro
8
-43
/
+46
2016-01-10
stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS
Romain Perier
1
-3
/
+5
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-10
/
+4
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+11
2015-12-15
stmmac: socfpga: Provide dt node to config ptp clk source.
Phil Reid
1
-0
/
+9
2015-12-15
stmmac: Fix calculations for ptp counters when clock input = 50Mhz.
Phil Reid
3
-15
/
+15
2015-12-15
stmmac: create of compatible mdio bus for stmmac driver
Phil Reid
2
-4
/
+24
2015-12-15
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-2
/
+2
2015-12-14
stmmac: dwmac-sunxi: Call exit cleanup function in probe error path
Chen-Yu Tsai
1
-1
/
+5
2015-12-05
stmmac: fix resource management when resume
Giuseppe CAVALLARO
1
-3
/
+6
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-22
/
+28
2015-12-03
stmmac: ipq806x: Return error values instead of pointers
Stephen Boyd
1
-13
/
+11
2015-12-01
stmmac: support Reg_9 to get HW level information
Giuseppe CAVALLARO
4
-0
/
+173
2015-11-30
stmmac: fix oversized frame reception
Giuseppe CAVALLARO
1
-0
/
+6
2015-11-30
stmmac: fix PHY reset during resume
Giuseppe CAVALLARO
1
-15
/
+13
2015-11-30
stmmac: dwmac-sti: fix st,tx-retime-src check
Giuseppe CAVALLARO
1
-6
/
+7
2015-11-30
stmmac: fix csr clock divisor for 300MHz
Giuseppe CAVALLARO
1
-1
/
+1
2015-11-30
stmmac: fix a filter problem after resuming.
Giuseppe CAVALLARO
1
-0
/
+1
2015-11-12
stmmac: avoid ipq806x constant overflow warning
Arnd Bergmann
1
-5
/
+5
2015-11-05
net: stmmac: fix double-initialization of phy_iface
LABBE Corentin
1
-1
/
+1
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2015-11-01
stmmac: Correctly report PTP capabilities.
Phil Reid
1
-2
/
+5
2015-10-05
net: stmmac: avoid using timespec
Arnd Bergmann
1
-3
/
+5
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2015-09-22
net: stmmac: fix type of entry variable
Andrzej Hajda
1
-1
/
+1
2015-09-15
net: stmmac: Use msleep rather then udelay for reset delay
Sjoerd Simons
1
-3
/
+8
2015-09-09
stmmac: fix check for phydev being open
Alexey Brodkin
1
-1
/
+4
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
[next]