summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2022-11-031-0/+1
* r8152: Rate limit overflow messagesAndrew Gaul2022-10-261-1/+3
* r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-08-081-1/+2
* r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-301-1/+1
* Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang2021-03-301-29/+6
* r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2021-01-231-0/+1
* r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne2020-06-031-0/+1
* r8152: check disconnect status after long sleepYou-Sheng Yang2020-03-201-0/+8
* r8152: get default setting of WOL before initializingHayes Wang2020-02-051-4/+5
* r8152: add missing endpoint sanity checkJohan Hovold2020-01-231-0/+3
* r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2019-11-101-0/+1
* r8152: Set macpassthru in reset_resume callbackKai-Heng Feng2019-10-291-2/+1
* r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani2019-09-211-1/+4
* r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli2018-11-041-0/+3
* r8152: napi hangup fix after disconnectJiri Slaby2018-07-221-1/+2
* r8152: fix tx packets accountingEric Dumazet2018-05-301-1/+1
* drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang2017-10-241-0/+2
* r8152: add Linksys USB3GIGV1 idGrant Grundler2017-10-011-0/+2
* net: usb: r8152: constify usb_device_idArvind Yadav2017-08-081-1/+1
* r8152: correct the definitionhayeswang2017-06-211-11/+11
* r8152: move calling delay_autosuspend functionhayeswang2017-06-161-7/+5
* 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-151-0/+2
|\
| * r8152: give the device versionOliver Neukum2017-06-131-0/+2
* | 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/+4
* | r8152: adjust the settings about MAC clock speed down for RTL8153hayeswang2017-06-091-5/+29
* | r8152: adjust lpm settings for RTL8153hayeswang2017-06-091-4/+1
* | r8152: add r8153_phy_status functionhayeswang2017-06-091-12/+25
* | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+1
* | r8152: Remove unused function usb_ocp_read()Matthias Kaehlcke2017-05-181-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-2/+17
|\
| * r8152: The Microsoft Surface docks also use R8152 v2René Rebe2017-04-011-0/+3
| * r8152: prevent the driver from transmitting packets with carrier offhayeswang2017-03-241-2/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-7/+17
|\|
| * r8152: fix the rx early size of RTL8153hayeswang2017-03-221-3/+4
| * r8152: set the RMS of RTL8153 according to the mtuhayeswang2017-03-221-4/+12
| * r8152: fix the list rx_done may be used without initializationhayeswang2017-03-211-0/+1
* | r8152: check hw version firsthayeswang2017-03-211-39/+63
* | r8152: simply the argumentshayeswang2017-03-161-17/+26
* | net: usb: r8152: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-9/+12
|/