index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Commit message (
Expand
)
Author
Age
Files
Lines
*
hv_netvsc: add ethtool support for set and get of settings
sixiao@microsoft.com
2016-02-29
2
-0
/
+60
*
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: Fix book keeping of skb during batching process
Haiyang Zhang
2016-01-25
2
-11
/
+23
*
hv_netvsc: use skb_get_hash() instead of a homegrown implementation
Vitaly Kuznetsov
2016-01-25
1
-64
/
+3
*
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
2015-12-14
1
-0
/
+9
*
hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
3
-13
/
+12
*
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-22
/
+13
*
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-9
/
+8
*
hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
3
-5
/
+0
*
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-9
/
+8
*
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-33
/
+19
*
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-31
/
+35
*
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
2015-12-02
2
-9
/
+0
*
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
2015-12-02
3
-18
/
+5
*
hv_netvsc: Don't ask for additional head room in the skb
KY Srinivasan
2015-12-02
2
-19
/
+14
*
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
3
-4
/
+1
*
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-7
/
+6
*
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
4
-10
/
+14
*
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
2015-12-02
4
-14
/
+13
*
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
2015-12-02
4
-21
/
+35
*
hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient
KY Srinivasan
2015-12-02
1
-8
/
+10
*
hv_netvsc: Resize some of the variables in hv_netvsc_packet
KY Srinivasan
2015-12-02
1
-7
/
+7
*
hv_netvsc: rework link status change handling
Vitaly Kuznetsov
2015-12-01
2
-48
/
+108
*
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
2015-09-01
1
-1
/
+1
*
hv_netvsc: Fix dereference of nvdev before check
Andrew Schwartzmeyer
2015-08-18
1
-2
/
+5
*
hv_netvsc: Implement set_channels ethtool op
Andrew Schwartzmeyer
2015-08-12
1
-0
/
+97
*
hv_netvsc: Set vRSS with num_chn in RNDIS filter
Andrew Schwartzmeyer
2015-08-12
3
-1
/
+10
*
hv_netvsc: Add structs and handlers for VF messages
Haiyang Zhang
2015-07-27
2
-10
/
+62
*
hv_netvsc: Wait for sub-channels to be processed during probe
KY Srinivasan
2015-07-26
2
-0
/
+30
*
hv_netvsc: Add close of RNDIS filter into change mtu call
Haiyang Zhang
2015-07-15
1
-6
/
+52
*
hv_netvsc: Add support to set MTU reservation from guest side
Haiyang Zhang
2015-07-08
3
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-24
4
-32
/
+145
|
\
|
*
hv_netvsc: Allocate the sendbuf in a NUMA aware way
K. Y. Srinivasan
2015-05-31
1
-1
/
+3
|
*
hv_netvsc: Allocate the receive buffer from the correct NUMA node
K. Y. Srinivasan
2015-05-31
1
-1
/
+6
|
*
hv_netvsc: Properly size the vrss queues
KY Srinivasan
2015-05-30
3
-2
/
+19
|
*
hv_netvsc: change member name of struct netvsc_stats
sixiao@microsoft.com
2015-05-17
2
-9
/
+9
|
*
hv_netvsc: use per_cpu stats to calculate TX/RX data
sixiao@microsoft.com
2015-05-14
2
-8
/
+86
|
*
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
2015-05-13
1
-4
/
+4
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-13
1
-7
/
+2
|
|
\
|
*
|
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
KY Srinivasan
2015-05-12
1
-16
/
+27
*
|
|
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
2015-06-03
2
-0
/
+2
|
|
/
|
/
|
*
|
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
2015-05-05
1
-7
/
+2
|
/
*
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
2015-04-29
3
-26
/
+7
*
hv_netvsc: introduce netif-msg into netvsc module
Simon Xiao
2015-04-29
4
-7
/
+31
*
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
2015-04-14
3
-19
/
+46
*
hv_netvsc: try linearizing big SKBs before dropping them
Vitaly Kuznetsov
2015-04-08
1
-5
/
+20
*
hv_netvsc: use single existing drop path in netvsc_start_xmit
Vitaly Kuznetsov
2015-04-08
1
-8
/
+6
[next]