summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
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
2017-12-25r8152: prevent the driver from transmitting packets with carrier offhayeswang
2017-12-25r8152: fix the rx early size of RTL8153hayeswang
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-06-17r8152: check rx after napi is enabledhayeswang
2017-06-17r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang
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-11-13r8152: Fix error path in open functionGuenter Roeck
2016-10-30r8152: Fix broken RX checksums.Mark Lord
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21r8152: disable ALDPS and EEE before setting PHYhayeswang
2016-09-21r8152: remove r8153_enable_eeehayeswang
2016-09-21r8152: move PHY settings to hw_phy_cfghayeswang
2016-09-21r8152: move enabling PHYhayeswang
2016-09-21r8152: move some functionshayeswang
2016-09-01r8152: fix the coding style with checkpatch.plhayeswang
2016-08-31r8152: constify ethtool_ops structuresJulia Lawall
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15r8152: add MODULE_VERSIONGrant Grundler
2016-07-11r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello
2016-07-09r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang
2016-07-09r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang
2016-07-09r8152: remove rtl_phy_reset functionhayeswang
2016-07-08r8152: remove the setting of LAN_WAKE_ENhayeswang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-05r8152: fix runtime function for RTL8152hayeswang
2016-07-01r8152: clear LINK_OFF_WAKE_EN after autoresumehayeswang
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang
2016-06-15r8152: correct the rx early sizehayeswang
2016-06-15r8152: reset the bmuhayeswang
2016-06-15r8152: disable MAC clock speed downhayeswang
2016-06-14r8152: save the speedhayeswang
2016-06-14r8152: move the setting for the default speedhayeswang
2016-06-14r8152: move the settings of PHY to a work queuehayeswang
2016-06-09r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skbhayeswang
2016-05-03rtl8152: correct speed testingOliver Neukum