index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netvsc: Remove mistaken udp.h inclusion.
David S. Miller
2016-10-13
1
-1
/
+0
*
netvsc: fix checksum on UDP IPV6
stephen hemminger
2016-10-13
1
-50
/
+22
*
hv_netvsc: fix comments
Stephen Hemminger
2016-09-24
1
-4
/
+3
*
hv_netvsc: count multicast packets received
Stephen Hemminger
2016-09-23
2
-1
/
+10
*
hv_netvsc: remove VF in flight counters
Stephen Hemminger
2016-09-23
2
-63
/
+21
*
hv_netvsc: use RCU to protect vf_netdev
Stephen Hemminger
2016-09-23
2
-15
/
+16
*
hv_netvsc: improve VF device matching
Stephen Hemminger
2016-09-23
1
-21
/
+39
*
hv_netvsc: simplify callback event code
Stephen Hemminger
2016-09-23
1
-18
/
+10
*
hv_netvsc: dev hold/put reference to VF
Stephen Hemminger
2016-09-23
1
-0
/
+3
*
hv_netvsc: use consume_skb
Stephen Hemminger
2016-09-23
1
-2
/
+2
*
Revert "hv_netvsc: make inline functions static"
Stephen Hemminger
2016-09-11
1
-84
/
+1
*
hv_netvsc: add ethtool statistics for tx packet issues
Stephen Hemminger
2016-08-23
2
-16
/
+79
*
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
2016-08-23
1
-0
/
+4
*
hv_netvsc: make variable local
Stephen Hemminger
2016-08-23
1
-3
/
+3
*
hv_netvsc: make netvsc_destroy_buf void
Stephen Hemminger
2016-08-23
1
-8
/
+6
*
hv_netvsc: refactor completion function
Stephen Hemminger
2016-08-23
1
-47
/
+56
*
hv_netvsc: rearrange start_xmit
Stephen Hemminger
2016-08-23
1
-55
/
+51
*
hv_netvsc: init completion during alloc
Stephen Hemminger
2016-08-23
1
-3
/
+1
*
hv_netvsc: make device_remove void
Stephen Hemminger
2016-08-23
2
-3
/
+2
*
hv_netvsc: use ARRAY_SIZE() for NDIS versions
Stephen Hemminger
2016-08-23
1
-3
/
+4
*
hv_netvsc: make inline functions static
Stephen Hemminger
2016-08-23
1
-1
/
+84
*
hv_netvsc: style cleanups
Stephen Hemminger
2016-08-23
3
-30
/
+3
*
hv_netvsc: use kcalloc
Stephen Hemminger
2016-08-23
1
-2
/
+2
*
hv_netvsc: make RSS hash key static
Stephen Hemminger
2016-08-23
2
-3
/
+2
*
hv_netvsc: fix rtnl locking in callback
Stephen Hemminger
2016-08-23
1
-4
/
+1
*
hv_netvsc: Implement batching of receive completions
Haiyang Zhang
2016-08-20
3
-33
/
+160
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
3
-82
/
+66
|
\
|
*
hv_netvsc: fix bonding devices check in netvsc_netdev_event()
Vitaly Kuznetsov
2016-08-15
1
-2
/
+7
|
*
hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
Vitaly Kuznetsov
2016-08-15
1
-2
/
+2
|
*
hv_netvsc: reset vf_inject on VF removal
Vitaly Kuznetsov
2016-08-15
1
-10
/
+16
|
*
hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
Vitaly Kuznetsov
2016-08-15
2
-35
/
+5
|
*
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
2016-08-15
3
-42
/
+45
*
|
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
2016-08-09
3
-7
/
+25
*
|
hv_netvsc: Add query for initial physical link speed
Haiyang Zhang
2016-08-09
2
-2
/
+26
|
/
*
hv_netvsc: Fix VF register on bonding devices
Haiyang Zhang
2016-07-25
1
-2
/
+2
*
netvsc: Use the new in-place consumption APIs in the rx path
K. Y. Srinivasan
2016-07-09
1
-29
/
+59
*
netvsc: get rid of completion timeouts
Vitaly Kuznetsov
2016-06-09
2
-100
/
+31
*
hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
Vitaly Kuznetsov
2016-06-06
1
-3
/
+2
*
hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
Vitaly Kuznetsov
2016-06-06
3
-6
/
+3
*
hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
Vitaly Kuznetsov
2016-06-06
3
-19
/
+13
*
hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
Vitaly Kuznetsov
2016-06-06
3
-25
/
+22
*
hv_netvsc: remove redundant assignment in netvsc_recv_callback()
Vitaly Kuznetsov
2016-06-06
1
-1
/
+0
*
hv_netvsc: Fix VF register on vlan devices
Haiyang Zhang
2016-06-04
1
-0
/
+4
*
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
2016-05-16
1
-11
/
+18
*
hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...
Vitaly Kuznetsov
2016-05-16
1
-2
/
+7
*
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
2016-05-16
4
-64
/
+72
*
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
2016-05-16
4
-122
/
+99
*
hv_netvsc: use start_remove flag to protect netvsc_link_change()
Vitaly Kuznetsov
2016-05-16
1
-4
/
+17
*
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
2016-05-16
3
-6
/
+13
*
hv_netvsc: Fix the list processing for network change event
Haiyang Zhang
2016-04-25
1
-1
/
+1
[next]