index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
r8152.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8152: fix tx packets accounting
Eric Dumazet
2018-02-26
1
-1
/
+1
*
r8152: set rx mode early when linking on
Hayes Wang
2018-02-02
1
-2
/
+3
*
r8152: fix wrong checksum status for received IPv4 packets
Hayes Wang
2018-02-02
1
-5
/
+3
*
r8152: disable RX aggregation on Dell TB16 dock
Kai-Heng Feng
2018-01-17
1
-0
/
+13
*
drivers/net/usb: add device id for TP-LINK UE300 USB 3.0 Ethernet
Ran Wang
2017-10-24
1
-0
/
+2
*
r8152: add Linksys USB3GIGV1 id
Grant Grundler
2017-10-01
1
-0
/
+2
*
net: usb: r8152: constify usb_device_id
Arvind Yadav
2017-08-08
1
-1
/
+1
*
r8152: correct the definition
hayeswang
2017-06-21
1
-11
/
+11
*
r8152: move calling delay_autosuspend function
hayeswang
2017-06-16
1
-7
/
+5
*
r8152: split rtl8152_resume function
hayeswang
2017-06-16
1
-38
/
+61
*
r8152: add byte_enable for ocp_read_word function
hayeswang
2017-06-15
1
-1
/
+3
*
r8152: support RTL8153B
hayeswang
2017-06-15
1
-15
/
+658
*
r8152: support new chip 8050
hayeswang
2017-06-15
1
-0
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-0
/
+2
|
\
|
*
r8152: give the device version
Oliver Neukum
2017-06-13
1
-0
/
+2
*
|
r8152: replace napi_complete with napi_complete_done
hayeswang
2017-06-09
1
-1
/
+3
*
|
r8152: avoid rx queue more than 1000 packets
hayeswang
2017-06-09
1
-0
/
+4
*
|
r8152: check if disabling ALDPS is finished
hayeswang
2017-06-09
1
-1
/
+7
*
|
r8152: move the initialization to reset_resume function
hayeswang
2017-06-09
1
-4
/
+5
*
|
r8152: move the default coalesce setting for RTL8153
hayeswang
2017-06-09
1
-13
/
+13
*
|
r8152: adjust U2P3 for RTL8153
hayeswang
2017-06-09
1
-4
/
+37
*
|
r8152: adjust rtl8153_runtime_enable function
hayeswang
2017-06-09
1
-2
/
+2
*
|
r8152: move the setting of rx aggregation
hayeswang
2017-06-09
1
-5
/
+4
*
|
r8152: adjust the settings about MAC clock speed down for RTL8153
hayeswang
2017-06-09
1
-5
/
+29
*
|
r8152: adjust lpm settings for RTL8153
hayeswang
2017-06-09
1
-4
/
+1
*
|
r8152: add r8153_phy_status function
hayeswang
2017-06-09
1
-12
/
+25
*
|
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
2017-06-05
1
-1
/
+1
*
|
r8152: Remove unused function usb_ocp_read()
Matthias Kaehlcke
2017-05-18
1
-6
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-2
/
+17
|
\
|
*
r8152: The Microsoft Surface docks also use R8152 v2
René Rebe
2017-04-01
1
-0
/
+3
|
*
r8152: prevent the driver from transmitting packets with carrier off
hayeswang
2017-03-24
1
-2
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
1
-7
/
+17
|
\
|
|
*
r8152: fix the rx early size of RTL8153
hayeswang
2017-03-22
1
-3
/
+4
|
*
r8152: set the RMS of RTL8153 according to the mtu
hayeswang
2017-03-22
1
-4
/
+12
|
*
r8152: fix the list rx_done may be used without initialization
hayeswang
2017-03-21
1
-0
/
+1
*
|
r8152: check hw version first
hayeswang
2017-03-21
1
-39
/
+63
*
|
r8152: simply the arguments
hayeswang
2017-03-16
1
-17
/
+26
*
|
net: usb: r8152: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-13
1
-9
/
+12
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
1
-6
/
+28
|
\
|
*
r8152: check rx after napi is enabled
hayeswang
2017-01-25
1
-1
/
+6
|
*
r8152: re-schedule napi for tx
hayeswang
2017-01-25
1
-0
/
+3
|
*
r8152: avoid start_xmit to schedule napi when napi is disabled
hayeswang
2017-01-25
1
-2
/
+6
|
*
r8152: avoid start_xmit to call napi_schedule during autosuspend
hayeswang
2017-01-25
1
-3
/
+9
|
*
r8152: don't execute runtime suspend if the tx is not empty
hayeswang
2017-01-24
1
-1
/
+3
|
*
r8152: fix rtl8152_post_reset function
hayeswang
2017-01-20
1
-0
/
+2
*
|
r8152: fix the wrong spelling
hayeswang
2017-01-25
1
-2
/
+2
|
/
*
r8152: fix the sw rx checksum is unavailable
hayeswang
2017-01-11
1
-1
/
+6
*
r8152: fix rx issue for runtime suspend
hayeswang
2017-01-10
1
-3
/
+28
*
r8152: split rtl8152_suspend function
hayeswang
2017-01-10
1
-17
/
+40
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-9
/
+12
|
\
[next]