summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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-261-1/+1
* r8152: set rx mode early when linking onHayes Wang2018-02-021-2/+3
* r8152: fix wrong checksum status for received IPv4 packetsHayes Wang2018-02-021-5/+3
* 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-011-0/+2
* net: usb: r8152: constify usb_device_idArvind Yadav2017-08-081-1/+1
* r8152: correct the definitionhayeswang2017-06-211-11/+11
* r8152: move calling delay_autosuspend functionhayeswang2017-06-161-7/+5
* 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/+4
* | r8152: adjust the settings about MAC clock speed down for RTL8153hayeswang2017-06-091-5/+29
* | r8152: adjust lpm settings for RTL8153hayeswang2017-06-091-4/+1
* | 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/+0
|/
* 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-231-7/+17
|\|
| * r8152: fix the rx early size of RTL8153hayeswang2017-03-221-3/+4
| * r8152: set the RMS of RTL8153 according to the mtuhayeswang2017-03-221-4/+12
| * r8152: fix the list rx_done may be used without initializationhayeswang2017-03-211-0/+1
* | r8152: check hw version firsthayeswang2017-03-211-39/+63
* | r8152: simply the argumentshayeswang2017-03-161-17/+26
* | net: usb: r8152: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-9/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-6/+28
|\
| * r8152: check rx after napi is enabledhayeswang2017-01-251-1/+6
| * r8152: re-schedule napi for txhayeswang2017-01-251-0/+3
| * r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang2017-01-251-2/+6
| * r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang2017-01-251-3/+9
| * r8152: don't execute runtime suspend if the tx is not emptyhayeswang2017-01-241-1/+3