summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net: hso: register netdev later to avoid a race conditionAndreas Kemnade2017-04-281-7/+7
* net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
* usb: plusb: Add support for PL-27A1Roman Spychała2017-04-252-3/+14
* kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
* ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
* cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-5/+2
* smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
* smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes2017-04-201-6/+6
* drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201Daniele Palmas2017-04-131-1/+1
* usbnet: make sure no NULL pointer is passed throughOliver Neukum2017-04-061-4/+15
* r8152: The Microsoft Surface docks also use R8152 v2René Rebe2017-04-012-0/+18
* r8152: prevent the driver from transmitting packets with carrier offhayeswang2017-03-241-2/+16
* r8152: fix the rx early size of RTL8153hayeswang2017-03-221-3/+4
* r8152: set the RMS of RTL8153 according to the mtuhayeswang2017-03-221-4/+12
* net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4Tony Lindgren2017-03-211-0/+4
* qmi_wwan: add Dell DW5811eBjørn Mork2017-03-211-0/+2
* r8152: fix the list rx_done may be used without initializationhayeswang2017-03-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-1/+1
|\
| * net: usb: asix_devices: fix missing return code check on call to asix_write_m...Colin Ian King2017-03-011-1/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-40/+71
|\
| * sierra_net: Skip validating irrelevant fields for IDLE LSIsStefan Brüns2017-02-091-7/+7
| * sierra_net: Add support for IPv6 and Dual-Stack Link Sense IndicationsStefan Brüns2017-02-091-35/+66
* | net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-073-33/+86
|\ \ | |/
| * catc: Use heap buffer for memory size testBen Hutchings2017-02-071-7/+18
| * catc: Combine failure cleanup code in catc_probe()Ben Hutchings2017-02-071-16/+17
| * rtl8150: Use heap buffers for all register accessBen Hutchings2017-02-071-7/+27
| * pegasus: Use heap buffers for all register accessBen Hutchings2017-02-071-4/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-283-6/+43
|\ \ | |/
| * r8152: check rx after napi is enabledhayeswang2017-01-251-1/+6
| * r8152: re-schedule napi for txhayeswang2017-01-251-0/+3
| * r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang2017-01-251-2/+6
| * r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang2017-01-251-3/+9
| * qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN cardBjørn Mork2017-01-242-0/+15
| * r8152: don't execute runtime suspend if the tx is not emptyhayeswang2017-01-241-1/+3
| * r8152: fix rtl8152_post_reset functionhayeswang2017-01-201-0/+2
* | r8152: fix the wrong spellinghayeswang2017-01-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+6
|\ \ | |/
| * r8152: fix the sw rx checksum is unavailablehayeswang2017-01-111-1/+6
* | cdc-ether: usbnet_cdc_zte_status() can be staticWei Yongjun2017-01-121-1/+1
|/
* r8152: fix rx issue for runtime suspendhayeswang2017-01-101-3/+28
* r8152: split rtl8152_suspend functionhayeswang2017-01-101-17/+40
* net: usb: asix_devices: add .reset_resume for USB PMPeter Chen2017-01-041-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
OpenPOWER on IntegriCloud