summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20r8152: check disconnect status after long sleepYou-Sheng Yang1-0/+6
2020-02-05r8152: get default setting of WOL before initializingHayes Wang1-4/+5
2020-01-23r8152: add missing endpoint sanity checkJohan Hovold1-0/+3
2019-09-21r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani1-1/+4
2018-11-10r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli1-0/+3
2018-07-22r8152: napi hangup fix after disconnectJiri Slaby1-1/+2
2018-05-30r8152: fix tx packets accountingEric Dumazet1-1/+1
2018-04-29r8152: add Linksys USB3GIGV1 idGrant Grundler1-0/+2
2018-01-17r8152: adjust ALDPS functionhayeswang1-38/+34
2018-01-17r8152: use test_and_clear_bithayeswang1-14/+6
2018-01-17r8152: fix the wake eventhayeswang1-1/+39
2017-12-25r8152: prevent the driver from transmitting packets with carrier offhayeswang1-2/+16
2017-12-25r8152: fix the list rx_done may be used without initializationhayeswang1-0/+1
2017-06-17r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang1-2/+6
2017-06-17r8152: fix rtl8152_post_reset functionhayeswang1-0/+2
2017-06-17r8152: re-schedule napi for txhayeswang1-0/+3
2017-02-04r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-0/+2
2017-02-04r8152: fix the sw rx checksum is unavailablehayeswang1-1/+6
2017-01-15r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-15r8152: split rtl8152_suspend functionhayeswang1-17/+40
2016-01-05r8152: add reset_resume functionhayeswang1-1/+9
2015-12-09r8152: fix lockup when runtime PM is enabledPeter Wu1-18/+3
2015-09-10r8152: fix the runtime suspend issueshayeswang1-2/+57
2015-09-10r8152: split DRIVER_VERSIONhayeswang1-2/+7
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-52/+137
2015-08-01r8152: disable the capability of zero lengthhayeswang1-2/+3
2015-07-31r8152: reset device when tx timeouthayeswang1-4/+3
2015-07-31r8152: add pre_reset and post_resethayeswang1-0/+54
2015-07-27r8152: don't enable napi before rx readyhayeswang1-2/+4
2015-07-27r8152: fix wakeup settingshayeswang1-6/+22
2015-07-27r8152: fix the issue about U1/U2hayeswang1-40/+54
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17
2015-07-09drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu1-0/+2
2015-05-09drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'Vasily Titskiy1-0/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-01net/usb/r8152: add device id for Lenovo TP USB 3.0 EthernetChristian Hesse1-0/+2
2015-02-19r8152: support setting rx coalescehayeswang1-0/+57
2015-02-19r8152: change rx early size when the mtu is changedhayeswang1-1/+15
2015-02-19r8152: separate USB_RX_EARLY_AGGhayeswang1-26/+32
2015-02-15r8152: restore hw settingshayeswang1-2/+57
2015-02-08r8152: use BIT macrohayeswang1-17/+17
2015-02-08r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-08r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-08r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1
2015-02-08r8152: check linking status with netif_carrier_okhayeswang1-14/+9
2015-02-08r8152: adjust lpm timerhayeswang1-3/+3
2015-02-08r8152: adjust rx_bottomhayeswang1-2/+13
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+6
2015-01-20r8152: remove sram_readhayeswang1-18/+6
2015-01-20r8152: remove generic_ocp_read before writinghayeswang1-6/+0