Bring in vmx(4) (VMware virtual network driver, aka vmxnet3).
[dragonfly.git] / sys / dev / virtual /
2017-10-04 Sascha WildnerBring in vmx(4) (VMware virtual network driver, aka...
2017-09-29 Matthew Dillonvkernel - Print mmap() failures in megabytes
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-10 Imre Vadászif_vtnet - Fix potential vtnet_set_hwaddr call before...
2017-07-30 Sascha Wildnerkernel: Add FreeBSD's virtio_scsi(4) driver.
2017-04-02 Imre Vadászif_vtnet - Add back vtnet_tx_size variable for now...
2017-04-02 Imre Vadászif_vtnet - Remove vtnet_{rx,tx}_size variables. Change...
2017-04-02 Imre Vadászvirtio_blk - No need to negotiate unused (and legacy...
2017-04-02 Imre Vadászif_vtnet - Default to link up, when VIRTIO_NET_F_STATUS...
2017-04-02 Imre Vadászvirtio_blk - Clean up some unneeded functionalities.
2017-04-02 Imre Vadászvirtio: Replace one cpu_mfence() by cpu_lfence(), and...
2017-04-02 Imre Vadászvirtio - Get rid of nop {vtblk/vtnet}_modevent methods.
2017-03-23 Imre Vadászif_vtnet - Allocate struct vtnet_tx_header entries...
2017-03-05 zrjvkernel: Prevent clang optimizing out the traps.
2017-02-16 Sepherosa Ziehauhyperv: Implement cpucounters.
2017-02-16 Sepherosa Ziehauhyperv: Reorganize
2017-02-11 Imre Vadászvirtio: Fix and activate PCI MSI-X support.
2017-01-24 Sepherosa Ziehaucputimer: Initialize explicitly.
2017-01-22 Matthew Dillonvkernel - Fix races in if_vke.c
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-06 Sepherosa Ziehauhyperv/vmbus: Fix interrupt timer detection logic.
2017-01-06 Sepherosa Ziehauhyperv: Reorder the Hyper-V TSC initialization a bit.
2016-12-20 Sepherosa Ziehauhyperv: Add API to read raw value of Hyper-V timer.
2016-12-20 Sepherosa Ziehauhyperv: Move commonly shared header files to the module...
2016-12-20 Sepherosa Ziehauhyperv: Implement Hyper-V reference TSC cputimer.
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-09 Matthew Dillonvkernel - Add COW image capability
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-29 Sepherosa Ziehauhyperv/vmbus: Passthrough interrupt resource allocation...
2016-07-06 Sepherosa Ziehauvirtio: Fix MSI support; thus unbreak booting on bhyve
2016-06-16 Sascha Wildnerkernel/virtio: Some small stylistic cleanup.
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Factor out vmbus_msg_reset()
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Make sure that interrupt cputimer can...
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Complete vmbus initialization; interrupt...
2016-06-13 Sepherosa Ziehauhyperv: Initial import. It only contains non-intr...
2016-05-28 Matthew Dillonvirtio - fix contigmalloc muff last commit
2016-05-28 Matthew Dillonvirtio - vtblk_finish_bio() called with serializer...
2016-05-28 Matthew Dillonvirtio - Fix a few porting issues and bugs
2016-05-27 Imre Vadászvirtio_blk: Add support for indirect buffers.
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-13 Imre Vadaszvirtio_blk: Use contigmalloc/contigfree for vtblk_reque...
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-01 Imre Vadászif_vtnet: Add support for indirect buffers. Activate...
2015-11-01 Imre Vadászvirtio: Add indirect buffers support to common virtio...
2015-10-30 Imre Vadászif_vtnet, sync 8/x: Move structs and #define-s into...
2015-10-30 Imre Vadászif_vtnet, sync 7/x: Clean up vtnet_enqueue_txbuf()...
2015-10-29 Imre Vadászif_vtnet: Recognize VIRTIO_NET_F_CTRL_GUEST_OFFLOADS...
2015-10-29 Imre Vadászif_vtnet: Add, and negotiate the VIRTIO_F_ANY_LAYOUT...
2015-10-29 Imre Vadászif_vtnet, sync 6/x: refactor rx_- and update_vlan_filte...
2015-10-28 Imre Vadászif_vtnet, sync 5/x: Make stat counters uint64_t instead...
2015-10-28 Imre Vadászif_vtnet, sync 4/x: Factor out vtnet_setup_interface...
2015-10-27 Imre Vadászif_vtnet, sync 3/x: No LRO without mergeable receive...
2015-10-27 Imre Vadászif_vtnet, sync with FreeBSD 2/x: Sync vtnet_*_filter...
2015-10-25 Imre Vadászif_vtnet: Use SetMacAddress feature; Add some new featu...
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-09 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-07-04 Sascha WildnerUse roundup2() from <sys/param.h> in a number of places.
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-05-25 John MarinoMerge branch 'vendor/GCC50'
2015-04-22 John MarinoMerge branch 'vendor/GCC50'
2015-04-17 John MarinoMerge branch 'vendor/GCC50'
2015-04-12 Nuno Antunesvirtio: Bring in SVN r251769 from FreeBSD.
2015-04-02 John MarinoMerge branch 'vendor/GCC50'
2015-03-31 John MarinoMerge branch 'vendor/BINUTILS225'
2015-03-22 John MarinoMerge branch 'vendor/GCC50'
2015-03-22 John MarinoMerge branch 'vendor/BMAKE'
2015-03-19 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-03-13 John MarinoMerge branch 'vendor/MPC'
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
next