index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-26
hv_netvsc: use skb_get_hash() instead of a homegrown implementation
Vitaly Kuznetsov
1
-64
/
+3
2017-02-14
netvsc: Set maximum GSO size in the right place
Ben Hutchings
1
-1
/
+1
2017-01-15
netvsc: reduce maximum GSO size
stephen hemminger
1
-0
/
+3
2015-09-01
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
1
-1
/
+1
2015-08-18
hv_netvsc: Fix dereference of nvdev before check
Andrew Schwartzmeyer
1
-2
/
+5
2015-08-12
hv_netvsc: Implement set_channels ethtool op
Andrew Schwartzmeyer
1
-0
/
+97
2015-08-12
hv_netvsc: Set vRSS with num_chn in RNDIS filter
Andrew Schwartzmeyer
3
-1
/
+10
2015-07-27
hv_netvsc: Add structs and handlers for VF messages
Haiyang Zhang
2
-10
/
+62
2015-07-26
hv_netvsc: Wait for sub-channels to be processed during probe
KY Srinivasan
2
-0
/
+30
2015-07-15
hv_netvsc: Add close of RNDIS filter into change mtu call
Haiyang Zhang
1
-6
/
+52
2015-07-08
hv_netvsc: Add support to set MTU reservation from guest side
Haiyang Zhang
3
-3
/
+3
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-32
/
+145
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
2
-0
/
+2
2015-05-31
hv_netvsc: Allocate the sendbuf in a NUMA aware way
K. Y. Srinivasan
1
-1
/
+3
2015-05-31
hv_netvsc: Allocate the receive buffer from the correct NUMA node
K. Y. Srinivasan
1
-1
/
+6
2015-05-30
hv_netvsc: Properly size the vrss queues
KY Srinivasan
3
-2
/
+19
2015-05-17
hv_netvsc: change member name of struct netvsc_stats
sixiao@microsoft.com
2
-9
/
+9
2015-05-14
hv_netvsc: use per_cpu stats to calculate TX/RX data
sixiao@microsoft.com
2
-8
/
+86
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
1
-4
/
+4
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+2
2015-05-12
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
KY Srinivasan
1
-16
/
+27
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
[next]