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
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2
-7
/
+15
2019-11-01
net: ethernet: arc: add the missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2
-20
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-02-14
net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...
Yang Wei
1
-1
/
+1
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+2
2018-06-23
net: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-2
/
+4
2018-03-20
net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...
Christophe JAILLET
1
-2
/
+4
2017-12-19
net: arc_emac: restart stalled EMAC
Alexander Kochetkov
2
-0
/
+113
2017-12-19
net: arc_emac: fix arc_emac_rx() error paths
Alexander Kochetkov
1
-22
/
+31
2017-12-13
net: ethernet: arc: fix error handling in emac_rockchip_probe
Branislav Radocaj
1
-3
/
+7
2017-12-07
net: ethernet: arc: fix error handling in emac_rockchip_probe
Branislav Radocaj
1
-2
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-08-04
net: arc_emac: Add support for ndo_do_ioctl net_device_ops operation
Romain Perier
1
-0
/
+13
2017-04-21
net: arc_emac: switch to phy_start()/phy_stop()
Alexander Kochetkov
1
-1
/
+3
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-11-30
net: arc_emac: add dependencies on associated arches and compile test
Peter Robinson
1
-2
/
+3
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2016-11-16
net: arc_emac: don't pass multicast packets to kernel in non-multicast mode
Alexander Kochetkov
1
-1
/
+4
2016-11-16
net: arc_emac: annonce IFF_MULTICAST support
Alexander Kochetkov
1
-2
/
+0
2016-10-19
net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skb
Wei Yongjun
1
-1
/
+1
2016-09-07
net: arc_emac: mark arc_mdio_reset() static
Baoyou Xie
1
-1
/
+1
2016-08-06
net: arc_emac: add missing of_node_put() in arc_emac_probe()
Wei Yongjun
1
-2
/
+4
2016-08-02
ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandle
Peter Chen
1
-4
/
+11
2016-07-05
net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-38
/
+2
2016-07-05
net: ethernet: arc: emac: use phydev from struct net_device
Philippe Reynes
2
-18
/
+12
2016-05-26
net: arc: trivial: Replace comma with a semicolon
Marek Vasut
1
-1
/
+1
2016-03-17
net: arc: trivial: cleanup the emac driver
Caesar Wang
4
-57
/
+75
2016-03-17
net: arc_emac: support the phy reset for emac driver
Caesar Wang
2
-0
/
+43
2016-02-16
net: arc_emac: fix sk_buff leak
Alexander Kochetkov
1
-0
/
+62
2016-02-16
net: arc_emac: reset txbd_curr and txbd_dirty pointers to zero
Alexander Kochetkov
1
-0
/
+3
2016-02-16
net: arc_emac: fix koops caused by sk_buff free
Alexander Kochetkov
1
-2
/
+7
2016-01-11
net: ethernet: arc: Add support emac for RK3036
Xing Zheng
2
-3
/
+9
2016-01-11
net: ethernet: arc: Keep emac compatibility for more Rockchip SoCs
Xing Zheng
1
-24
/
+45
2016-01-11
net: ethernet: arc: Probe emac after set RMII clock
Xing Zheng
1
-4
/
+7
2015-09-22
net: arc: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
2015-04-23
ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMA
Geert Uytterhoeven
1
-3
/
+2
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+37
2014-09-13
net: arc_emac: prevent reuse of unreclaimed tx descriptors
Beniamino Galvani
1
-11
/
+32
2014-09-13
net: arc_emac: enable tx interrupts
Beniamino Galvani
1
-5
/
+5
2014-09-11
net: ethernet: arc: Don't free Rockchip resources before disconnect from phy
Romain Perier
1
-1
/
+2
2014-09-10
ethernet: arc: Add support for Rockchip SoC layer device tree bindings
Romain Perier
5
-1
/
+244
2014-09-03
ethernet: arc: remove unused dev
Jingoo Han
1
-1
/
+0
2014-08-28
ethernet: arc: Add support for specific SoC layer device tree bindings
Romain Perier
5
-61
/
+129
2014-08-28
ethernet: arc: mdio changes for future SoC glue layer devtree support
Romain Perier
3
-6
/
+5
2014-08-28
ethernet: arc: remove use of 'struct platform_device'
Romain Perier
1
-31
/
+33
[next]