index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
/
netvsc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
2016-05-16
1
-11
/
+18
*
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
2016-05-16
1
-21
/
+15
*
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
2016-05-16
1
-49
/
+33
*
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
2016-05-16
1
-2
/
+1
*
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
2016-04-18
1
-0
/
+29
*
hv_netvsc: Fix book keeping of skb during batching process
Haiyang Zhang
2016-01-25
1
-11
/
+22
*
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
2015-12-14
1
-0
/
+9
*
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-4
/
+2
*
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-5
/
+8
*
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-6
/
+8
*
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-14
/
+14
*
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-11
/
+14
*
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
2015-12-02
1
-8
/
+0
*
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
2015-12-02
1
-3
/
+2
*
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-2
/
+1
*
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-3
/
+3
*
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-2
/
+3
*
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
2015-12-02
1
-4
/
+6
*
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
2015-12-02
1
-11
/
+8
*
hv_netvsc: Add structs and handlers for VF messages
Haiyang Zhang
2015-07-27
1
-10
/
+33
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-24
1
-18
/
+36
|
\
|
*
hv_netvsc: Allocate the sendbuf in a NUMA aware way
K. Y. Srinivasan
2015-05-31
1
-1
/
+3
|
*
hv_netvsc: Allocate the receive buffer from the correct NUMA node
K. Y. Srinivasan
2015-05-31
1
-1
/
+6
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-13
1
-7
/
+2
|
|
\
|
*
|
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
KY Srinivasan
2015-05-12
1
-16
/
+27
*
|
|
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
2015-06-03
1
-0
/
+1
|
|
/
|
/
|
*
|
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
2015-05-05
1
-7
/
+2
|
/
*
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
2015-04-29
1
-5
/
+0
*
hv_netvsc: introduce netif-msg into netvsc module
Simon Xiao
2015-04-29
1
-0
/
+3
*
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
2015-04-14
1
-16
/
+34
*
hv_netvsc: Fix the packet free when it is in skb headroom
Haiyang Zhang
2015-04-07
1
-2
/
+4
*
hv_netvsc: Clean up two unused variables
Haiyang Zhang
2015-04-07
1
-1
/
+0
*
hv_netvsc: Eliminate memory allocation in the packet send path
KY Srinivasan
2015-03-31
1
-3
/
+7
*
hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism
KY Srinivasan
2015-03-31
1
-0
/
+1
*
hv_netvsc: Implement batching in send buffer
Haiyang Zhang
2015-03-29
1
-46
/
+141
*
hyperv: fix sparse warnings
Lad, Prabhakar
2015-02-05
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
1
-3
/
+8
|
\
|
*
hyperv: Fix the error processing in netvsc_send()
Haiyang Zhang
2015-01-31
1
-3
/
+8
*
|
hyperv: netvsc.c: match wait_for_completion_timeout return type
Nicholas Mc Guire
2015-01-27
1
-2
/
+3
|
/
*
hyperv: Fix some variable name typos in send-buffer init/revoke
Haiyang Zhang
2014-12-22
1
-7
/
+8
*
hyperv: Add support for vNIC hot removal
Haiyang Zhang
2014-12-08
1
-0
/
+3
*
net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
2014-11-25
1
-3
/
+1
*
hyperv: Add processing of MTU reduced by the host
Haiyang Zhang
2014-11-12
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-08
1
-7
/
+8
|
\
|
*
hyperv: Fix a bug in netvsc_send()
KY Srinivasan
2014-10-05
1
-7
/
+8
*
|
hyperv: NULL dereference on error
Dan Carpenter
2014-09-05
1
-4
/
+2
*
|
hyperv: Increase the buffer length for netvsc_channel_cb()
Haiyang Zhang
2014-08-22
1
-2
/
+14
|
/
*
Drivers: net-next: hyperv: Increase the size of the sendbuf region
KY Srinivasan
2014-08-04
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
1
-1
/
+3
|
\
|
*
hyperv: Fix error return code in netvsc_init_buf()
Wei Yongjun
2014-07-23
1
-1
/
+3
[next]