aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
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
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-08r8152: adjust ALDPS functionhayeswang
2016-01-08r8152: use test_and_clear_bithayeswang
2016-01-08r8152: fix the wake eventhayeswang
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-04r8152: add reset_resume functionhayeswang
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert