aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-26r8152: napi hangup fix after disconnectJiri Slaby1-1/+2
2018-06-22net: usb: r8152: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-02-26r8152: fix tx packets accountingEric Dumazet1-1/+1
2018-02-02r8152: set rx mode early when linking onHayes Wang1-2/+3
2018-02-02r8152: fix wrong checksum status for received IPv4 packetsHayes Wang1-5/+3
2018-01-17r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng1-0/+13
2017-10-24drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 EthernetRan Wang1-0/+2
2017-10-01r8152: add Linksys USB3GIGV1 idGrant Grundler1-0/+2
2017-08-08net: usb: r8152: constify usb_device_idArvind Yadav1-1/+1
2017-06-21r8152: correct the definitionhayeswang1-11/+11
2017-06-16r8152: move calling delay_autosuspend functionhayeswang1-7/+5
2017-06-16r8152: split rtl8152_resume functionhayeswang1-38/+61
2017-06-15r8152: add byte_enable for ocp_read_word functionhayeswang1-1/+3
2017-06-15r8152: support RTL8153Bhayeswang1-15/+658
2017-06-15r8152: support new chip 8050hayeswang1-0/+10
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-13r8152: give the device versionOliver Neukum1-0/+2
2017-06-09r8152: replace napi_complete with napi_complete_donehayeswang1-1/+3
2017-06-09r8152: avoid rx queue more than 1000 packetshayeswang1-0/+4
2017-06-09r8152: check if disabling ALDPS is finishedhayeswang1-1/+7
2017-06-09r8152: move the initialization to reset_resume functionhayeswang1-4/+5
2017-06-09r8152: move the default coalesce setting for RTL8153hayeswang1-13/+13
2017-06-09r8152: adjust U2P3 for RTL8153hayeswang1-4/+37