index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
toshiba
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
4
-5
/
+5
2019-08-30
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-08-12
net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
Nathan Chancellor
1
-1
/
+1
2019-07-29
net: spider_net: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-06-18
ps3_gelic: Use [] to denote a flexible array member
Geert Uytterhoeven
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 301
Thomas Gleixner
1
-13
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176
Thomas Gleixner
1
-13
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
5
-70
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
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: remove a redundant local variable 'index_specified'
zhong jiang
1
-6
/
+3
2018-09-20
net: toshiba: fix return type of ndo_start_xmit function
YueHaibing
4
-7
/
+9
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-9
/
+7
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-21
drivers: net: spider_net: use setup_timer() helper.
Allen Pais
1
-7
/
+5
2017-07-30
net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"
Colin Ian King
1
-1
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-05-09
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-24
net: tc35815: move free after the dereference
Dan Carpenter
1
-1
/
+1
2017-03-09
net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-10
/
+14
2017-03-09
net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+29
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
3
-3
/
+3
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-11-14
ps3_gelic: fix spelling mistake in debug message
Colin Ian King
1
-1
/
+1
2016-10-18
ethernet/toshiba: use core min/max MTU checking
Jarod Wilson
4
-41
/
+8
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-07
net: ps3_gelic: Add missing \n to end of deb_dbg message
Colin Ian King
1
-1
/
+1
2016-09-13
net: Remove NO_IRQ from powerpc-only network drivers
Michael Ellerman
1
-2
/
+2
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-05-21
ps3_gelic: use kmemdup
Muhammad Falak R Wani
1
-2
/
+2
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-04-28
ps3_gelic: fix memcpy parameter
Christophe Jaillet
1
-1
/
+1
2016-02-06
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
1
-1
/
+0
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
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
2015-06-11
net/ps3_gelic: Fix build error with DEBUG
Geoff Levand
1
-12
/
+12
2015-05-22
spider_net: Use DECLARE_BITMAP
Joe Perches
1
-2
/
+1
2015-04-14
toshiba: Remove celleb from Kconfig options
Daniel Axtens
1
-2
/
+2
[next]