Age | Commit message (Expand) | Author | Files | Lines |
2012-07-28 | USB: kaweth.c: use GFP_ATOMIC under spin_lock | Dan Carpenter | 1 | -1/+1 |
2012-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -23/+45 |
2012-07-25 | cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN | Dan Williams | 1 | -23/+45 |
2012-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-07-19 | asix: AX88172A driver depends on phylib | Christian Riesch | 1 | -0/+1 |
2012-07-19 | asix: Add support for programming the EEPROM | Christian Riesch | 4 | -0/+87 |
2012-07-19 | asix: Rework reading from EEPROM | Christian Riesch | 4 | -32/+24 |
2012-07-18 | net: qmi_wwan: add ZTE MF821D | Bjørn Mork | 1 | -0/+9 |
2012-07-18 | asix: Fix return value in AX88172A driver bind function | Christian Riesch | 1 | -0/+1 |
2012-07-18 | net: qmi_wwan: make dynamic device IDs work | Bjørn Mork | 1 | -1/+18 |
2012-07-17 | Change email address for Steve Glendinning | Steve Glendinning | 2 | -2/+2 |
2012-07-17 | asix: Add a new driver for the AX88172A | Christian Riesch | 5 | -3/+437 |
2012-07-17 | asix: Factor out common code | Christian Riesch | 4 | -3333/+64 |
2012-07-17 | asix: Rename asix.c to asix_devices.c | Christian Riesch | 4 | -0/+3361 |
2012-07-17 | net: usb: Use eth_random_addr | Joe Perches | 3 | -3/+3 |
2012-07-12 | smsc95xx: signedness bug in get_regs() | Dan Carpenter | 1 | -1/+2 |
2012-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+18 |
2012-07-10 | smsc95xx: support ethtool get_regs | Emeric Vigier | 1 | -0/+31 |
2012-07-09 | net: qmi_wwan: add ZTE MF60 | Bjørn Mork | 1 | -0/+18 |
2012-07-08 | asix: avoid copies in tx path | Eric Dumazet | 1 | -4/+24 |
2012-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+9 |
2012-06-29 | net: qmi_wwan: fix Oops while disconnecting | Bjørn Mork | 1 | -0/+4 |
2012-06-27 | net: qmi_wwan: simplify a check in qmi_wwan_bind() | Dan Carpenter | 1 | -2/+2 |
2012-06-26 | ipheth: add support for iPad | Davide Gerhard | 1 | -0/+5 |
2012-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -63/+73 |
2012-06-23 | usbnet: handle remote wakeup asap | Ming Lei | 1 | -16/+26 |
2012-06-23 | usbnet: decrease suspend count if returning -EBUSY for runtime suspend | Ming Lei | 1 | -0/+1 |
2012-06-23 | usbnet: clear OPEN flag in failure path | Ming Lei | 1 | -1/+3 |
2012-06-23 | net: qmi_wwan: fix Gobi device probing | Bjørn Mork | 1 | -43/+40 |
2012-06-20 | net: qmi_wwan: use module_usb_driver macro | Bjørn Mork | 1 | -11/+1 |
2012-06-20 | net: qmi_wwan: shorten driver description | Bjørn Mork | 1 | -2/+2 |
2012-06-20 | net: qmi_wwan: bind to both control and data interface | Bjørn Mork | 1 | -68/+63 |
2012-06-20 | net: qmi_wwan: rearranging to prepare for code sharing | Bjørn Mork | 1 | -52/+76 |
2012-06-20 | net: qmi_wwan: define a structure for driver specific state | Bjørn Mork | 1 | -20/+29 |
2012-06-18 | usbnet: sanitise overlong driver information strings | Phil Sutter | 1 | -3/+3 |
2012-06-13 | usbnet: don't initialize transfer buffer before submit status URB | tom.leiming@gmail.com | 1 | -1/+0 |
2012-06-13 | usbnet: remove declaration for intr_complete | tom.leiming@gmail.com | 1 | -37/+35 |
2012-06-13 | usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnect | tom.leiming@gmail.com | 1 | -3/+1 |
2012-06-13 | usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnect | tom.leiming@gmail.com | 1 | -4/+0 |
2012-06-13 | usbnet: remove usb_get/put_dev in .probe and .disconnect | tom.leiming@gmail.com | 1 | -4/+0 |
2012-06-06 | net: sierra_net: device IDs for Aircard 320U++ | Bjørn Mork | 1 | -4/+10 |
2012-06-03 | mcs7830: Implement link state detection | Ondrej Zary | 1 | -2/+23 |
2012-05-30 | asix: allow full size 8021Q frames to be received | Eric Dumazet | 1 | -1/+2 |
2012-05-25 | net: qmi_wwan: Add Sierra Wireless device IDs | Bjørn Mork | 1 | -0/+2 |
2012-05-23 | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -61/+44 |
2012-05-23 | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 27 | -58/+110 |
2012-05-21 | USB: qmi_wwan: Add ZTE (Vodafone) K3520-Z | Andrew Bird (Sphere Systems) | 1 | -0/+18 |
2012-05-21 | USB: qmi_wwan: Add ZTE (Vodafone) K3765-Z | Andrew Bird (Sphere Systems) | 1 | -0/+9 |
2012-05-21 | USB: qmi_wwan: Make forced int 4 whitelist generic | Andrew Bird (Sphere Systems) | 1 | -2/+2 |
2012-05-20 | net: qmi_wwan: Add Vodafone/Huawei K5005 support | Bjørn Mork | 1 | -0/+8 |