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-10-13
netvsc: Remove mistaken udp.h inclusion.
David S. Miller
1
-1
/
+0
2016-10-13
netvsc: fix checksum on UDP IPV6
stephen hemminger
1
-50
/
+22
2016-09-24
hv_netvsc: fix comments
Stephen Hemminger
1
-4
/
+3
2016-09-23
hv_netvsc: count multicast packets received
Stephen Hemminger
2
-1
/
+10
2016-09-23
hv_netvsc: remove VF in flight counters
Stephen Hemminger
2
-63
/
+21
2016-09-23
hv_netvsc: use RCU to protect vf_netdev
Stephen Hemminger
2
-15
/
+16
2016-09-23
hv_netvsc: improve VF device matching
Stephen Hemminger
1
-21
/
+39
2016-09-23
hv_netvsc: simplify callback event code
Stephen Hemminger
1
-18
/
+10
2016-09-23
hv_netvsc: dev hold/put reference to VF
Stephen Hemminger
1
-0
/
+3
2016-09-23
hv_netvsc: use consume_skb
Stephen Hemminger
1
-2
/
+2
2016-09-10
Revert "hv_netvsc: make inline functions static"
Stephen Hemminger
1
-84
/
+1
2016-08-23
hv_netvsc: add ethtool statistics for tx packet issues
Stephen Hemminger
2
-16
/
+79
2016-08-23
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
1
-0
/
+4
2016-08-23
hv_netvsc: make variable local
Stephen Hemminger
1
-3
/
+3
2016-08-23
hv_netvsc: make netvsc_destroy_buf void
Stephen Hemminger
1
-8
/
+6
2016-08-23
hv_netvsc: refactor completion function
Stephen Hemminger
1
-47
/
+56
2016-08-23
hv_netvsc: rearrange start_xmit
Stephen Hemminger
1
-55
/
+51
2016-08-23
hv_netvsc: init completion during alloc
Stephen Hemminger
1
-3
/
+1
2016-08-23
hv_netvsc: make device_remove void
Stephen Hemminger
2
-3
/
+2
2016-08-23
hv_netvsc: use ARRAY_SIZE() for NDIS versions
Stephen Hemminger
1
-3
/
+4
2016-08-23
hv_netvsc: make inline functions static
Stephen Hemminger
1
-1
/
+84
2016-08-23
hv_netvsc: style cleanups
Stephen Hemminger
3
-30
/
+3
2016-08-23
hv_netvsc: use kcalloc
Stephen Hemminger
1
-2
/
+2
2016-08-23
hv_netvsc: make RSS hash key static
Stephen Hemminger
2
-3
/
+2
2016-08-23
hv_netvsc: fix rtnl locking in callback
Stephen Hemminger
1
-4
/
+1
2016-08-19
hv_netvsc: Implement batching of receive completions
Haiyang Zhang
3
-33
/
+160
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
[next]