Haiyang Zhang
|
6b0cbe3158
hv_netvsc: Add initialization of tx_table in netvsc_device_add()
|
8 年 前 |
Haiyang Zhang
|
39e91cfbf6
hv_netvsc: Rename tx_send_table to tx_table
|
8 年 前 |
Simon Xiao
|
09af87d18f
hv_netvsc: report stop_queue and wake_queue
|
8 年 前 |
Colin Ian King
|
1b17ca044a
hv_netvsc: make const array ver_list static, reduces object code size
|
8 年 前 |
Alex Ng
|
0ab09befdb
hv_netvsc: fix send buffer failure on MTU change
|
8 年 前 |
Stephen Hemminger
|
8195b1396e
hv_netvsc: fix deadlock on hotplug
|
8 年 前 |
stephen hemminger
|
5dd0fb9b9f
vmbus: remove unused vmbus_sendpacket_ctl
|
8 年 前 |
stephen hemminger
|
5a668d8cdd
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
|
8 年 前 |
stephen hemminger
|
cad5c19770
netvsc: keep track of some non-fatal overload conditions
|
8 年 前 |
stephen hemminger
|
8b5327975a
netvsc: allow controlling send/recv buffer size
|
8 年 前 |
stephen hemminger
|
958333708f
netvsc: no need to allocate send/receive on numa node
|
8 年 前 |
stephen hemminger
|
5e20d55a23
netvsc: don't signal host twice if empty
|
8 年 前 |
David S. Miller
|
3118e6e19d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年 前 |
stephen hemminger
|
7b83f52047
netvsc: make sure and unregister datapath
|
8 年 前 |
stephen hemminger
|
732e49850c
netvsc: fix race on sub channel creation
|
8 年 前 |
Joe Perches
|
956a25c9f1
hyperv: netvsc: Neaten netvsc_send_pkt by using a temporary
|
8 年 前 |
Florian Fainelli
|
4a0dee1ffe
netvsc: Initialize 64-bit stats seqcount
|
8 年 前 |
stephen hemminger
|
f4e403633b
netvsc: signal host if receive ring is emptied
|
8 年 前 |
stephen hemminger
|
493933472d
netvsc: fix error unwind on device setup failure
|
8 年 前 |
stephen hemminger
|
7426b1a518
netvsc: optimize receive completions
|
8 年 前 |
stephen hemminger
|
02b6de01af
netvsc: remove unnecessary indirection of page_buffer
|
8 年 前 |
stephen hemminger
|
4a2176c63b
netvsc: don't print pointer value in error message
|
8 年 前 |
stephen hemminger
|
867047c451
netvsc: fix warnings reported by lockdep
|
8 年 前 |
stephen hemminger
|
43bf99ce00
netvsc: prefetch the first incoming ring element
|
8 年 前 |
stephen hemminger
|
3962981f48
netvsc: add rtnl annotations in rndis
|
8 年 前 |
stephen hemminger
|
35fbbccfb4
netvsc: save pointer to parent netvsc_device in channel table
|
8 年 前 |
stephen hemminger
|
2a926f7912
netvsc: need rcu_derefence when accessing internal device info
|
8 年 前 |
stephen hemminger
|
9749fed5d4
netvsc: use ERR_PTR to avoid dereference issues
|
8 年 前 |
stephen hemminger
|
79e8cbe7a7
netvsc: add some rtnl_dereference annotations
|
8 年 前 |
Haiyang Zhang
|
53fa1a6f33
hv_netvsc: Fix the carrier state error when data path is off
|
8 年 前 |