index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
/
netvsc.c
Age
Commit message (
Expand
)
Author
2020-10-14
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-09-28
hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
Boqun Feng
2020-09-17
hv_netvsc: Add validation for untrusted Hyper-V values
Andres Beltran
2020-04-23
hv_netvsc: Disable NAPI before closing the VMBus channel
Andrea Parri (Microsoft)
2020-03-30
hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
Haiyang Zhang
2020-02-23
hv_netvsc: Fix unwanted wakeup in netvsc_attach()
Haiyang Zhang
2020-01-25
hv_netvsc: Add XDP support
Haiyang Zhang
2019-11-21
hv_netvsc: Fix send_table offset in case of a host bug
Haiyang Zhang
2019-11-21
hv_netvsc: Fix offset usage in netvsc_send_table()
Haiyang Zhang
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-03
hv_netvsc: fix race that may miss tx queue wakeup
Haiyang Zhang
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-29
hv_netvsc: Fix unwanted wakeup after tx_disable
Haiyang Zhang
2019-01-23
hv_netvsc: fix typos in code comments
Adrian Vladu
2019-01-23
hv_netvsc: Fix hash key value reset after other ops
Haiyang Zhang
2018-09-22
hv_netvsc: Add support for LRO/RSC in the vSwitch
Haiyang Zhang
2018-09-17
hv_netvsc: pair VF based on serial number
Stephen Hemminger
2018-07-18
hv_netvsc: Fix napi reschedule while receive completion is busy
Haiyang Zhang
2018-06-30
hv_netvsc: split sub-channel setup into async and sync
Stephen Hemminger
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-04-27
hv_netvsc: simplify receive side calling arguments
Stephen Hemminger
2018-04-18
hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation
Haiyang Zhang
2018-04-18
scsi: netvsc: Use the vmbus function to calculate ring buffer percentage
Long Li
2018-04-05
hv_netvsc: Pass net_device parameter to revoke and teardown functions
Mohammed Gamal
2018-04-05
hv_netvsc: Ensure correct teardown message sequence order
Mohammed Gamal
2018-04-05
hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
Mohammed Gamal
2018-04-05
hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
Mohammed Gamal
2018-03-25
hv_netvsc: Add range checking for rx packet offset and length
Haiyang Zhang
2018-03-25
hv_netvsc: Fix the return status in RX path
Haiyang Zhang
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-22
hv_netvsc: common detach logic
Stephen Hemminger
2018-03-22
hv_netvsc: change GPAD teardown order on older versions
Stephen Hemminger
2018-03-22
hv_netvsc: use RCU to fix concurrent rx and queue changes
Stephen Hemminger
2018-03-22
hv_netvsc: disable NAPI before channel close
Stephen Hemminger
2018-03-17
hv_netvsc: add trace points
Stephen Hemminger
2018-03-04
hv_netvsc: use napi_schedule_irqoff
Stephen Hemminger
2018-03-04
hv_netvsc: fix race in napi poll when rescheduling
Stephen Hemminger
2018-03-04
hv_netvsc: fix error unwind handling if vmbus_open fails
Stephen Hemminger
2018-03-04
hv_netvsc: avoid retry on send during shutdown
Stephen Hemminger
2017-12-13
hv_netvsc: empty current transmit aggregation if flow blocked
Stephen Hemminger
2017-12-13
hv_netvsc: remove open_cnt reference count
Stephen Hemminger
2017-12-13
hv_netvsc: simplify function args in receive status path
Stephen Hemminger
2017-12-13
hv_netvsc: copy_to_send buf can be void
Stephen Hemminger
2017-12-13
hv_netvsc: Fix the receive buffer size limit
Haiyang Zhang
2017-12-03
hv_netvsc: use reciprocal divide to speed up percent calculation
Stephen Hemminger
2017-12-03
hv_netvsc: replace divide with mask when computing padding
Stephen Hemminger
2017-12-03
hv_netvsc: don't need local xmit_more
Stephen Hemminger
2017-11-08
hv_netvsc: netvsc_teardown_gpadl() split
Vitaly Kuznetsov
[next]