summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorLines
2017-07-03net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson-0/+7
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter-12/+42
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+16
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis-0/+16
2017-06-21r8152: correct the definitionhayeswang-11/+11
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-10/+8
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu-2/+2
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-7/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-7/+7
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-19/+17
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-3/+3
2017-06-16r8152: move calling delay_autosuspend functionhayeswang-7/+5
2017-06-16r8152: split rtl8152_resume functionhayeswang-38/+61
2017-06-15r8152: add byte_enable for ocp_read_word functionhayeswang-1/+3
2017-06-15r8152: support RTL8153Bhayeswang-15/+658
2017-06-15r8152: support new chip 8050hayeswang-0/+10
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+8
2017-06-13qmi_wwan: new Telewell and Sierra device IDsBjørn Mork-0/+4
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com-1/+1
2017-06-13r8152: give the device versionOliver Neukum-0/+2
2017-06-09r8152: replace napi_complete with napi_complete_donehayeswang-1/+3
2017-06-09r8152: avoid rx queue more than 1000 packetshayeswang-0/+4
2017-06-09r8152: check if disabling ALDPS is finishedhayeswang-1/+7
2017-06-09r8152: move the initialization to reset_resume functionhayeswang-4/+5
2017-06-09r8152: move the default coalesce setting for RTL8153hayeswang-13/+13
2017-06-09r8152: adjust U2P3 for RTL8153hayeswang-4/+37
2017-06-09r8152: adjust rtl8153_runtime_enable functionhayeswang-2/+2
2017-06-09r8152: move the setting of rx aggregationhayeswang-5/+4
2017-06-09r8152: adjust the settings about MAC clock speed down for RTL8153hayeswang-5/+29
2017-06-09r8152: adjust lpm settings for RTL8153hayeswang-4/+1
2017-06-09r8152: add r8153_phy_status functionhayeswang-12/+25
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-2/+2
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com-3/+8
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+24
2017-05-23cdc-ether: divorce initialisation with a filter reset and a generic methodOliver Neukum-7/+24
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+10
2017-05-21smsc95xx: Support only IPv4 TCP/UDP csum offloadNisar Sayed-3/+10
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-05-18net1080: Remove unused function nc_dump_ttl()Matthias Kaehlcke-9/+0
2017-05-18r8152: Remove unused function usb_ocp_read()Matthias Kaehlcke-6/+0
2017-05-18qmi_wwan: add another Lenovo EM74xx device IDBjørn Mork-0/+2
2017-05-12net: ch9200: add missing USB-descriptor endianness conversionsJohan Hovold-2/+2
2017-05-08net: cdc_ncm: Fix TX zero paddingJim Baxter-4/+7
2017-05-03net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas-0/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-419/+893
2017-04-28net: hso: register netdev later to avoid a race conditionAndreas Kemnade-7/+7
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+15
2017-04-25net: hso: fix module unloadingAndreas Kemnade-1/+1