summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* TSO and checksum offloading support for Netvsc driver on Hyper-V.whu2015-06-247-577/+894
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add support for SCSI disk hot add and remove. Also add padding according towhu2015-05-182-19/+101
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-2912-474/+1756
* Fix CARP when in use in a HyperV environment:delphij2015-03-091-1/+10
* Prevent overflow issues in timeout processingsmh2014-11-211-6/+5
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-073-5/+2
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treedelphij2014-10-244-5/+5
* Fix an issue where a FreeBSD virtual machine provisioned ingjb2014-10-211-2/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-3/+3
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-135-102/+1319
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Make some unwise casts. On i386 these casts wind up being safe. Ratherimp2014-04-054-21/+24
* Hide a few messages under bootverbose.delphij2014-03-141-7/+11
* Minor fix to r262789.mav2014-03-061-1/+1
* Remove custom bus scanner code and fix use of CAM's default scanner.mav2014-03-051-86/+1
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-161-3/+3
* Fix missing new line after:pjd2013-12-101-0/+1
* Don't reference pointer before testing whether it isdelphij2013-10-291-1/+3
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)nwhitehorn2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-282-1/+4
* Centralize the detection logic for the Hyper-V hypervisor.gibbs2013-10-133-44/+15
* Fix a lock-order reversal in the net driver by dropping the lockgrehan2013-10-122-19/+86
* Fix vmbus channel memory leak where incorrect length parameter wasgrehan2013-10-112-8/+11
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilegrehan2013-10-101-22/+8
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousdim2013-10-106-49/+60
* Correct panic caused by attaching both Xen PV and HyperV virtualizationgibbs2013-10-051-0/+10
* Reorder the hypervisor presence test to avoid claiming ATA disksgrehan2013-09-191-28/+38
* Revert the kvp code - there's still some work thatgrehan2013-09-093-999/+6
* Latest update from Microsoft.grehan2013-09-097-215/+1391
* IFC @ r253862grehan2013-08-012-2/+2
* Microsoft have changed their policy on how the hyper-v code willgrehan2013-07-1719-0/+12526
OpenPOWER on IntegriCloud