summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko2013-05-291-30/+15Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-253-55/+48Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-242-54/+47Star
| |\
| | * qmi_wwan: Added support for Cinterion's PLxx WWAN InterfaceHans-Christoph Schemmel2013-05-231-0/+1
| | * drivers: net: usb: rtl8150: concurrent URB bugfixPetko Manolov2013-05-201-54/+46Star
| * | USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
| |/
* | net/usb: r8152: Use module_usb_driver()Sachin Kamat2013-05-171-12/+1Star
* | net/usb: r8152: Remove redundant version.h header inclusionSachin Kamat2013-05-171-1/+0Star
|/
* sierra_net: keep status interrupt URB activeDan Williams2013-05-081-7/+31
* usbnet: allow status interrupt URB to always be activeDan Williams2013-05-081-6/+71
* qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-082-0/+14
* net/usb: new driver for RTL8152hayeswang2013-05-064-0/+1789
* asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org2013-05-031-0/+3
* net: qmi_wwan: Add Telewell TW-LTE 4GTeppo Kotilainen2013-05-031-0/+1
* usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter2013-05-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0111-379/+185Star
|\
| * drivers: net: usb: pegasus: fix control urb submissionPetko Manolov2013-04-292-217/+76Star
| * drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov2013-04-291-50/+35Star
| * drivers: net: usb: pegasus: remove skb poolPetko Manolov2013-04-292-67/+9Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-232-1/+105
| |\
| * | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
| * | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
| * | net: cdc_ether: silence sparse __CHECK_ENDIAN__ warningBjørn Mork2013-04-171-1/+1
| * | usbnet: handle link changeMing Lei2013-04-111-0/+30
| * | usbnet: apply usbnet_link_changeMing Lei2013-04-111-1/+1
| * | usbnet: sierra: apply usbnet_link_changeMing Lei2013-04-111-2/+1Star
| * | usbnet: dm9601: apply usbnet_link_changeMing Lei2013-04-111-6/+1Star
| * | usbnet: cdc-ether: apply usbnet_link_changeMing Lei2013-04-111-4/+1Star
| * | usbnet: ax88179_1781: apply usbnet_link_changeMing Lei2013-04-111-8/+4Star
| * | usbnet: asix: apply usbnet_link_changeMing Lei2013-04-111-5/+1Star
| * | usbnet: cdc_ncm: apply usbnet_link_changeMing Lei2013-04-111-6/+3Star
| * | usbnet: mcs7830: apply usbnet_link_changeMing Lei2013-04-111-4/+1Star
| * | usbnet: mcs7830: don't reset linkMing Lei2013-04-111-3/+2Star
| * | usbnet: introduce usbnet_link_change APIMing Lei2013-04-111-0/+13
| * | net: cdc_ncm: demote "unexpected notification" to debug levelBjørn Mork2013-04-081-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-4/+8
| |\ \
| * | | cdc_ncm: return -ENOMEM if kzalloc failsDevendra Naga2013-03-301-2/+2
* | | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-294-2/+20
|\ \ \ \
| * \ \ \ Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-081-4/+8
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usbnet: smsc75xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
| * | | | usbnet: smsc95xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
| * | | | usbnet: qmi_wwan: comments on suspend failureMing Lei2013-03-251-0/+5
| * | | | usbnet: cdc_mbim: comments on suspend failureMing Lei2013-03-251-0/+5
| | |/ / | |/| |
* | | | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-17/+3Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-151-4/+8
| |\ \ \ | | | |/ | | |/|
| * | | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-014-61/+50Star
| |\ \ \ | | | |/ | | |/|
| * | | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-6/+1Star
| * | | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-11/+2Star
* | | | net: qmi_wwan: prevent duplicate mac address on link (firmware bug workaround)Bjørn Mork2013-04-191-0/+9
* | | | net: qmi_wwan: fixup destination address (firmware bug workaround)Bjørn Mork2013-04-191-0/+11