aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2020-06-03r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne
2020-02-29r8152: check disconnect status after long sleepYou-Sheng Yang
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-23r8152: disable DelayPhyPwrChgHayes Wang
2020-01-23r8152: avoid the MCU to clear the lanwakeHayes Wang
2020-01-23r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153BHayes Wang
2020-01-23r8152: disable test IO for RTL8153BHayes Wang
2020-01-23r8152: Disable PLA MCU clock speed downHayes Wang
2020-01-23r8152: disable U2P3 for RTL8153BHayes Wang
2020-01-23r8152: get default setting of WOL before initializingHayes Wang
2020-01-23r8152: reset flow control patch when linking on for RTL8153BHayes Wang
2020-01-23r8152: fix runtime resume for linking changeHayes Wang
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-14r8152: add missing endpoint sanity checkJohan Hovold
2020-01-08net: r8152: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22r8152: avoid to call napi_disable twiceHayes Wang
2019-11-20r8152: Re-order napi_disable in rtl8152_closePrashant Malani
2019-11-05r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-25r8152: check the pointer rtl_fw->fw before using itHayes Wang
2019-10-22r8152: support firmware of PHY NC for RTL8153AHayes Wang
2019-10-22r8152: move r8153_patch_request forwardHayes Wang
2019-10-22r8152: add checking fw_offset field of struct fw_macHayes Wang
2019-10-22r8152: rename fw_type_1 with fw_macHayes Wang
2019-10-21r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi
2019-10-16r8152: support request_firmware for RTL8153Hayes Wang
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-04r8152: Set macpassthru in reset_resume callbackKai-Heng Feng
2019-10-03r8152: Add identifier names for function pointersPrashant Malani
2019-10-01r8152: Use guard clause and fix comment typosPrashant Malani
2019-10-01r8152: Factor out OOB link list waitsPrashant Malani
2019-09-05r8152: adjust the settings of ups flagsHayes Wang
2019-09-05r8152: modify rtl8152_set_speed functionHayes Wang
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28r8152: remove calling netif_napi_delHayes Wang
2019-08-28Revert "r8152: napi hangup fix after disconnect"Hayes Wang
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-25r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani
2019-08-23r8152: add a helper function about setting EEEHayes Wang
2019-08-23r8152: saving the settings of EEEHayes Wang
2019-08-20r8152: divide the tx and rx bottom functionsHayes Wang
2019-08-19r8152: fix accessing skb after napi_gro_receiveHayes Wang
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang
2019-08-13r8152: support skb_add_rx_fragHayes Wang
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang
2019-08-13r8152: replace array with linking list for rx informationHayes Wang
2019-08-13r8152: separate the rx buffer sizeHayes Wang