index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
/
netvsc_drv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netvsc: reduce maximum GSO size
stephen hemminger
2016-12-07
1
-0
/
+5
*
Revert "hv_netvsc: report vmbus name in ethtool"
Stephen Hemminger
2016-10-29
1
-4
/
+0
*
netvsc: fix incorrect receive checksum offloading
Stephen Hemminger
2016-10-27
1
-8
/
+11
*
net/hyperv: avoid uninitialized variable
Arnd Bergmann
2016-10-18
1
-1
/
+1
*
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: count multicast packets received
Stephen Hemminger
2016-09-23
1
-1
/
+8
*
hv_netvsc: remove VF in flight counters
Stephen Hemminger
2016-09-23
1
-61
/
+20
*
hv_netvsc: use RCU to protect vf_netdev
Stephen Hemminger
2016-09-23
1
-14
/
+15
*
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: add ethtool statistics for tx packet issues
Stephen Hemminger
2016-08-23
1
-16
/
+70
*
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
2016-08-23
1
-0
/
+4
*
hv_netvsc: rearrange start_xmit
Stephen Hemminger
2016-08-23
1
-55
/
+51
*
hv_netvsc: style cleanups
Stephen Hemminger
2016-08-23
1
-7
/
+0
*
hv_netvsc: fix rtnl locking in callback
Stephen Hemminger
2016-08-23
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
1
-56
/
+49
|
\
|
*
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
1
-28
/
+5
|
*
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
2016-08-15
1
-22
/
+27
*
|
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
2016-08-09
1
-6
/
+19
*
|
hv_netvsc: Add query for initial physical link speed
Haiyang Zhang
2016-08-09
1
-2
/
+2
|
/
*
hv_netvsc: Fix VF register on bonding devices
Haiyang Zhang
2016-07-25
1
-2
/
+2
*
hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
Vitaly Kuznetsov
2016-06-06
1
-3
/
+1
*
hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
Vitaly Kuznetsov
2016-06-06
1
-8
/
+5
*
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: 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
1
-37
/
+54
*
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
2016-05-16
1
-30
/
+21
*
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
1
-3
/
+9
*
hv_netvsc: Fix the list processing for network change event
Haiyang Zhang
2016-04-25
1
-1
/
+1
*
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
2016-04-18
1
-26
/
+286
*
hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
Haiyang Zhang
2016-03-23
1
-1
/
+4
*
hv_netvsc: add ethtool support for set and get of settings
sixiao@microsoft.com
2016-02-29
1
-0
/
+56
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-0
/
+3
|
\
|
*
hv_netvsc: Restore needed_headroom request
Vitaly Kuznetsov
2016-02-13
1
-0
/
+3
*
|
hv_netvsc: add software transmit timestamp support
sixiao@microsoft.com
2016-02-19
1
-0
/
+3
*
|
hv_netvsc: cleanup netdev feature flags for netvsc
sixiao@microsoft.com
2016-02-11
1
-4
/
+7
|
/
*
hv_netvsc: use skb_get_hash() instead of a homegrown implementation
Vitaly Kuznetsov
2016-01-25
1
-64
/
+3
*
hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-7
/
+7
*
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-6
/
+2
*
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-1
/
+0
*
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-3
/
+0
*
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-1
/
+0
*
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
2015-12-03
1
-12
/
+2
[next]