index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
/
macb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-01
net: macb: fix phy interrupt parsing
Alexandre Belloni
1
-8
/
+10
2017-04-07
net: macb: Use net_device_stats from struct net_device
Tobias Klauser
1
-20
/
+20
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-58
/
+130
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-30
net: macb: Fix 64 bit addressing support for GEM
Rafal Ozieblo
1
-58
/
+130
2017-01-19
macb: Common code to enable ptp support for MACB/GEM
Andrei.Pistirica@microchip.com
1
-2
/
+30
2016-12-17
net: macb: Added PCI wrapper for Platform Driver.
Bartosz Folta
1
-5
/
+26
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2016-11-30
net: macb: ensure ordering write to re-enable RX smoothly
Zumeng Chen
1
-0
/
+2
2016-11-30
net: macb: fix the RX queue reset in macb_rx()
Cyrille Pitchen
1
-2
/
+1
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2016-11-19
net: macb: add check for dma mapping error in start_xmit()
Alexey Khoroshilov
1
-0
/
+6
2016-11-17
cadence: Add LSO support.
Rafal Ozieblo
1
-12
/
+126
2016-10-19
net: macb: Add ethtool get_ringparam and set_ringparam functionality
Zach Brown
1
-0
/
+59
2016-10-19
net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...
Zach Brown
1
-52
/
+62
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-11
/
+8
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-08
net: macb: NULL out phydev after removing mdio bus
Nathan Sullivan
1
-0
/
+1
2016-09-13
net: macb: fix missing unlock on error in macb_start_xmit()
Wei Yongjun
1
-1
/
+1
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+23
2016-09-06
net: macb: initialize checksum when using checksum offloading
Helmut Buchsbaum
1
-0
/
+23
2016-08-19
net: ethernet: macb: Add support for rx_clk
shubhrajyoti.datta@xilinx.com
1
-5
/
+26
2016-08-15
net: macb: add missing free_netdev() on error in macb_probe()
Wei Yongjun
1
-1
/
+1
2016-08-11
net: macb: Add 64 bit addressing support for GEM
Harini Katakam
1
-11
/
+51
2016-06-25
net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+4
2016-06-25
net: ethernet: macb: use phydev from struct net_device
Philippe Reynes
1
-15
/
+13
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-13
/
+21
2016-05-03
net: macb: Probe MDIO bus before registering netdev
Florian Fainelli
1
-12
/
+19
2016-05-03
macb: fix mdiobus_scan() error check
Sergei Shtylyov
1
-1
/
+2
2016-04-04
net: macb: Fix simple typo
Moritz Fischer
1
-1
/
+1
2016-04-04
net: macb: Use ether_addr_copy over memcpy
Moritz Fischer
1
-1
/
+1
2016-04-04
net: macb: Fix coding style suggestions
Moritz Fischer
1
-22
/
+24
2016-04-04
net: macb: Fix coding style warnings
Moritz Fischer
1
-58
/
+42
2016-04-04
net: macb: Fix coding style error message
Moritz Fischer
1
-1
/
+1
2016-03-28
net: macb: Only call GPIO functions if there is a valid GPIO
Charles Keepax
1
-3
/
+5
2016-03-25
net: macb: remove BUG_ON() and reset the queue to handle RX errors
Cyrille Pitchen
1
-10
/
+49
2016-03-24
net: macb: replace macb_writel() call by queue_writel() to update queue ISR
Cyrille Pitchen
1
-1
/
+1
2016-03-22
macb: fix PHY reset
Sergei Shtylyov
1
-2
/
+2
2016-03-14
net: macb: fix default configuration for GMAC on AT91
Nicolas Ferre
1
-6
/
+7
2016-02-19
net: macb: make magic-packet property generic
Sergio Prado
1
-1
/
+1
2016-02-11
net: macb: add wake-on-lan support via magic packet
Sergio Prado
1
-6
/
+61
2016-01-25
net: macb: fix build warning
Sudip Mukherjee
1
-1
/
+1
2016-01-15
net: macb: clear interrupts when disabling them
Nathan Sullivan
1
-0
/
+4
2016-01-08
net: macb: Add NP4 macb config using USRIO_DISABLED
Neil Armstrong
1
-0
/
+6
2016-01-08
net: ethernet: cadence-macb: Add disabled usrio caps
Neil Armstrong
1
-12
/
+15
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-13
/
+1
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-2
/
+1
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-12-17
net/macb: Update device tree binding for resetting PHY using GPIO
Gregory CLEMENT
1
-3
/
+12
[next]