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
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
Ivan Khoronzhuk
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-13
net: ethernet: ti: netcp_ethss: fix build
Grygorii Strashko
1
-1
/
+1
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
2
-2
/
+2
2019-05-06
net: davinci: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-10
/
+6
2019-05-05
drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()
Wei Yongjun
1
-2
/
+2
2019-05-01
net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()
YueHaibing
1
-1
/
+1
2019-04-28
cpsw: Put back cpsw_ndo_poll_controller()
David S. Miller
1
-0
/
+12
2019-04-28
net: ethernet: ti: cpsw: move ethtool func in separate file
Grygorii Strashko
4
-725
/
+769
2019-04-28
net: ethernet: ti: cpsw: switch to use mac sl api
Grygorii Strashko
4
-42
/
+34
2019-04-28
net: ethernet: ti: cpsw: introduce mac sl module api
Grygorii Strashko
2
-0
/
+401
2019-04-28
net: ethernet: ti: cpsw: move common hw init code in separate func
Grygorii Strashko
4
-102
/
+139
2019-04-28
net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...
Grygorii Strashko
1
-2
/
+2
2019-04-28
net: ethernet: ti: cpsw: move cpsw definitions in priv header
Grygorii Strashko
2
-426
/
+438
2019-04-28
net: ethernet: ti: cpsw: refactor probe to group common hw initialization
Grygorii Strashko
1
-116
/
+97
2019-04-28
net: ethernet: ti: davinci_mdio: use devm_ioremap()
Grygorii Strashko
1
-1
/
+1
2019-04-28
net: ethernet: ti: ale: do not auto delete mcast super entries
Grygorii Strashko
1
-0
/
+3
2019-04-28
net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
Grygorii Strashko
3
-14
/
+20
2019-04-28
net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()
Grygorii Strashko
1
-2
/
+2
2019-04-28
net: ethernet: ti: ale: fix mcast super setting
Grygorii Strashko
1
-1
/
+1
2019-04-28
net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()
Grygorii Strashko
1
-12
/
+3
2019-04-28
net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()
Grygorii Strashko
1
-12
/
+6
2019-04-28
net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call
Grygorii Strashko
1
-3
/
+0
2019-04-28
net: ethernet: ti: cpsw: use local var dev in probe
Grygorii Strashko
1
-32
/
+33
2019-04-28
net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common
Grygorii Strashko
1
-8
/
+6
2019-04-28
net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config option
Grygorii Strashko
3
-28
/
+2
2019-04-28
net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option
Grygorii Strashko
3
-43
/
+3
2019-04-28
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
18
-180
/
+18
2019-04-02
net: ethernet: ti: davinci_mdio: switch to readl/writel()
Grygorii Strashko
1
-11
/
+11
2019-03-24
net: ethernet: ti: fix possible object reference leak
Wen Yang
1
-2
/
+6
2019-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+1
2019-03-07
davinci_emac: always build in CONFIG_OF code
Arnd Bergmann
1
-3
/
+1
2019-03-06
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-3
/
+9
2019-02-21
net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver
Grygorii Strashko
2
-3
/
+9
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-19
net: netcp: Fix ethss driver probe issue
Murali Karicheri
1
-1
/
+1
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-01-29
net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-18
net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolon
YueHaibing
1
-2
/
+2
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2018-12-29
Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+18
2018-12-28
net: (cpts) fix a missing check of clk_prepare
Kangjie Lu
1
-1
/
+3
2018-12-19
net: ethernet: don't set phylib state CHANGELINK in drivers
Heiner Kallweit
1
-1
/
+0
2018-12-12
net: ethernet: ti: cpsw: add support for port interface mode selection phy
Grygorii Strashko
1
-1
/
+18
2018-12-06
net: Use of_node_name_eq for node name comparisons
Rob Herring
2
-4
/
+4
2018-12-05
net: documentation: build a directory structure for drivers
Jakub Kicinski
2
-2
/
+5
2018-12-04
net: davinci_emac: use nvmem_get_mac_address()
Bartosz Golaszewski
1
-5
/
+9
2018-11-14
net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped
Ivan Khoronzhuk
1
-2
/
+3
2018-11-14
net: ethernet: ti: cpts: move enable/disable flags outside of cpts module
Ivan Khoronzhuk
4
-77
/
+41
[next]