index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
smsc95xx: fix async register writes on big endian platforms
Steve Glendinning
2012-12-10
1
-5
/
+9
*
smsc95xx: fix register dump of last register
Steve Glendinning
2012-12-10
1
-1
/
+1
*
smsc75xx: only set mac address once on bind
Steve Glendinning
2012-12-10
1
-2
/
+8
*
smsc95xx: expand check_ macros
Steve Glendinning
2012-11-30
1
-121
/
+391
*
smsc95xx: fix smsc_crc return type
Steve Glendinning
2012-11-30
1
-2
/
+3
*
smsc95xx: don't enable remote wakeup directly
Steve Glendinning
2012-11-30
1
-25
/
+5
*
smsc95xx: fix error handling in suspend failure case
Steve Glendinning
2012-11-30
1
-21
/
+29
*
smsc95xx: fix suspend buffer overflow
Steve Glendinning
2012-11-30
1
-1
/
+6
*
smsc75xx: expand check_ macros
Steve Glendinning
2012-11-30
1
-159
/
+576
*
smsc75xx: don't call usbnet_resume if usbnet_suspend fails
Steve Glendinning
2012-11-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-29
1
-0
/
+1
|
\
|
*
net: qmi_wwan: add Huawei E173
Bjørn Mork
2012-11-28
1
-0
/
+1
*
|
smsc75xx: don't enable remote wakeup directly
Steve Glendinning
2012-11-28
1
-35
/
+8
*
|
smsc75xx: add support for USB dynamic autosuspend
Steve Glendinning
2012-11-28
1
-4
/
+119
*
|
smsc75xx: fix error handling in suspend failure case
Steve Glendinning
2012-11-28
1
-31
/
+38
*
|
smsc75xx: support PHY wakeup source
Steve Glendinning
2012-11-28
1
-17
/
+152
*
|
smsc75xx: refactor entering suspend modes
Steve Glendinning
2012-11-28
1
-24
/
+38
*
|
smsc75xx: check return code from smsc75xx_reset
Steve Glendinning
2012-11-28
1
-0
/
+1
*
|
smsc: Add logging message newlines
Joe Perches
2012-11-25
2
-291
/
+296
*
|
asix: use ramdom hw addr if the one read is not valid
Jean-Christophe PLAGNIOL-VILLARD
2012-11-23
1
-3
/
+16
*
|
smsc95xx: refactor entering suspend modes
Steve Glendinning
2012-11-23
1
-79
/
+99
*
|
smsc95xx: support PHY wakeup source
Steve Glendinning
2012-11-23
2
-17
/
+164
*
|
smsc95xx: detect chip revision specific features
Steve Glendinning
2012-11-23
2
-9
/
+23
*
|
smsc95xx: fix error checking of usbnet_resume
Steve Glendinning
2012-11-23
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-17
2
-6
/
+20
|
\
\
|
|
/
|
*
net: cdc_ncm: add Huawei devices
Bjørn Mork
2012-11-13
1
-4
/
+18
|
*
smsc95xx: set MII_BUSY bit to read/write PHY regs
Steve Glendinning
2012-11-13
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-10
5
-19
/
+51
|
\
\
|
|
/
|
*
usbnet: ratelimit kevent may have been dropped warnings
Steve Glendinning
2012-11-09
1
-3
/
+5
|
*
net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs
Ian Coolidge
2012-11-07
1
-1
/
+2
|
*
smsc95xx: fix tx checksum offload for big endian
Steve Glendinning
2012-11-03
1
-0
/
+1
|
*
qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan
Dan Williams
2012-10-26
2
-15
/
+40
|
*
net: usb: Fix memory leak on Tx data path
Hemant Kumar
2012-10-26
1
-0
/
+3
*
|
usbnet: runtime wake up device before calling usbnet_{read|write}_cmd
Ming Lei
2012-11-07
1
-4
/
+16
*
|
usbnet: smsc95xx: apply the introduced usbnet_{read|write}_cmd_nopm
Ming Lei
2012-11-07
1
-49
/
+85
*
|
usbnet: smsc95xx: fix memory leak in smsc95xx_suspend
Ming Lei
2012-11-07
1
-3
/
+10
*
|
usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopm
Ming Lei
2012-11-07
1
-57
/
+90
*
|
usbnet: introduce usbnet_{read|write}_cmd_nopm
Ming Lei
2012-11-07
1
-5
/
+57
*
|
smsc75xx: add wol support for more frame types
Steve Glendinning
2012-11-03
2
-33
/
+124
*
|
smsc95xx: add wol support for more frame types
Steve Glendinning
2012-10-31
3
-6
/
+128
*
|
net: sierra: shut up sparse restricted type warnings
Bjørn Mork
2012-10-28
1
-2
/
+2
*
|
net: cdc_ncm: error path lock fix
Bjørn Mork
2012-10-28
1
-0
/
+2
*
|
net: cdc_ncm: big endian fix
Bjørn Mork
2012-10-28
1
-1
/
+1
*
|
usbnet: smsc95xx: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-88
/
+27
*
|
usbnet: smsc75xx: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-25
/
+14
*
|
usbnet: sierra_net: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-28
/
+17
*
|
usbnet: plusb: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-7
/
+4
*
|
usbnet: net1080: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-80
/
+30
*
|
usbnet: mcs7830: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-79
/
+6
*
|
usbnet: int51x1: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-49
/
+3
[next]