summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2018-02-02r8152: set rx mode early when linking onHayes Wang
2018-02-02r8152: fix wrong checksum status for received IPv4 packetsHayes Wang
2018-01-17r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng
2017-10-24drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang
2017-10-01r8152: add Linksys USB3GIGV1 idGrant Grundler
2017-08-08net: usb: r8152: constify usb_device_idArvind Yadav
2017-06-21r8152: correct the definitionhayeswang
2017-06-16r8152: move calling delay_autosuspend functionhayeswang
2017-06-16r8152: split rtl8152_resume functionhayeswang
2017-06-15r8152: add byte_enable for ocp_read_word functionhayeswang
2017-06-15r8152: support RTL8153Bhayeswang
2017-06-15r8152: support new chip 8050hayeswang
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13r8152: give the device versionOliver Neukum
2017-06-09r8152: replace napi_complete with napi_complete_donehayeswang
2017-06-09r8152: avoid rx queue more than 1000 packetshayeswang
2017-06-09r8152: check if disabling ALDPS is finishedhayeswang
2017-06-09r8152: move the initialization to reset_resume functionhayeswang
2017-06-09r8152: move the default coalesce setting for RTL8153hayeswang
2017-06-09r8152: adjust U2P3 for RTL8153hayeswang
2017-06-09r8152: adjust rtl8153_runtime_enable functionhayeswang
2017-06-09r8152: move the setting of rx aggregationhayeswang
2017-06-09r8152: adjust the settings about MAC clock speed down for RTL8153hayeswang
2017-06-09r8152: adjust lpm settings for RTL8153hayeswang
2017-06-09r8152: add r8153_phy_status functionhayeswang
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-05-18r8152: Remove unused function usb_ocp_read()Matthias Kaehlcke
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01r8152: The Microsoft Surface docks also use R8152 v2René Rebe
2017-03-24r8152: prevent the driver from transmitting packets with carrier offhayeswang
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22r8152: fix the rx early size of RTL8153hayeswang
2017-03-22r8152: set the RMS of RTL8153 according to the mtuhayeswang
2017-03-21r8152: check hw version firsthayeswang
2017-03-21r8152: fix the list rx_done may be used without initializationhayeswang
2017-03-16r8152: simply the argumentshayeswang
2017-03-13net: usb: r8152: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25r8152: check rx after napi is enabledhayeswang
2017-01-25r8152: re-schedule napi for txhayeswang
2017-01-25r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang
2017-01-25r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang
2017-01-25r8152: fix the wrong spellinghayeswang
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang
2017-01-20r8152: fix rtl8152_post_reset functionhayeswang
2017-01-11r8152: fix the sw rx checksum is unavailablehayeswang
2017-01-10r8152: fix rx issue for runtime suspendhayeswang
2017-01-10r8152: split rtl8152_suspend functionhayeswang
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13r8152: Fix error path in open functionGuenter Roeck