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
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-82
/
+66
2016-08-15
hv_netvsc: fix bonding devices check in netvsc_netdev_event()
Vitaly Kuznetsov
1
-2
/
+7
2016-08-15
hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
Vitaly Kuznetsov
1
-2
/
+2
2016-08-15
hv_netvsc: reset vf_inject on VF removal
Vitaly Kuznetsov
1
-10
/
+16
2016-08-15
hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
Vitaly Kuznetsov
2
-35
/
+5
2016-08-15
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
3
-42
/
+45
2016-08-08
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
3
-7
/
+25
2016-08-08
hv_netvsc: Add query for initial physical link speed
Haiyang Zhang
2
-2
/
+26
2016-07-25
hv_netvsc: Fix VF register on bonding devices
Haiyang Zhang
1
-2
/
+2
2016-07-08
netvsc: Use the new in-place consumption APIs in the rx path
K. Y. Srinivasan
1
-29
/
+59
2016-06-09
netvsc: get rid of completion timeouts
Vitaly Kuznetsov
2
-100
/
+31
2016-06-05
hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
Vitaly Kuznetsov
1
-3
/
+2
2016-06-05
hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
Vitaly Kuznetsov
3
-6
/
+3
2016-06-05
hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
Vitaly Kuznetsov
3
-19
/
+13
2016-06-05
hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
Vitaly Kuznetsov
3
-25
/
+22
2016-06-05
hv_netvsc: remove redundant assignment in netvsc_recv_callback()
Vitaly Kuznetsov
1
-1
/
+0
2016-06-03
hv_netvsc: Fix VF register on vlan devices
Haiyang Zhang
1
-0
/
+4
2016-05-16
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
1
-11
/
+18
2016-05-16
hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...
Vitaly Kuznetsov
1
-2
/
+7
2016-05-16
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
4
-64
/
+72
2016-05-16
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
4
-122
/
+99
2016-05-16
hv_netvsc: use start_remove flag to protect netvsc_link_change()
Vitaly Kuznetsov
1
-4
/
+17
2016-05-16
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
3
-6
/
+13
2016-04-24
hv_netvsc: Fix the list processing for network change event
Haiyang Zhang
1
-1
/
+1
2016-04-18
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
4
-26
/
+335
2016-03-23
hv_netvsc: Fix the order of num_sc_offered decrement
Haiyang Zhang
1
-6
/
+6
2016-03-23
hv_netvsc: Fix the array sizes to be max supported channels
Haiyang Zhang
2
-5
/
+6
2016-03-23
hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
Haiyang Zhang
1
-1
/
+4
2016-03-07
hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
Haiyang Zhang
1
-6
/
+13
2016-02-29
hv_netvsc: add ethtool support for set and get of settings
sixiao@microsoft.com
2
-0
/
+60
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2016-02-19
hv_netvsc: add software transmit timestamp support
sixiao@microsoft.com
1
-0
/
+3
2016-02-13
hv_netvsc: Restore needed_headroom request
Vitaly Kuznetsov
1
-0
/
+3
2016-02-11
hv_netvsc: cleanup netdev feature flags for netvsc
sixiao@microsoft.com
1
-4
/
+7
2016-01-25
hv_netvsc: Fix book keeping of skb during batching process
Haiyang Zhang
2
-11
/
+23
2016-01-25
hv_netvsc: use skb_get_hash() instead of a homegrown implementation
Vitaly Kuznetsov
1
-64
/
+3
2015-12-14
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
1
-0
/
+9
2015-12-02
hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
KY Srinivasan
3
-13
/
+12
2015-12-02
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
4
-22
/
+13
2015-12-02
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
4
-9
/
+8
2015-12-02
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
KY Srinivasan
3
-5
/
+0
2015-12-02
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
4
-9
/
+8
2015-12-02
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
4
-33
/
+19
2015-12-02
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
4
-31
/
+35
2015-12-02
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
2
-9
/
+0
2015-12-02
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
3
-18
/
+5
2015-12-02
hv_netvsc: Don't ask for additional head room in the skb
KY Srinivasan
2
-19
/
+14
2015-12-02
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
3
-4
/
+1
2015-12-02
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
4
-7
/
+6
2015-12-02
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
4
-10
/
+14
[next]