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
starfive-6.6.48-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
/
toshiba
/
tc35815.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
1
-2
/
+4
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-04-01
net: toshiba: fix the trailing format of some block comments
Yixing Liu
1
-1
/
+2
2020-09-09
net: tc35815: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-20
/
+28
2020-04-27
net: tc35815: Fix phydev supported/advertising mask
Anthony Felice
1
-1
/
+1
2020-02-25
toshiba: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
1
-11
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-2
/
+2
2019-08-12
net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
Nathan Chancellor
1
-1
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-12
/
+17
2018-09-20
net: toshiba: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+4
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-1
/
+1
2017-07-30
net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
Colin Ian King
1
-1
/
+1
2017-05-09
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-04-24
net: tc35815: move free after the dereference
Dan Carpenter
1
-1
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-07-16
net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-16
/
+2
2016-07-16
net: ethernet: tc35815: use phydev from struct net_device
Philippe Reynes
1
-27
/
+18
2016-06-27
net: tc35815: fix spelling mistake on "descriptors"
Colin Ian King
1
-5
/
+5
2016-01-11
net: tc35815: Drop unused variable
Guenter Roeck
1
-1
/
+0
2016-01-11
net: tc35815: Fix build error due to missed API change
Guenter Roeck
1
-15
/
+2
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
-4
/
+2
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-2
/
+2
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-03-15
tc35815: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-10
net: tc35815: use phy_init_hw for PHY reset
Florian Fainelli
1
-11
/
+4
2013-10-24
net: tc35815: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-23
net/ethernet/toshiba/tc35815: Use module_pci_driver to register driver
Peter Hüwe
1
-13
/
+1
2013-01-15
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-3
/
+2
2013-01-09
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-1
/
+0
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-3
/
+4
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-1
/
+1
2012-12-03
tc35815: remove __dev* attributes
Bill Pemberton
1
-8
/
+8
2012-02-16
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2012-02-09
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
1
-1
/
+1
2012-02-01
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+2
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-12
toshiba: Move the Toshiba drivers
Jeff Kirsher
1
-0
/
+2228