summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
AgeCommit message (Expand)Author
2016-02-05hyperv/hn: Enable UDP RXCSUMSepherosa Ziehau
2016-02-05hyperv/hn: Enable IP header checksum offloadingSepherosa Ziehau
2016-02-05hyperv/hn: Reorganize TX csum offloadingSepherosa Ziehau
2016-02-05hyperv/hn: Avoid duplicate csum features settingsSepherosa Ziehau
2016-02-05hyperv/stor: Fix the NULL pointer dereferenceSepherosa Ziehau
2016-01-27hyperv/vmbus: Event handling code refactor.Sepherosa Ziehau
2016-01-26hyperv/hn: Improve sending performanceSepherosa Ziehau
2016-01-25hyperv/vmbus: Avoid extra copy of page information.Sepherosa Ziehau
2016-01-25hyperv/hn: Trust host TCP segment checksum verification by default.Sepherosa Ziehau
2016-01-25hyperv/hn: Remove unnecessary zeroing out the netvsc_packetSepherosa Ziehau
2016-01-25hyperv/hn: Use m_copydata for chimney sending.Sepherosa Ziehau
2016-01-25hyperv/hn: Partly rework transmission pathSepherosa Ziehau
2016-01-22hyperv/stor: Verify returned inquiry data before further dispatchingSepherosa Ziehau
2016-01-22hyperv/vmbus: Lookup channel through id tableSepherosa Ziehau
2016-01-19Add optimizing LRO wrapper:Hans Petter Selasky
2016-01-14hyperv: set receive buffer size according to NVSP protocol versionSepherosa Ziehau
2016-01-14hyperv: add interrupt countersSepherosa Ziehau
2016-01-14hyperv: implement an event timerSepherosa Ziehau
2016-01-14hyperv: remove unused vmbus definitionsSepherosa Ziehau
2016-01-14hyperv: use x86 generic code to do the hypervisor detectionSepherosa Ziehau
2016-01-14hyperv/hn: Unbreak LINT-NOIPSepherosa Ziehau
2016-01-12hyperv/hn: Removed unused netvsc_init()Sepherosa Ziehau
2016-01-12hyperv/hn: Avoid mbuf cluster allocation, if the packet is small.Sepherosa Ziehau
2016-01-12hyperv/hn: Implement SIOC[SG]IFMEDIA supportSepherosa Ziehau
2016-01-12hyperv/hn: Implement LROSepherosa Ziehau
2015-12-29hyperv: vmbus: run non-blocking message handlers in vmbus_msg_swintr()Xin LI
2015-12-29hyperv: vmbus: remove the per-channel control_work_queueXin LI
2015-12-23Remove redundant vmbus_select_outgoing_channel declaration already handledEnji Cooper
2015-12-15hyperv/kvp: wake up the daemon if it's sleeping due to poll()Roger Pau Monné
2015-11-22Ignore the inbound checksum flags when doing packet forwarding in netvsc driver.Wei Hu
2015-07-22Do not enable UDP checksum offloading when running on the Hyper-V onWei Hu
2015-06-27Fix compilation without INET6 and without INET and INET6 afterBjoern A. Zeeb
2015-06-24TSO and checksum offloading support for Netvsc driver on Hyper-V.Wei Hu
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-05-18Add support for SCSI disk hot add and remove. Also add padding according toWei Hu
2015-04-29Microsoft vmbus, storage and other related driver enhancements for HyperV.Wei Hu
2015-03-09Fix CARP when in use in a HyperV environment:Xin LI
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-11-07Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff
2014-10-24Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treeXin LI
2014-10-21Fix an issue where a FreeBSD virtual machine provisioned inGlen Barber
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-13Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-04-05Make some unwise casts. On i386 these casts wind up being safe. RatherWarner Losh
2014-03-14Hide a few messages under bootverbose.Xin LI
2014-03-06Minor fix to r262789.Alexander Motin
2014-03-05Remove custom bus scanner code and fix use of CAM's default scanner.Alexander Motin
2014-01-16Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff
2013-12-10Fix missing new line after:Pawel Jakub Dawidek