index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
/
netvsc.c
Age
Commit message (
Expand
)
Author
2018-03-24
netvsc: Deal with rescinded channels correctly
K. Y. Srinivasan
2017-02-14
Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
Dexuan Cui
2016-09-23
hv_netvsc: use consume_skb
Stephen Hemminger
2016-09-10
Revert "hv_netvsc: make inline functions static"
Stephen Hemminger
2016-08-23
hv_netvsc: make variable local
Stephen Hemminger
2016-08-23
hv_netvsc: make netvsc_destroy_buf void
Stephen Hemminger
2016-08-23
hv_netvsc: refactor completion function
Stephen Hemminger
2016-08-23
hv_netvsc: init completion during alloc
Stephen Hemminger
2016-08-23
hv_netvsc: make device_remove void
Stephen Hemminger
2016-08-23
hv_netvsc: use ARRAY_SIZE() for NDIS versions
Stephen Hemminger
2016-08-23
hv_netvsc: make inline functions static
Stephen Hemminger
2016-08-23
hv_netvsc: style cleanups
Stephen Hemminger
2016-08-23
hv_netvsc: use kcalloc
Stephen Hemminger
2016-08-19
hv_netvsc: Implement batching of receive completions
Haiyang Zhang
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-15
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
2016-08-08
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
2016-07-08
netvsc: Use the new in-place consumption APIs in the rx path
K. Y. Srinivasan
2016-06-09
netvsc: get rid of completion timeouts
Vitaly Kuznetsov
2016-06-05
hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
Vitaly Kuznetsov
2016-05-16
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
2016-05-16
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
2016-05-16
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
2016-05-16
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
2016-04-18
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
2016-01-25
hv_netvsc: Fix book keeping of skb during batching process
Haiyang Zhang
2015-12-14
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
2015-12-02
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
2015-12-02
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
2015-12-02
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
2015-12-02
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
2015-07-27
hv_netvsc: Add structs and handlers for VF messages
Haiyang Zhang
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
2015-05-31
hv_netvsc: Allocate the sendbuf in a NUMA aware way
K. Y. Srinivasan
2015-05-31
hv_netvsc: Allocate the receive buffer from the correct NUMA node
K. Y. Srinivasan
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-12
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
KY Srinivasan
2015-05-05
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
2015-04-29
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
2015-04-29
hv_netvsc: introduce netif-msg into netvsc module
Simon Xiao
2015-04-14
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
[next]