summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* r8152: fix typo in register nameKevin Lo2019-08-031-6/+6
* r8152: set RTL8152_UNPLUG only for real disconnectionHayes Wang2019-07-061-11/+16
* r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang2019-07-031-10/+26
* r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang2019-07-021-11/+27
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* r8152: sync sa_family with the media type of network deviceCrag.Wang2019-04-231-0/+2
* r8152: Refresh MAC address during USBDEVFS_RESETMario Limonciello2019-04-071-15/+35
* r8152: remove extra action copying ethernet addressMario Limonciello2019-04-071-1/+0Star
* r8152: Fix an error on RTL8153-BD MAC Address Passthrough supportDavid Chen2019-02-221-1/+1
* r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen2019-02-191-2/+3
* r8152: Add support for MAC address pass through on RTL8153-BNDMario Limonciello2018-12-141-11/+22
* r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli2018-09-291-0/+3
* r8152: disable RX aggregation on new Dell TB16 dockKai-Heng Feng2018-08-201-2/+2
* drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_s...zhong jiang2018-08-111-2/+1Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+2
|\
| * r8152: napi hangup fix after disconnectJiri Slaby2018-06-261-1/+2
* | net: usb: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-301-0/+2
* | net: usb: r8152: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-4/+6
|/
* r8152: fix tx packets accountingEric Dumazet2018-02-271-1/+1
* r8152: set rx mode early when linking onHayes Wang2018-02-031-2/+3
* r8152: fix wrong checksum status for received IPv4 packetsHayes Wang2018-02-031-5/+3Star
* r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng2018-01-171-0/+13
* 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-021-0/+2
* net: usb: r8152: constify usb_device_idArvind Yadav2017-08-091-1/+1
* r8152: correct the definitionhayeswang2017-06-211-11/+11
* r8152: move calling delay_autosuspend functionhayeswang2017-06-161-7/+5Star
* 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/+4Star
* | r8152: adjust the settings about MAC clock speed down for RTL8153hayeswang2017-06-091-5/+29
* | r8152: adjust lpm settings for RTL8153hayeswang2017-06-091-4/+1Star
* | 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/+0Star
|/
* 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-241-7/+17
|\|