aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidGravatar yuval.shaia@oracle.com 1-1/+1
2017-06-09r8152: replace napi_complete with napi_complete_doneGravatar hayeswang 1-1/+3
2017-06-09r8152: avoid rx queue more than 1000 packetsGravatar hayeswang 1-0/+4
2017-06-09r8152: check if disabling ALDPS is finishedGravatar hayeswang 1-1/+7
2017-06-09r8152: move the initialization to reset_resume functionGravatar hayeswang 1-4/+5
2017-06-09r8152: move the default coalesce setting for RTL8153Gravatar hayeswang 1-13/+13
2017-06-09r8152: adjust U2P3 for RTL8153Gravatar hayeswang 1-4/+37
2017-06-09r8152: adjust rtl8153_runtime_enable functionGravatar hayeswang 1-2/+2
2017-06-09r8152: move the setting of rx aggregationGravatar hayeswang 1-5/+4
2017-06-09r8152: adjust the settings about MAC clock speed down for RTL8153Gravatar hayeswang 1-5/+29
2017-06-09r8152: adjust lpm settings for RTL8153Gravatar hayeswang 1-4/+1
2017-06-09r8152: add r8153_phy_status functionGravatar hayeswang 1-12/+25
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...Gravatar yuval.shaia@oracle.com 3-3/+8
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+24
2017-05-23cdc-ether: divorce initialisation with a filter reset and a generic methodGravatar Oliver Neukum 1-7/+24
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+10
2017-05-21smsc95xx: Support only IPv4 TCP/UDP csum offloadGravatar Nisar Sayed 1-3/+10
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2017-05-18net1080: Remove unused function nc_dump_ttl()Gravatar Matthias Kaehlcke 1-9/+0
2017-05-18r8152: Remove unused function usb_ocp_read()Gravatar Matthias Kaehlcke 1-6/+0
2017-05-18qmi_wwan: add another Lenovo EM74xx device IDGravatar Bjørn Mork 1-0/+2
2017-05-12net: ch9200: add missing USB-descriptor endianness conversionsGravatar Johan Hovold 1-2/+2
2017-05-08net: cdc_ncm: Fix TX zero paddingGravatar Jim Baxter 1-4/+7
2017-05-03net: usb: qmi_wwan: add Telit ME910 supportGravatar Daniele Palmas 1-0/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 24-419/+893
2017-04-28net: hso: register netdev later to avoid a race conditionGravatar Andreas Kemnade 1-7/+7
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-4/+15
2017-04-25net: hso: fix module unloadingGravatar Andreas Kemnade 1-1/+1
2017-04-25usb: plusb: Add support for PL-27A1Gravatar Roman Spychała 2-3/+14
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-50/+22
2017-04-21kaweth: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-12/+6
2017-04-21ch9200: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-7/+2
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-7/+2
2017-04-21sr9700: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-7/+2
2017-04-21cx82310_eth: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-5/+2
2017-04-21smsc75xx: use skb_cow_head() to deal with cloned skbsGravatar Eric Dumazet 1-6/+2
2017-04-20smsc95xx: Use skb_cow_head to deal with cloned skbsGravatar James Hughes 1-6/+6
2017-04-17smsc95xx: Add comments to the registers definitionGravatar Martin Wetterwald 2-214/+280
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+16
2017-04-13drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201Gravatar Daniele Palmas 1-1/+1
2017-04-07usbnet: pegasus: Use net_device_stats from struct net_deviceGravatar Tobias Klauser 2-22/+15
2017-04-07usbnet: kaweth: Use net_device_stats from struct net_deviceGravatar Tobias Klauser 1-22/+10
2017-04-06usbnet: make sure no NULL pointer is passed throughGravatar Oliver Neukum 1-4/+15
2017-04-06net: usbnet: Remove unused driver_name variableGravatar Florian Fainelli 1-2/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+32
2017-04-03net: usbnet: support 64bit statsGravatar Greg Ungerer 16-4/+68
2017-04-01r8152: The Microsoft Surface docks also use R8152 v2Gravatar René Rebe 2-0/+18
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hGravatar Andrew Lunn 1-0/+1
2017-03-25net: usb: qmi_wwan: add qmap mux protocol supportGravatar Daniele Palmas 1-1/+316
2017-03-24r8152: prevent the driver from transmitting packets with carrier offGravatar hayeswang 1-2/+16