summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)Author
2017-11-09net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov
2017-11-09Revert "net: usb: asix: fill null-ptr-deref in asix_suspend"David S. Miller
2017-11-08qmi_wwan: Add missing skb_reset_mac_header-callKristian Evensen
2017-11-08net: qmi_wwan: fix divide by 0 on bad descriptorsBjørn Mork
2017-11-08net: cdc_ether: fix divide by 0 on bad descriptorsBjørn Mork
2017-11-04net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24cdc_ether: flag the Huawei ME906/ME909 as WWANAleksander Morgado
2017-10-24drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang
2017-10-09cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado
2017-10-03rndis_host: support Novatel Verizon USB730LAleksander Morgado
2017-10-01r8152: add Linksys USB3GIGV1 idGrant Grundler
2017-09-21lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed
2017-09-21lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed
2017-09-21lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed
2017-09-12smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28cdc_ncm: flag the u-blox TOBY-L4 as wwanAleksander Morgado
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork
2017-08-08net: usb: rtl8150: constify usb_device_idArvind Yadav
2017-08-08net: usb: r8152: constify usb_device_idArvind Yadav
2017-08-08net: usb: kaweth: constify usb_device_idArvind Yadav
2017-08-08net: usb: ipheth: constify usb_device_idArvind Yadav
2017-08-08net: usb: cdc-phonet: constify usb_device_idArvind Yadav
2017-08-08net: usb: catc: constify usb_device_id and fix space before '[' errorArvind Yadav
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins
2017-08-07asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins
2017-08-07asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins
2017-08-02usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin
2017-08-02lan78xx: Fix to handle hard_header_len updateNisar Sayed
2017-08-02lan78xx: USB fast connect/disconnect crash fixNisar Sayed
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-18net: cdc_ncm: constify attribute_group structures.Arvind Yadav
2017-07-14smsc95xx: use ethtool_op_get_ts_info()Petr Kulhavy
2017-07-14cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso
2017-07-03net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis
2017-06-21r8152: correct the definitionhayeswang
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg