aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-25r8152: fix the wrong spellinghayeswang1-2/+2
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-1/+3
2017-01-20r8152: fix rtl8152_post_reset functionhayeswang1-0/+2
2017-01-11r8152: fix the sw rx checksum is unavailablehayeswang1-1/+6
2017-01-10r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-10r8152: split rtl8152_suspend functionhayeswang1-17/+40
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+12
2016-11-13r8152: Fix error path in open functionGuenter Roeck1-7/+10
2016-10-30r8152: Fix broken RX checksums.Mark Lord1-2/+2
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-3/+12
2016-10-18r8152: add new products of Lenovohayeswang1-1/+5
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-135/+146
2016-09-21r8152: disable ALDPS and EEE before setting PHYhayeswang1-2/+8
2016-09-21r8152: remove r8153_enable_eeehayeswang1-7/+3
2016-09-21r8152: move PHY settings to hw_phy_cfghayeswang1-6/+8
2016-09-21r8152: move enabling PHYhayeswang1-18/+25
2016-09-21r8152: move some functionshayeswang1-112/+112
2016-09-01r8152: fix the coding style with checkpatch.plhayeswang1-6/+5
2016-08-31r8152: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+76
2016-07-15r8152: add MODULE_VERSIONGrant Grundler1-0/+1
2016-07-11r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello1-2/+74
2016-07-09r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang1-1/+0
2016-07-09r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang1-2/+0
2016-07-09r8152: remove rtl_phy_reset functionhayeswang1-24/+0
2016-07-08r8152: remove the setting of LAN_WAKE_ENhayeswang1-7/+1
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-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang1-2/+2
2016-06-15r8152: correct the rx early sizehayeswang1-2/+2
2016-06-15r8152: reset the bmuhayeswang1-0/+19
2016-06-15r8152: disable MAC clock speed downhayeswang1-9/+5
2016-06-14r8152: save the speedhayeswang1-3/+13
2016-06-14r8152: move the setting for the default speedhayeswang1-7/+4
2016-06-14r8152: move the settings of PHY to a work queuehayeswang1-5/+27
2016-06-09r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skbhayeswang1-1/+1
2016-05-03rtl8152: correct speed testingOliver Neukum1-1/+2
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+39
2016-01-08r8152: adjust ALDPS functionhayeswang1-38/+34
2016-01-08r8152: use test_and_clear_bithayeswang1-14/+6
2016-01-08r8152: fix the wake eventhayeswang1-1/+39
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2016-01-04r8152: add reset_resume functionhayeswang1-1/+9
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-08r8152: fix lockup when runtime PM is enabledPeter Wu1-18/+3
2015-09-09r8152: fix the runtime suspend issueshayeswang1-2/+57