summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-105-19/+55
|\
| * qmi_wwan: fix NULL deref on disconnectBjørn Mork2017-08-091-1/+5
| * asix: Fix small memory leak in ax88772_unbind()Dean Jenkins2017-08-073-0/+17
| * asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins2017-08-071-9/+25
| * asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins2017-08-071-1/+3
| * usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin2017-08-021-0/+1
| * lan78xx: Fix to handle hard_header_len updateNisar Sayed2017-08-021-3/+3
| * lan78xx: USB fast connect/disconnect crash fixNisar Sayed2017-08-021-6/+6
* | qmi_wwan: fix NULL deref on disconnectBjørn Mork2017-08-091-1/+5
* | net: usb: rtl8150: constify usb_device_idArvind Yadav2017-08-091-1/+1
* | net: usb: r8152: constify usb_device_idArvind Yadav2017-08-091-1/+1
* | net: usb: kaweth: constify usb_device_idArvind Yadav2017-08-091-1/+1
* | net: usb: ipheth: constify usb_device_idArvind Yadav2017-08-091-1/+1
* | net: usb: cdc-phonet: constify usb_device_idArvind Yadav2017-08-091-1/+1
* | net: usb: catc: constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-213-0/+35
|\|
| * smsc95xx: use ethtool_op_get_ts_info()Petr Kulhavy2017-07-141-0/+1
| * cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso2017-07-142-0/+34
* | net: cdc_ncm: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
|/
* net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson2017-07-031-0/+7
* net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter2017-07-031-12/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+16
|\
| * net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis2017-06-271-0/+16
* | r8152: correct the definitionhayeswang2017-06-211-11/+11
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-202-10/+8Star
* | net: replace more place to skb_put_[data:zero]yuan linyu2017-06-201-2/+2
* | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-1/+1
* | networking: add and use skb_put_u8()Johannes Berg2017-06-163-6/+6
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-167-7/+7
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-163-7/+7
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-169-19/+17Star
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-3/+3
* | r8152: move calling delay_autosuspend functionhayeswang2017-06-161-7/+5Star
* | r8152: split rtl8152_resume functionhayeswang2017-06-161-38/+61
* | r8152: add byte_enable for ocp_read_word functionhayeswang2017-06-151-1/+3
* | r8152: support RTL8153Bhayeswang2017-06-151-15/+658
* | r8152: support new chip 8050hayeswang2017-06-151-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-153-2/+8
|\|
| * qmi_wwan: new Telewell and Sierra device IDsBjørn Mork2017-06-131-0/+4
| * r8152: give the device versionOliver Neukum2017-06-131-0/+2
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+1
* | r8152: replace napi_complete with napi_complete_donehayeswang2017-06-091-1/+3
* | r8152: avoid rx queue more than 1000 packetshayeswang2017-06-091-0/+4
* | r8152: check if disabling ALDPS is finishedhayeswang2017-06-091-1/+7
* | r8152: move the initialization to reset_resume functionhayeswang2017-06-091-4/+5
* | r8152: move the default coalesce setting for RTL8153hayeswang2017-06-091-13/+13
* | r8152: adjust U2P3 for RTL8153hayeswang2017-06-091-4/+37
* | r8152: adjust rtl8153_runtime_enable functionhayeswang2017-06-091-2/+2
* | r8152: move the setting of rx aggregationhayeswang2017-06-091-5/+4Star