index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
/
macb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: macb: fix error format in dev_err()
Luca Ceresoli
2019-12-05
1
-7
/
+7
*
net: macb: Clean 64b dma addresses if they are not detected
Michal Simek
2018-11-10
1
-0
/
+1
*
net: macb: disable scatter-gather for macb on sama5d3
Nicolas Ferre
2018-10-18
1
-0
/
+8
*
net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
Jia-Ju Bai
2018-10-10
1
-1
/
+1
*
net: macb: ensure ordering write to re-enable RX smoothly
Zumeng Chen
2016-11-29
1
-0
/
+2
*
net: macb: fix the RX queue reset in macb_rx()
Cyrille Pitchen
2016-11-29
1
-2
/
+1
*
net: macb: add check for dma mapping error in start_xmit()
Alexey Khoroshilov
2016-11-19
1
-0
/
+6
*
net: macb: NULL out phydev after removing mdio bus
Nathan Sullivan
2016-10-07
1
-0
/
+1
*
net: macb: fix missing unlock on error in macb_start_xmit()
Wei Yongjun
2016-09-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
1
-0
/
+23
|
\
|
*
net: macb: initialize checksum when using checksum offloading
Helmut Buchsbaum
2016-09-06
1
-0
/
+23
*
|
net: ethernet: macb: Add support for rx_clk
shubhrajyoti.datta@xilinx.com
2016-08-18
1
-5
/
+26
*
|
net: macb: add missing free_netdev() on error in macb_probe()
Wei Yongjun
2016-08-14
1
-1
/
+1
*
|
net: macb: Add 64 bit addressing support for GEM
Harini Katakam
2016-08-10
1
-11
/
+51
|
/
*
net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-06-25
1
-26
/
+4
*
net: ethernet: macb: use phydev from struct net_device
Philippe Reynes
2016-06-25
1
-15
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-04
1
-13
/
+21
|
\
|
*
net: macb: Probe MDIO bus before registering netdev
Florian Fainelli
2016-05-03
1
-12
/
+19
|
*
macb: fix mdiobus_scan() error check
Sergei Shtylyov
2016-05-03
1
-1
/
+2
*
|
net: macb: Fix simple typo
Moritz Fischer
2016-04-04
1
-1
/
+1
*
|
net: macb: Use ether_addr_copy over memcpy
Moritz Fischer
2016-04-04
1
-1
/
+1
*
|
net: macb: Fix coding style suggestions
Moritz Fischer
2016-04-04
1
-22
/
+24
*
|
net: macb: Fix coding style warnings
Moritz Fischer
2016-04-04
1
-58
/
+42
*
|
net: macb: Fix coding style error message
Moritz Fischer
2016-04-04
1
-1
/
+1
|
/
*
net: macb: Only call GPIO functions if there is a valid GPIO
Charles Keepax
2016-03-28
1
-3
/
+5
*
net: macb: remove BUG_ON() and reset the queue to handle RX errors
Cyrille Pitchen
2016-03-25
1
-10
/
+49
*
net: macb: replace macb_writel() call by queue_writel() to update queue ISR
Cyrille Pitchen
2016-03-24
1
-1
/
+1
*
macb: fix PHY reset
Sergei Shtylyov
2016-03-22
1
-2
/
+2
*
net: macb: fix default configuration for GMAC on AT91
Nicolas Ferre
2016-03-13
1
-6
/
+7
*
net: macb: make magic-packet property generic
Sergio Prado
2016-02-19
1
-1
/
+1
*
net: macb: add wake-on-lan support via magic packet
Sergio Prado
2016-02-11
1
-6
/
+61
*
net: macb: fix build warning
Sudip Mukherjee
2016-01-25
1
-1
/
+1
*
net: macb: clear interrupts when disabling them
Nathan Sullivan
2016-01-15
1
-0
/
+4
*
net: macb: Add NP4 macb config using USRIO_DISABLED
Neil Armstrong
2016-01-07
1
-0
/
+6
*
net: ethernet: cadence-macb: Add disabled usrio caps
Neil Armstrong
2016-01-07
1
-12
/
+15
*
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-13
/
+1
*
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
1
-2
/
+1
*
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
1
-1
/
+1
*
net/macb: Update device tree binding for resetting PHY using GPIO
Gregory CLEMENT
2015-12-17
1
-3
/
+12
*
net/macb: add support for resetting PHY using GPIO
Gregory CLEMENT
2015-12-14
1
-0
/
+8
*
net: macb: Add support for sgmii phy interface
Punnaiah Choudary Kalluri
2015-11-18
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-31
1
-42
/
+83
|
\
|
*
macb: Fix build with macro'ized readl/writel.
David S. Miller
2015-07-27
1
-7
/
+7
|
*
net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()
Andy Shevchenko
2015-07-27
1
-8
/
+2
|
*
net/macb: suppress compiler warnings
Andy Shevchenko
2015-07-27
1
-3
/
+2
|
*
net/macb: use dev_*() when netdev is not yet registered
Andy Shevchenko
2015-07-27
1
-2
/
+2
|
*
net/macb: check if macb_config present
Andy Shevchenko
2015-07-27
1
-2
/
+1
|
*
net/macb: improve big endian CPU support
Andy Shevchenko
2015-07-27
1
-27
/
+76
*
|
net: macb: Add SG support for Zynq SOC family
Punnaiah Choudary Kalluri
2015-07-08
1
-4
/
+2
|
/
*
net/macb: add config for Atmel sama5d2 SoCs
Cyrille Pitchen
2015-06-23
1
-0
/
+8
[next]