Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7f1534e172f5eb9c215a25d73ee9ef57eb1582ba
/
drivers
/
net
/
usb
/
r8152.c
b20cb60
r8152: fix the rx early size of RTL8153
by hayeswang
· 8 years ago
210c4f7
r8152: set the RMS of RTL8153 according to the mtu
by hayeswang
· 8 years ago
98d068a
r8152: fix the list rx_done may be used without initialization
by hayeswang
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7489bda
r8152: check rx after napi is enabled
by hayeswang
· 8 years ago
248b213
r8152: re-schedule napi for tx
by hayeswang
· 8 years ago
de9bf29
r8152: avoid start_xmit to schedule napi when napi is disabled
by hayeswang
· 8 years ago
26afec3
r8152: avoid start_xmit to call napi_schedule during autosuspend
by hayeswang
· 8 years ago
a9c54ad
r8152: fix the wrong spelling
by hayeswang
· 8 years ago
6a0b76c
r8152: don't execute runtime suspend if the tx is not empty
by hayeswang
· 8 years ago
2c561b2
r8152: fix rtl8152_post_reset function
by hayeswang
· 8 years ago
19c0f40
r8152: fix the sw rx checksum is unavailable
by hayeswang
· 8 years ago
75dc692
r8152: fix rx issue for runtime suspend
by hayeswang
· 8 years ago
8fb2806
r8152: split rtl8152_suspend function
by hayeswang
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ca0a753
r8152: Fix error path in open function
by Guenter Roeck
· 8 years ago
b9a321b
r8152: Fix broken RX checksums.
by Mark Lord
· 8 years ago
f77f0ae
net: use core MTU range checking in USB NIC drivers
by Jarod Wilson
· 8 years ago
d248caf
r8152: add new products of Lenovo
by hayeswang
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d768c61
r8152: disable ALDPS and EEE before setting PHY
by hayeswang
· 8 years ago
af0287e
r8152: remove r8153_enable_eee
by hayeswang
· 8 years ago
ef39df8
r8152: move PHY settings to hw_phy_cfg
by hayeswang
· 8 years ago
2dd436d
r8152: move enabling PHY
by hayeswang
· 8 years ago
e644953
r8152: move some functions
by hayeswang
· 8 years ago
53700f0
r8152: fix the coding style with checkpatch.pl
by hayeswang
· 8 years ago
407a471
r8152: constify ethtool_ops structures
by Julia Lawall
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c961e87
r8152: add MODULE_VERSION
by Grant Grundler
· 8 years ago
34ee32c
r8152: Add support for setting pass through MAC address on RTL8153-AD
by Mario Limonciello
· 8 years ago
c23d86a
r8152: remove cancel_delayed_work_sync in rtl8152_set_speed
by hayeswang
· 8 years ago
c79262f
r8152: remove a netif_carrier_off in rtl8152_open function
by hayeswang
· 8 years ago
b164806
r8152: remove rtl_phy_reset function
by hayeswang
· 8 years ago
92f7d07
r8152: remove the setting of LAN_WAKE_EN
by hayeswang
· 9 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2609af1
r8152: fix runtime function for RTL8152
by hayeswang
· 9 years ago
f95ae8a
r8152: clear LINK_OFF_WAKE_EN after autoresume
by hayeswang
· 9 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fae5617
r8152: modify the check of the flag of PHY_RESET in set_speed function
by hayeswang
· 9 years ago
a59e6d8
r8152: correct the rx early size
by hayeswang
· 9 years ago
93fe9b1
r8152: reset the bmu
by hayeswang
· 9 years ago
4e384ac
r8152: disable MAC clock speed down
by hayeswang
· 9 years ago
aa7e26b
r8152: save the speed
by hayeswang
· 9 years ago
9d21c0d
r8152: move the setting for the default speed
by hayeswang
· 9 years ago
a028a9e
r8152: move the settings of PHY to a work queue
by hayeswang
· 9 years ago
c8d8396
r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb
by hayeswang
· 9 years ago
2b84af94a
rtl8152: correct speed testing
by Oliver Neukum
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cda9fb0
r8152: adjust ALDPS function
by hayeswang
· 9 years ago
216a834
r8152: use test_and_clear_bit
by hayeswang
· 9 years ago
5ee3c60
r8152: fix the wake event
by hayeswang
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
7ec2541
r8152: add reset_resume function
by hayeswang
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a188222
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
by Tom Herbert
· 9 years ago
90186af
r8152: fix lockup when runtime PM is enabled
by Peter Wu
· 9 years ago
2dd49e0
r8152: fix the runtime suspend issues
by hayeswang
· 9 years ago
d094247
r8152: split DRIVER_VERSION
by hayeswang
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e90fba8
r8152: disable the capability of zero length
by hayeswang
· 9 years ago
37608f3
r8152: reset device when tx timeout
by hayeswang
· 9 years ago
e501139
r8152: add pre_reset and post_reset
by hayeswang
· 9 years ago
41cec84
r8152: don't enable napi before rx ready
by hayeswang
· 9 years ago
7daed8d
r8152: fix wakeup settings
by hayeswang
· 9 years ago
b214396
r8152: fix the issue about U1/U2
by hayeswang
· 9 years ago
fb02eb4
r8152: support the new RTL8153 chip
by hayeswang
· 9 years ago
d065c3c
drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 Ethernet
by Zheng Liu
· 9 years ago
1006da1
drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'
by Vasily Titskiy
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
347eec3
net/usb/r8152: add device id for Lenovo TP USB 3.0 Ethernet
by Christian Hesse
· 10 years ago
efb3dd8
r8152: support setting rx coalesce
by hayeswang
· 10 years ago
396e2e2
r8152: change rx early size when the mtu is changed
by hayeswang
· 10 years ago
464ec10
r8152: separate USB_RX_EARLY_AGG
by hayeswang
· 10 years ago
65bab84
r8152: restore hw settings
by hayeswang
· 10 years ago
f5aaaa6
r8152: use BIT macro
by hayeswang
· 10 years ago
6e74d17
r8152: replace get_protocol with vlan_get_protocol
by hayeswang
· 10 years ago
ccc39fa
r8152: adjust the line feed for hw_features
by hayeswang
· 10 years ago
53543db
r8152: check RTL8152_UNPLUG for rtl8152_close
by hayeswang
· 10 years ago
51d979f
r8152: check linking status with netif_carrier_ok
by hayeswang
· 10 years ago
34203e2
r8152: adjust lpm timer
by hayeswang
· 10 years ago
e1a2ca9
r8152: adjust rx_bottom
by hayeswang
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b4d99de
r8152: remove sram_read
by hayeswang
· 10 years ago
8cb3db2
r8152: remove generic_ocp_read before writing
by hayeswang
· 10 years ago
d823ab6
r8152: replace tasklet with NAPI
by hayeswang
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
ef827a5
r8152: check the status before submitting rx
by hayeswang
· 10 years ago
aa2e092
r8152: call rtl_start_rx after netif_carrier_on
by hayeswang
· 10 years ago
a5e3125
r8152: support ndo_features_check
by hayeswang
· 10 years ago
d9a28c5
r8152: redefine REALTEK_USB_DEVICE
by hayeswang
· 10 years ago
7bcf4f6
r8152: adjust rtl_start_rx
by hayeswang
· 10 years ago
a0fccd4
r8152: adjust r8152_submit_rx
by hayeswang
· 10 years ago
a1f83fe
r8152: check RTL8152_UNPLUG and netif_running before autoresume
by hayeswang
· 10 years ago
9451a11
r8152: clear the flag of SCHEDULE_TASKLET in tasklet
by hayeswang
· 10 years ago
0c29dde
r8152: remove the duplicate init for the list of rx_done
by hayeswang
· 10 years ago
662412d
r8152: remove the definitions of the PID
by hayeswang
· 10 years ago
55b6547
r8152: modify rtl_ops_init
by hayeswang
· 10 years ago
82cf94c
r8152: move r8152b_get_version
by hayeswang
· 10 years ago
93ffbea
r8152: disable the tasklet by default
by hayeswang
· 10 years ago
Next »