aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+21
2019-11-22r8152: avoid to call napi_disable twiceHayes Wang1-8/+20
2019-11-20r8152: Re-order napi_disable in rtl8152_closePrashant Malani1-1/+1
2019-11-05r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng1-19/+39
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-25r8152: check the pointer rtl_fw->fw before using itHayes Wang1-2/+5
2019-10-22r8152: support firmware of PHY NC for RTL8153AHayes Wang1-2/+282
2019-10-22r8152: move r8153_patch_request forwardHayes Wang1-27/+27
2019-10-22r8152: add checking fw_offset field of struct fw_macHayes Wang1-3/+9
2019-10-22r8152: rename fw_type_1 with fw_macHayes Wang1-41/+41
2019-10-21r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi1-0/+1
2019-10-16r8152: support request_firmware for RTL8153Hayes Wang1-12/+756
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2019-10-04r8152: Set macpassthru in reset_resume callbackKai-Heng Feng1-2/+1
2019-10-03r8152: Add identifier names for function pointersPrashant Malani1-11/+12
2019-10-01r8152: Use guard clause and fix comment typosPrashant Malani1-16/+16
2019-10-01r8152: Factor out OOB link list waitsPrashant Malani1-52/+21
2019-09-05r8152: adjust the settings of ups flagsHayes Wang1-88/+120
2019-09-05r8152: modify rtl8152_set_speed functionHayes Wang1-64/+132
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+1
2019-08-28r8152: remove calling netif_napi_delHayes Wang1-2/+0
2019-08-28Revert "r8152: napi hangup fix after disconnect"Hayes Wang1-2/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-25r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani1-1/+4
2019-08-23r8152: add a helper function about setting EEEHayes Wang1-91/+77
2019-08-23r8152: saving the settings of EEEHayes Wang1-30/+50
2019-08-20r8152: divide the tx and rx bottom functionsHayes Wang1-13/+26
2019-08-19r8152: fix accessing skb after napi_gro_receiveHayes Wang1-1/+1
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang1-5/+86
2019-08-13r8152: support skb_add_rx_fragHayes Wang1-15/+105
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang1-20/+11
2019-08-13r8152: replace array with linking list for rx informationHayes Wang1-57/+125
2019-08-13r8152: separate the rx buffer sizeHayes Wang1-4/+8
2019-08-02r8152: fix typo in register nameKevin Lo1-6/+6
2019-07-05r8152: set RTL8152_UNPLUG only for real disconnectionHayes Wang1-11/+16
2019-07-03r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang1-10/+26
2019-07-01r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang1-11/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-22r8152: sync sa_family with the media type of network deviceCrag.Wang1-0/+2
2019-04-06r8152: Refresh MAC address during USBDEVFS_RESETMario Limonciello1-15/+35
2019-04-06r8152: remove extra action copying ethernet addressMario Limonciello1-1/+0
2019-02-22r8152: Fix an error on RTL8153-BD MAC Address Passthrough supportDavid Chen1-1/+1
2019-02-18r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen1-2/+3
2018-12-14r8152: Add support for MAC address pass through on RTL8153-BNDMario Limonciello1-11/+22
2018-09-29r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli1-0/+3
2018-08-20r8152: disable RX aggregation on new Dell TB16 dockKai-Heng Feng1-2/+2
2018-08-11drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspendzhong jiang1-2/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2