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
/
usb
/
smsc75xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-05-07
net: usb: smsc: fix warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-06
net: usb: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2018-10-04
net/usb: cancel pending work when unbinding smsc75xx
Yu Zhao
1
-0
/
+1
2018-09-29
smsc75xx: Check for Wake-on-LAN modes
Florian Fainelli
1
-0
/
+3
2018-07-04
smsc75xx: Add workaround for gigabit link up hardware errata.
Yuiko Oshino
1
-0
/
+62
2018-02-22
smsc75xx: fix smsc75xx_set_features()
Eric Dumazet
1
-3
/
+4
2017-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+2
2017-04-21
smsc75xx: use skb_cow_head() to deal with cloned skbs
Eric Dumazet
1
-6
/
+2
2017-04-04
net: usbnet: support 64bit stats
Greg Ungerer
1
-0
/
+1
2017-03-22
net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-2
/
+2
2016-10-20
net: use core MTU range checking in USB NIC drivers
Jarod Wilson
1
-3
/
+1
2016-05-04
usbnet/smsc75xx: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+3
2016-05-02
net/smscx5xx: use the device tree for mac address
Arnd Bergmann
1
-1
/
+11
2015-09-23
usbnet: remove invalid check
Andrzej Hajda
1
-5
/
+0
2014-02-17
usbnet: remove generic hard_header_len check
Emil Goode
1
-0
/
+4
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-06
usb: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-07-27
usbnet: do not pretend to support SG/TSO
Eric Dumazet
1
-9
/
+3
2013-04-08
Merge 3.9-rc6 into usb-next
Greg Kroah-Hartman
1
-4
/
+8
2013-03-29
smsc75xx: fix jumbo frame support
Steve Glendinning
1
-4
/
+8
2013-03-25
usbnet: smsc75xx: don't recover device if suspend fails in system sleep
Ming Lei
1
-1
/
+5
2013-02-04
drivers: net: usb: Remove unnecessary alloc/OOM messages
Joe Perches
1
-4
/
+2
2012-12-10
smsc75xx: only set mac address once on bind
Steve Glendinning
1
-2
/
+8
2012-11-30
smsc75xx: expand check_ macros
Steve Glendinning
1
-159
/
+576
2012-11-30
smsc75xx: don't call usbnet_resume if usbnet_suspend fails
Steve Glendinning
1
-1
/
+1
2012-11-28
smsc75xx: don't enable remote wakeup directly
Steve Glendinning
1
-35
/
+8
2012-11-28
smsc75xx: add support for USB dynamic autosuspend
Steve Glendinning
1
-4
/
+119
2012-11-28
smsc75xx: fix error handling in suspend failure case
Steve Glendinning
1
-31
/
+38
2012-11-28
smsc75xx: support PHY wakeup source
Steve Glendinning
1
-17
/
+152
2012-11-28
smsc75xx: refactor entering suspend modes
Steve Glendinning
1
-24
/
+38
2012-11-28
smsc75xx: check return code from smsc75xx_reset
Steve Glendinning
1
-0
/
+1
2012-11-26
smsc: Add logging message newlines
Joe Perches
1
-199
/
+204
2012-11-07
usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopm
Ming Lei
1
-57
/
+90
2012-11-03
smsc75xx: add wol support for more frame types
Steve Glendinning
1
-33
/
+122
2012-10-26
usbnet: smsc75xx: apply introduced usb command APIs
Ming Lei
1
-25
/
+14
2012-09-29
smsc75xx: add wol magic packet support
Steve Glendinning
1
-14
/
+174
2012-09-29
smsc75xx: enable power saving mode during system suspend
Steve Glendinning
1
-3
/
+54
2012-09-29
smsc75xx: add explicit test that device is READY
Steve Glendinning
1
-0
/
+23
2012-09-28
smsc75xx: fix resume after device reset
Steve Glendinning
1
-0
/
+1
2012-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-07-17
Change email address for Steve Glendinning
Steve Glendinning
1
-1
/
+1
2012-07-17
net: usb: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-05-23
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+1
2012-05-19
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
1
-0
/
+1
2012-05-08
smsc75xx: let EEPROM determine GPIO/LED settings
Steve Glendinning
1
-7
/
+12
2012-05-08
smsc75xx: eliminate unnecessary phy register read
Steve Glendinning
1
-3
/
+1
2012-05-08
smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALL
Steve Glendinning
1
-1
/
+2
2012-05-01
smsc75xx: enable mac to detect speed/duplex from phy
Steve Glendinning
1
-0
/
+8
2012-05-01
smsc75xx: declare smsc75xx's MII as GMII capable
Steve Glendinning
1
-0
/
+3
[next]