index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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
*
net: ethernet: stmmac: remove private tx queue lock
Lino Sanfilippo
2016-12-10
2
-23
/
+6
*
net: smmac: allow configuring lower pbl values
Niklas Cassel
2016-12-08
4
-2
/
+7
*
net: stmmac: add support for independent DMA pbl for tx/rx
Niklas Cassel
2016-12-08
3
-11
/
+15
*
net: stmmac: dwmac1000: fix define DMA_BUS_MODE_RPBL_MASK
Niklas Cassel
2016-12-08
1
-1
/
+1
*
net: stmmac: stmmac_platform: fix parsing of DT binding
Niklas Cassel
2016-12-08
2
-16
/
+17
*
net: stmmac: simplify the common DMA init API
Niklas Cassel
2016-12-08
5
-22
/
+22
*
net: stmmac: return error if no DMA configuration is found
Niklas Cassel
2016-12-08
1
-9
/
+9
*
net: stmmac: stmmac_platform: use correct setup function for gmac4
Niklas Cassel
2016-12-08
2
-2
/
+3
*
net: stmmac: dwmac-generic: add missing compatible strings
Niklas Cassel
2016-12-08
1
-0
/
+3
*
net: stmmac: do not call phy_ethtool_ksettings_set from atomic context
Niklas Cassel
2016-12-07
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-06
3
-2
/
+8
|
\
|
*
net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...
Niklas Cassel
2016-12-06
3
-2
/
+8
*
|
net: stmmac: unify mdio functions
LABBE Corentin
2016-12-03
5
-98
/
+48
*
|
net: stmmac: avoid Camelcase naming
LABBE Corentin
2016-12-03
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
13
-62
/
+206
|
\
\
|
|
/
|
*
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
Johan Hovold
2016-12-02
13
-49
/
+156
|
*
net: ethernet: stmmac: platform: fix outdated function header
Johan Hovold
2016-12-02
1
-1
/
+0
|
*
net: ethernet: stmmac: dwmac-meson8b: fix probe error path
Johan Hovold
2016-12-02
1
-1
/
+10
|
*
net: ethernet: stmmac: dwmac-generic: fix probe error path
Johan Hovold
2016-12-02
1
-1
/
+11
|
*
net: ethernet: stmmac: dwmac-rk: fix probe error path
Johan Hovold
2016-12-02
1
-1
/
+10
|
*
net: ethernet: stmmac: dwmac-sti: fix probe error path
Johan Hovold
2016-12-02
1
-1
/
+10
|
*
net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errors
Johan Hovold
2016-12-02
1
-10
/
+19
*
|
stmmac: fix comments, make debug output consistent
Pavel Machek
2016-11-29
2
-7
/
+10
*
|
net: stmmac: enable tx queue 0 for gmac4 IPs synthesized with multiple TX queues
Niklas Cassel
2016-11-29
2
-1
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
13
-153
/
+261
|
\
\
|
|
/
|
*
ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC
Peter Robinson
2016-11-21
1
-1
/
+1
|
*
stmmac: fix PTP type ethtool stats
Giuseppe CAVALLARO
2016-11-15
5
-44
/
+69
|
*
stmmac: fix PTP support for GMAC4
Giuseppe CAVALLARO
2016-11-15
7
-73
/
+154
|
*
stmmac: update the PTP header file
Giuseppe CAVALLARO
2016-11-15
1
-35
/
+37
|
*
net: ethernet: Fix SGMII unable to switch speed and autonego failure
Jia Jie Ho
2016-11-15
1
-2
/
+2
*
|
net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart
LABBE Corentin
2016-11-17
1
-28
/
+21
*
|
net: stmmac: replace hardcoded function name by __func__
LABBE Corentin
2016-11-17
1
-4
/
+3
*
|
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
LABBE Corentin
2016-11-17
2
-95
/
+123
*
|
net: stmmac: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
*
|
net: ethernet: stmmac: change dma descriptors to __le32
Michael Weiser
2016-11-15
8
-181
/
+195
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-0
/
+7
|
\
\
|
|
/
|
*
net: stmmac: Fix lack of link transition for fixed PHYs
Florian Fainelli
2016-11-14
1
-0
/
+7
*
|
Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"
Joachim Eastwood
2016-11-09
1
-6
/
+2
*
|
stmmac: dwmac-rk: absorb rk_gmac_init into probe
Joachim Eastwood
2016-11-09
1
-9
/
+1
*
|
stmmac: dwmac-rk: turn exit into standard driver remove callback
Joachim Eastwood
2016-11-09
1
-9
/
+11
*
|
stmmac: dwmac-rk: turn resume/suspend into standard PM callbacks
Joachim Eastwood
2016-11-09
1
-27
/
+32
*
|
stmmac: dwmac-sti: remove unused priv dev member
Joachim Eastwood
2016-11-06
1
-2
/
+0
*
|
stmmac: dwmac-sti: clean up and rename sti_dwmac_init
Joachim Eastwood
2016-11-06
1
-6
/
+4
*
|
stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handling
Joachim Eastwood
2016-11-06
1
-4
/
+15
*
|
stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_data
Joachim Eastwood
2016-11-06
1
-3
/
+3
*
|
stmmac: dwmac-sti: add PM ops and resume function
Joachim Eastwood
2016-11-06
1
-10
/
+37
*
|
stmmac: dwmac-sti: remove clk NULL checks
Joachim Eastwood
2016-11-06
1
-6
/
+4
*
|
stmmac: dwmac-sti: remove useless of_node check
Joachim Eastwood
2016-11-06
1
-3
/
+0
*
|
net: stmmac: Add OXNAS Glue Driver
Neil Armstrong
2016-11-03
3
-0
/
+229
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
4
-16
/
+12
|
\
\
|
|
/
[next]