index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
net: qmi_wwan: add ZTE MF880
Bjørn Mork
1
-0
/
+1
2012-12-19
use generic usbnet_manage_power()
Oliver Neukum
2
-16
/
+4
2012-12-19
usbnet: generic manage_power()
Oliver Neukum
1
-0
/
+10
2012-12-19
usbnet: handle PM failure gracefully
Oliver Neukum
1
-7
/
+8
2012-12-17
cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362
Dan Williams
1
-16
/
+4
2012-12-17
qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDs
Dan Williams
2
-0
/
+29
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
16
-1387
/
+2956
2012-12-11
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2012-12-10
smsc95xx: fix async register writes on big endian platforms
Steve Glendinning
1
-5
/
+9
2012-12-10
smsc95xx: fix register dump of last register
Steve Glendinning
1
-1
/
+1
2012-12-10
smsc75xx: only set mac address once on bind
Steve Glendinning
1
-2
/
+8
2012-11-30
smsc95xx: expand check_ macros
Steve Glendinning
1
-121
/
+391
2012-11-30
smsc95xx: fix smsc_crc return type
Steve Glendinning
1
-2
/
+3
2012-11-30
smsc95xx: don't enable remote wakeup directly
Steve Glendinning
1
-25
/
+5
2012-11-30
smsc95xx: fix error handling in suspend failure case
Steve Glendinning
1
-21
/
+29
2012-11-30
smsc95xx: fix suspend buffer overflow
Steve Glendinning
1
-1
/
+6
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-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-11-28
net: qmi_wwan: add Huawei E173
Bjørn Mork
1
-0
/
+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-25
smsc: Add logging message newlines
Joe Perches
2
-291
/
+296
2012-11-23
asix: use ramdom hw addr if the one read is not valid
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+16
2012-11-23
smsc95xx: refactor entering suspend modes
Steve Glendinning
1
-79
/
+99
2012-11-23
smsc95xx: support PHY wakeup source
Steve Glendinning
2
-17
/
+164
2012-11-23
smsc95xx: detect chip revision specific features
Steve Glendinning
2
-9
/
+23
2012-11-23
smsc95xx: fix error checking of usbnet_resume
Steve Glendinning
1
-1
/
+1
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+20
2012-11-16
Merge 3.7-rc6 into tty-next
Greg Kroah-Hartman
2
-6
/
+20
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-2
/
+3
2012-11-13
net: cdc_ncm: add Huawei devices
Bjørn Mork
1
-4
/
+18
2012-11-13
smsc95xx: set MII_BUSY bit to read/write PHY regs
Steve Glendinning
1
-2
/
+2
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-19
/
+51
2012-11-09
usbnet: ratelimit kevent may have been dropped warnings
Steve Glendinning
1
-3
/
+5
2012-11-07
net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs
Ian Coolidge
1
-1
/
+2
2012-11-07
usbnet: runtime wake up device before calling usbnet_{read|write}_cmd
Ming Lei
1
-4
/
+16
2012-11-07
usbnet: smsc95xx: apply the introduced usbnet_{read|write}_cmd_nopm
Ming Lei
1
-49
/
+85
2012-11-07
usbnet: smsc95xx: fix memory leak in smsc95xx_suspend
Ming Lei
1
-3
/
+10
2012-11-07
usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopm
Ming Lei
1
-57
/
+90
2012-11-07
usbnet: introduce usbnet_{read|write}_cmd_nopm
Ming Lei
1
-5
/
+57
2012-11-03
smsc95xx: fix tx checksum offload for big endian
Steve Glendinning
1
-0
/
+1
2012-11-03
smsc75xx: add wol support for more frame types
Steve Glendinning
2
-33
/
+124
2012-10-31
smsc95xx: add wol support for more frame types
Steve Glendinning
3
-6
/
+128
2012-10-28
net: sierra: shut up sparse restricted type warnings
Bjørn Mork
1
-2
/
+2
2012-10-28
net: cdc_ncm: error path lock fix
Bjørn Mork
1
-0
/
+2
[next]