summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-10r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang1-1/+0
2016-07-10r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang1-2/+0
2016-07-10r8152: remove rtl_phy_reset functionhayeswang1-24/+0
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+28
2016-07-05r8152: fix runtime function for RTL8152hayeswang1-7/+17
2016-07-01r8152: clear LINK_OFF_WAKE_EN after autoresumehayeswang1-0/+11
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+26
2016-06-17r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang1-2/+2
2016-06-16r8152: correct the rx early sizehayeswang1-2/+2
2016-06-16r8152: reset the bmuhayeswang1-0/+19
2016-06-16r8152: disable MAC clock speed downhayeswang1-9/+5
2016-06-15r8152: save the speedhayeswang1-3/+13
2016-06-15r8152: move the setting for the default speedhayeswang1-7/+4
2016-06-15r8152: move the settings of PHY to a work queuehayeswang1-5/+27
2016-06-10r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skbhayeswang1-1/+1
2016-05-03rtl8152: correct speed testingOliver Neukum1-1/+2
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+39
2016-01-09r8152: adjust ALDPS functionhayeswang1-38/+34
2016-01-09r8152: use test_and_clear_bithayeswang1-14/+6
2016-01-09r8152: fix the wake eventhayeswang1-1/+39
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2016-01-05r8152: add reset_resume functionhayeswang1-1/+9
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+3
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
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