summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2021-08-08r8152: Fix potential PM refcount imbalanceTakashi Iwai
2021-06-30r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2020-03-20r8152: check disconnect status after long sleepYou-Sheng Yang
2020-02-05r8152: get default setting of WOL before initializingHayes Wang
2020-01-23r8152: add missing endpoint sanity checkJohan Hovold
2019-09-21r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani
2018-11-10r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli
2018-07-22r8152: napi hangup fix after disconnectJiri Slaby
2018-05-30r8152: fix tx packets accountingEric Dumazet
2018-04-29r8152: add Linksys USB3GIGV1 idGrant Grundler
2018-01-17r8152: adjust ALDPS functionhayeswang
2018-01-17r8152: use test_and_clear_bithayeswang
2018-01-17r8152: fix the wake eventhayeswang
2017-12-25r8152: prevent the driver from transmitting packets with carrier offhayeswang
2017-12-25r8152: fix the list rx_done may be used without initializationhayeswang
2017-06-17r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang
2017-06-17r8152: fix rtl8152_post_reset functionhayeswang
2017-06-17r8152: re-schedule napi for txhayeswang
2017-02-04r8152: don't execute runtime suspend if the tx is not emptyhayeswang
2017-02-04r8152: fix the sw rx checksum is unavailablehayeswang
2017-01-15r8152: fix rx issue for runtime suspendhayeswang
2017-01-15r8152: split rtl8152_suspend functionhayeswang
2016-01-04r8152: add reset_resume functionhayeswang
2015-12-08r8152: fix lockup when runtime PM is enabledPeter Wu
2015-09-09r8152: fix the runtime suspend issueshayeswang
2015-09-09r8152: split DRIVER_VERSIONhayeswang
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-31r8152: disable the capability of zero lengthhayeswang
2015-07-30r8152: reset device when tx timeouthayeswang
2015-07-30r8152: add pre_reset and post_resethayeswang
2015-07-27r8152: don't enable napi before rx readyhayeswang
2015-07-27r8152: fix wakeup settingshayeswang
2015-07-27r8152: fix the issue about U1/U2hayeswang
2015-07-22r8152: support the new RTL8153 chiphayeswang
2015-07-08drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu
2015-05-09drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'Vasily Titskiy
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31net/usb/r8152: add device id for Lenovo TP USB 3.0 EthernetChristian Hesse
2015-02-19r8152: support setting rx coalescehayeswang
2015-02-19r8152: change rx early size when the mtu is changedhayeswang
2015-02-19r8152: separate USB_RX_EARLY_AGGhayeswang
2015-02-14r8152: restore hw settingshayeswang
2015-02-07r8152: use BIT macrohayeswang
2015-02-07r8152: replace get_protocol with vlan_get_protocolhayeswang
2015-02-07r8152: adjust the line feed for hw_featureshayeswang
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang
2015-02-07r8152: check linking status with netif_carrier_okhayeswang
2015-02-07r8152: adjust lpm timerhayeswang
2015-02-07r8152: adjust rx_bottomhayeswang
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller