index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
toshiba
/
tc35815.c
Age
Commit message (
Expand
)
Author
2020-04-27
net: tc35815: Fix phydev supported/advertising mask
Anthony Felice
2020-02-24
toshiba: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-08-11
net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
Nathan Chancellor
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-09-19
net: toshiba: fix return type of ndo_start_xmit function
YueHaibing
2018-09-12
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2017-07-29
net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
Colin Ian King
2017-05-08
format-security: move static strings to const
Kees Cook
2017-04-24
net: tc35815: move free after the dereference
Dan Carpenter
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-07-15
net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-15
net: ethernet: tc35815: use phydev from struct net_device
Philippe Reynes
2016-06-27
net: tc35815: fix spelling mistake on "descriptors"
Colin Ian King
2016-01-10
net: tc35815: Drop unused variable
Guenter Roeck
2016-01-10
net: tc35815: Fix build error due to missed API change
Guenter Roeck
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-03-14
tc35815: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-09
net: tc35815: use phy_init_hw for PHY reset
Florian Fainelli
2013-10-23
net: tc35815: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-05-22
net/ethernet/toshiba/tc35815: Use module_pci_driver to register driver
Peter Hüwe
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-03
tc35815: remove __dev* attributes
Bill Pemberton
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
2012-02-08
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-12
toshiba: Move the Toshiba drivers
Jeff Kirsher