summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+8
|\
| * r8152: check disconnect status after long sleepYou-Sheng Yang2020-02-291-0/+8
* | r8152: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+1
* | r8152: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-3/+3
* | r8152: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-24/+2
|/
* r8152: Add MAC passthrough support to new deviceKai-Heng Feng2020-02-041-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-11/+114
|\
| * r8152: disable DelayPhyPwrChgHayes Wang2020-01-231-1/+9
| * r8152: avoid the MCU to clear the lanwakeHayes Wang2020-01-231-0/+33
| * r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153BHayes Wang2020-01-231-3/+8
| * r8152: disable test IO for RTL8153BHayes Wang2020-01-231-0/+10
| * r8152: Disable PLA MCU clock speed downHayes Wang2020-01-231-0/+17
| * r8152: disable U2P3 for RTL8153BHayes Wang2020-01-231-3/+0
| * r8152: get default setting of WOL before initializingHayes Wang2020-01-231-4/+5
| * r8152: reset flow control patch when linking on for RTL8153BHayes Wang2020-01-231-0/+11
| * r8152: fix runtime resume for linking changeHayes Wang2020-01-231-0/+21
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-0/+3
|\|
| * r8152: add missing endpoint sanity checkJohan Hovold2020-01-141-0/+3
* | net: r8152: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-7/+5
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-9/+21
|\
| * r8152: avoid to call napi_disable twiceHayes Wang2019-11-221-8/+20
| * r8152: Re-order napi_disable in rtl8152_closePrashant Malani2019-11-201-1/+1
* | r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng2019-11-051-19/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-0/+1
|\|
| * r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2019-10-211-0/+1
* | r8152: check the pointer rtl_fw->fw before using itHayes Wang2019-10-251-2/+5
* | r8152: support firmware of PHY NC for RTL8153AHayes Wang2019-10-221-2/+282
* | r8152: move r8153_patch_request forwardHayes Wang2019-10-221-27/+27
* | r8152: add checking fw_offset field of struct fw_macHayes Wang2019-10-221-3/+9
* | r8152: rename fw_type_1 with fw_macHayes Wang2019-10-221-41/+41
* | r8152: support request_firmware for RTL8153Hayes Wang2019-10-161-12/+756
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-2/+1
|\|
| * r8152: Set macpassthru in reset_resume callbackKai-Heng Feng2019-10-041-2/+1
* | r8152: Add identifier names for function pointersPrashant Malani2019-10-031-11/+12
* | r8152: Use guard clause and fix comment typosPrashant Malani2019-10-011-16/+16
* | r8152: Factor out OOB link list waitsPrashant Malani2019-10-011-52/+21
|/
* r8152: adjust the settings of ups flagsHayes Wang2019-09-051-88/+120
* r8152: modify rtl8152_set_speed functionHayes Wang2019-09-051-64/+132
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-4/+1
|\
| * r8152: remove calling netif_napi_delHayes Wang2019-08-281-2/+0
| * Revert "r8152: napi hangup fix after disconnect"Hayes Wang2019-08-281-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+4
|\|
| * r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani2019-08-251-1/+4
* | r8152: add a helper function about setting EEEHayes Wang2019-08-231-91/+77
* | r8152: saving the settings of EEEHayes Wang2019-08-231-30/+50
* | r8152: divide the tx and rx bottom functionsHayes Wang2019-08-201-13/+26
* | r8152: fix accessing skb after napi_gro_receiveHayes Wang2019-08-191-1/+1
* | r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang2019-08-131-5/+86
* | r8152: support skb_add_rx_fragHayes Wang2019-08-131-15/+105