summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
* asix: allow full size 8021Q frames to be receivedEric Dumazet2012-05-291-1/+2
* net: qmi_wwan: Add Sierra Wireless device IDsBjørn Mork2012-05-241-0/+2
* Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-61/+44
|\
| * TTY: hso, use tty from tty_portJiri Slaby2012-04-091-27/+13
| * TTY: hso, remove tty NULL checks fro tty->opsJiri Slaby2012-04-091-17/+10
| * TTY: hso, add tty_portJiri Slaby2012-04-091-12/+13
| * TTY: hso, free tty_driverJiri Slaby2012-04-091-4/+8
| * TTY: hso, do not set TTY MAGICJiri Slaby2012-04-091-1/+0
* | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-2227-58/+110
|\ \
| * | USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-1827-2/+29
| * | Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-171-2/+12
| |\ \
| * \ \ Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2012-05-075-15/+63
| |\ \ \
| * | | | USB: rtl8150.c: remove err() usageGreg Kroah-Hartman2012-04-251-7/+8
| * | | | USB: kaweth.c: remove err() usageGreg Kroah-Hartman2012-04-251-26/+37
| * | | | USB: ipheth.c: remove err() usageGreg Kroah-Hartman2012-04-251-13/+21
| * | | | USB: catc.c: remove err() usageGreg Kroah-Hartman2012-04-251-10/+15
| | |_|/ | |/| |
* | | | USB: qmi_wwan: Add ZTE (Vodafone) K3520-ZAndrew Bird (Sphere Systems)2012-05-201-0/+18
* | | | USB: qmi_wwan: Add ZTE (Vodafone) K3765-ZAndrew Bird (Sphere Systems)2012-05-201-0/+9
* | | | USB: qmi_wwan: Make forced int 4 whitelist genericAndrew Bird (Sphere Systems)2012-05-201-2/+2
* | | | net: qmi_wwan: Add Vodafone/Huawei K5005 supportBjørn Mork2012-05-191-0/+8
* | | | net: cdc_ether: Add ZTE WWAN matches before generic EthernetAndrew Bird (Sphere Systems)2012-05-191-0/+56
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-162-16/+54
|\ \ \ \
| * | | | cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams2012-05-151-0/+16
| * | | | usbnet: fix skb traversing races during unlink(v2)Ming Lei2012-05-151-16/+38
| | |_|/ | |/| |
* | | | rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna2012-05-121-6/+6
* | | | rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna2012-05-121-25/+28
* | | | usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2012-05-121-3/+3
* | | | usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2012-05-121-26/+28
* | | | smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning2012-05-071-7/+12
* | | | smsc75xx: eliminate unnecessary phy register readSteve Glendinning2012-05-071-3/+1
* | | | smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning2012-05-072-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-075-17/+44
|\| | |
| * | | cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork2012-05-061-2/+12
| | |/ | |/|
| * | usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com2012-05-021-1/+3
| * | usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com2012-05-021-0/+1
| * | smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning2012-04-301-0/+8
| * | smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning2012-04-301-0/+3
| * | smsc75xx: fix phy interrupt acknowledgeSteve Glendinning2012-04-301-5/+7
| * | smsc75xx: fix phy init reset loopSteve Glendinning2012-04-301-1/+1
| * | smsc75xx: add more information to register io failure warningsSteve Glendinning2012-04-301-2/+2
| * | smsc75xx: fix mdio reads and writesSteve Glendinning2012-04-301-2/+2
| * | smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c...Steve Glendinning2012-04-301-1/+1
| * | smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati2012-04-261-1/+1
| * | asix: Fix tx transfer padding for full-speed USBIngo van Lil2012-04-241-2/+2
| * | net: usb: smsc95xx: fix mtuStephane Fillod2012-04-241-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-232-0/+31
|\| |
| * | net: qmi_wwan: support Sierra Wireless MC77xx devices in QMI modeBjørn Mork2012-04-191-0/+30
| * | net: usb: smsc75xx: fix mtuStephane Fillod2012-04-161-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-102-26/+1
|\|