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
2013-01-20
usbnet: pegasus: set wakeup enable in set_wol
Ming Lei
1
-1
/
+7
2013-01-19
net: asix: ax88772_unbind() can be static
Wu Fengguang
1
-1
/
+1
2013-01-18
net: usb: initialize tmp in dm9601.c to avoid warning
Simon Que
1
-2
/
+2
2013-01-18
net: asix: handle packets crossing URB boundaries
Lucas Stach
4
-30
/
+109
2013-01-18
net: asix: init ASIX AX88772B MAC from EEPROM
Lucas Stach
2
-3
/
+30
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-1
/
+1
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
2
-2
/
+0
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
6
-15
/
+16
2013-01-04
smsc95xx: enable dynamic autosuspend
Steve Glendinning
1
-1
/
+150
2013-01-04
smsc95xx: eliminate duplicate warnings on io failure
Steve Glendinning
1
-217
/
+67
2012-12-28
net: qmi_wwan: add Telekom Speedstick LTE II
Bjørn Mork
1
-0
/
+1
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
[next]