index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
1
-7
/
+2
2015-04-29
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
3
-26
/
+7
2015-04-29
hv_netvsc: introduce netif-msg into netvsc module
Simon Xiao
4
-7
/
+31
2015-04-14
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
3
-19
/
+46
2015-04-08
hv_netvsc: try linearizing big SKBs before dropping them
Vitaly Kuznetsov
1
-5
/
+20
2015-04-08
hv_netvsc: use single existing drop path in netvsc_start_xmit
Vitaly Kuznetsov
1
-8
/
+6
2015-04-07
hv_netvsc: Fix the packet free when it is in skb headroom
Haiyang Zhang
3
-3
/
+6
2015-04-07
hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE
Haiyang Zhang
2
-12
/
+9
2015-04-07
hv_netvsc: Clean up two unused variables
Haiyang Zhang
3
-4
/
+0
2015-03-31
hv_netvsc: Eliminate memory allocation in the packet send path
KY Srinivasan
4
-22
/
+60
2015-03-31
hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism
KY Srinivasan
2
-2
/
+2
2015-03-29
hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()
Haiyang Zhang
1
-2
/
+0
2015-03-29
hv_netvsc: Implement batching in send buffer
Haiyang Zhang
4
-47
/
+162
2015-02-28
hyperv: Implement netvsc_get_channels() ethool op
Andrew Schwartzmeyer
3
-1
/
+20
2015-02-05
hyperv: fix sparse warnings
Lad, Prabhakar
2
-5
/
+6
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2015-01-31
hyperv: Fix the error processing in netvsc_send()
Haiyang Zhang
1
-3
/
+8
2015-01-27
hyperv: match wait_for_completion_timeout return type
Nicholas Mc Guire
1
-7
/
+12
2015-01-27
hyperv: netvsc.c: match wait_for_completion_timeout return type
Nicholas Mc Guire
1
-2
/
+3
2014-12-22
hyperv: Fix some variable name typos in send-buffer init/revoke
Haiyang Zhang
2
-7
/
+9
2014-12-08
hyperv: Add support for vNIC hot removal
Haiyang Zhang
2
-0
/
+6
2014-11-25
net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-3
/
+1
2014-11-12
hyperv: Add processing of MTU reduced by the host
Haiyang Zhang
3
-3
/
+14
2014-10-30
hyperv: Add IPv6 into the hash computation for vRSS
Haiyang Zhang
2
-2
/
+5
2014-10-22
hyperv: Fix the total_data_buflen in send path
Haiyang Zhang
1
-0
/
+1
2014-10-17
hyperv: Add handling of IP header with option field in netvsc_set_hash()
Haiyang Zhang
1
-16
/
+10
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+8
2014-10-05
hyperv: Fix a bug in netvsc_send()
KY Srinivasan
1
-7
/
+8
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2014-09-30
hyperv: Fix a bug in netvsc_start_xmit()
KY Srinivasan
1
-1
/
+2
2014-09-05
hyperv: NULL dereference on error
Dan Carpenter
1
-4
/
+2
2014-08-22
hyperv: Increase the buffer length for netvsc_channel_cb()
Haiyang Zhang
2
-4
/
+16
2014-08-06
hyperv: Adjust the size of sendbuf region to support ws2008r2
KY Srinivasan
1
-1
/
+1
2014-08-04
Drivers: net-next: hyperv: Increase the size of the sendbuf region
KY Srinivasan
2
-6
/
+3
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2014-07-23
hyperv: Fix error return code in netvsc_init_buf()
Wei Yongjun
1
-1
/
+3
2014-07-09
hyperv: Add netpoll support
Richard Weinberger
1
-0
/
+11
2014-07-02
drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfree
Fabian Frederick
1
-3
/
+1
2014-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-06-19
hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event
Haiyang Zhang
3
-25
/
+29
2014-06-16
hyperv: fix apparent cut-n-paste error in send path teardown
Dave Jones
1
-1
/
+1
2014-05-23
hyperv: Add hash value into RNDIS Per-packet info
Haiyang Zhang
2
-4
/
+18
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2014-05-12
Add support for netvsc build without CONFIG_SYSFS flag
Haiyang Zhang
1
-4
/
+1
2014-04-30
hyperv: Properly handle checksum offload
KY Srinivasan
1
-0
/
+4
2014-04-30
hyperv: Enable sendbuf mechanism on the send path
KY Srinivasan
3
-9
/
+234
2014-04-23
hyperv: Simplify the send_completion variables
Haiyang Zhang
4
-16
/
+11
2014-04-23
hyperv: Remove recv_pkt_list and lock
Haiyang Zhang
4
-198
/
+13
2014-04-21
hyperv: Add support for virtual Receive Side Scaling (vRSS)
Haiyang Zhang
4
-34
/
+504
[next]