Age | Commit message (Expand) | Author | Files | Lines |
2023-11-08 | r8152: Increase USB control msg timeout to 5000ms as per spec | Douglas Anderson | 1 | -3/+4 |
2022-11-03 | r8152: add PID for the Lenovo OneLink+ Dock | Jean-Francois Le Fillatre | 1 | -0/+1 |
2022-10-26 | r8152: Rate limit overflow messages | Andrew Gaul | 1 | -1/+3 |
2021-08-08 | r8152: Fix potential PM refcount imbalance | Takashi Iwai | 1 | -1/+2 |
2021-06-30 | r8152: Avoid memcpy() over-reading of ETH_SS_STATS | Kees Cook | 1 | -1/+1 |
2021-03-30 | Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" | Hayes Wang | 1 | -29/+6 |
2021-01-23 | r8152: Add Lenovo Powered USB-C Travel Hub | Leon Schuermann | 1 | -0/+1 |
2020-06-03 | r8152: support additional Microsoft Surface Ethernet Adapter variant | Marc Payne | 1 | -0/+1 |
2020-03-20 | r8152: check disconnect status after long sleep | You-Sheng Yang | 1 | -0/+8 |
2020-02-05 | r8152: get default setting of WOL before initializing | Hayes Wang | 1 | -4/+5 |
2020-01-23 | r8152: add missing endpoint sanity check | Johan Hovold | 1 | -0/+3 |
2019-11-10 | r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2 | Kazutoshi Noguchi | 1 | -0/+1 |
2019-10-29 | r8152: Set macpassthru in reset_resume callback | Kai-Heng Feng | 1 | -2/+1 |
2019-09-21 | r8152: Set memory to all 0xFFs on failed reg reads | Prashant Malani | 1 | -1/+4 |
2018-11-04 | r8152: Check for supported Wake-on-LAN Modes | Florian Fainelli | 1 | -0/+3 |
2018-07-22 | r8152: napi hangup fix after disconnect | Jiri Slaby | 1 | -1/+2 |
2018-05-30 | r8152: fix tx packets accounting | Eric Dumazet | 1 | -1/+1 |
2017-10-24 | drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 Ethernet | Ran Wang | 1 | -0/+2 |
2017-10-02 | r8152: add Linksys USB3GIGV1 id | Grant Grundler | 1 | -0/+2 |
2017-08-09 | net: usb: r8152: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-06-21 | r8152: correct the definition | hayeswang | 1 | -11/+11 |
2017-06-16 | r8152: move calling delay_autosuspend function | hayeswang | 1 | -7/+5 |
2017-06-16 | r8152: split rtl8152_resume function | hayeswang | 1 | -38/+61 |
2017-06-15 | r8152: add byte_enable for ocp_read_word function | hayeswang | 1 | -1/+3 |
2017-06-15 | r8152: support RTL8153B | hayeswang | 1 | -15/+658 |
2017-06-15 | r8152: support new chip 8050 | hayeswang | 1 | -0/+10 |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-06-13 | r8152: give the device version | Oliver Neukum | 1 | -0/+2 |
2017-06-09 | r8152: replace napi_complete with napi_complete_done | hayeswang | 1 | -1/+3 |
2017-06-09 | r8152: avoid rx queue more than 1000 packets | hayeswang | 1 | -0/+4 |
2017-06-09 | r8152: check if disabling ALDPS is finished | hayeswang | 1 | -1/+7 |
2017-06-09 | r8152: move the initialization to reset_resume function | hayeswang | 1 | -4/+5 |
2017-06-09 | r8152: move the default coalesce setting for RTL8153 | hayeswang | 1 | -13/+13 |
2017-06-09 | r8152: adjust U2P3 for RTL8153 | hayeswang | 1 | -4/+37 |
2017-06-09 | r8152: adjust rtl8153_runtime_enable function | hayeswang | 1 | -2/+2 |
2017-06-09 | r8152: move the setting of rx aggregation | hayeswang | 1 | -5/+4 |
2017-06-09 | r8152: adjust the settings about MAC clock speed down for RTL8153 | hayeswang | 1 | -5/+29 |
2017-06-09 | r8152: adjust lpm settings for RTL8153 | hayeswang | 1 | -4/+1 |
2017-06-09 | r8152: add r8153_phy_status function | hayeswang | 1 | -12/+25 |
2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com | 1 | -1/+1 |
2017-05-18 | r8152: Remove unused function usb_ocp_read() | Matthias Kaehlcke | 1 | -6/+0 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+17 |
2017-04-01 | r8152: The Microsoft Surface docks also use R8152 v2 | René Rebe | 1 | -0/+3 |
2017-03-24 | r8152: prevent the driver from transmitting packets with carrier off | hayeswang | 1 | -2/+16 |
2017-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+17 |
2017-03-22 | r8152: fix the rx early size of RTL8153 | hayeswang | 1 | -3/+4 |
2017-03-22 | r8152: set the RMS of RTL8153 according to the mtu | hayeswang | 1 | -4/+12 |
2017-03-22 | r8152: check hw version first | hayeswang | 1 | -39/+63 |
2017-03-22 | r8152: fix the list rx_done may be used without initialization | hayeswang | 1 | -0/+1 |
2017-03-16 | r8152: simply the arguments | hayeswang | 1 | -17/+26 |