aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18net/usb/usbnet: Convert timers to use timer_setup()Kees Cook1-7/+5
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2017-10-09cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado1-0/+13
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+26
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-10-03rndis_host: support Novatel Verizon USB730LAleksander Morgado2-1/+14
2017-10-01r8152: add Linksys USB3GIGV1 idGrant Grundler2-0/+12
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+24
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-1/+1
2017-09-21net: usb: catc: use setup_timer() helperAllen Pais1-3/+1
2017-09-21lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed1-1/+0
2017-09-21lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed1-5/+4
2017-09-21lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed1-4/+20
2017-09-12smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed1-6/+5
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2017-08-28cdc_ncm: flag the u-blox TOBY-L4 as wwanAleksander Morgado1-0/+7
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-19/+55
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-08net: usb: rtl8150: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: usb: r8152: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: usb: kaweth: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: usb: ipheth: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: usb: cdc-phonet: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: usb: catc: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins3-0/+17
2017-08-07asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins1-9/+25
2017-08-07asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins1-1/+3
2017-08-02usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin1-0/+1
2017-08-02lan78xx: Fix to handle hard_header_len updateNisar Sayed1-3/+3
2017-08-02lan78xx: USB fast connect/disconnect crash fixNisar Sayed1-6/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+35
2017-07-18net: cdc_ncm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-14smsc95xx: use ethtool_op_get_ts_info()Petr Kulhavy1-0/+1
2017-07-14cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso2-0/+34
2017-07-03net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson1-0/+7
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter1-12/+42
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-21r8152: correct the definitionhayeswang1-11/+11
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu2-10/+8
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu1-2/+2
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg3-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg7-7/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg3-7/+7
2017-06-16networking: introduce and use skb_put_data()Johannes Berg9-19/+17
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-3/+3
2017-06-16r8152: move calling delay_autosuspend functionhayeswang1-7/+5
2017-06-16r8152: split rtl8152_resume functionhayeswang1-38/+61