Virtio_Balloon implementation for DragonFly
[dragonfly.git] / sys / dev / virtual /
2018-10-26 Diederik de GrootVirtio_Balloon implementation for DragonFly
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-09-30 Sascha Wildnerkernel/virtio: Remove some last traces of virtio_if.m.
2018-09-30 Sascha Wildnerkernel: Bring in a port of FreeBSD's virtio_random...
2018-09-25 Sascha Wildnerkernel/vmxnet3: Fix -Wundef.
2018-09-25 Matthew Dillonkernel - Fix serious bug in virtio
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-22 Sascha Wildnerkernel/ena: Hook the ena(4) driver into the build.
2018-07-22 Brad Hoffmankernel/ena: Port the ena(4) driver to DragonFly.
2018-07-22 Sascha Wildnerkernel: Bring in FreeBSD's ena(4) driver unchanged...
2018-07-21 Sascha Wildnerkernel: Port some remaining, yet unused, *_TRYLOCK...
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-04-01 Sascha Wildnerkernel/vtnet: Add opt_ifpoll.h to the Makefile.
2018-04-01 Sascha Wildnerkernel/vkernel: Add __printflike() to two internal...
2018-03-30 Imre Vadászif_vtnet - Add polling support.
2018-03-30 Imre Vadászif_vtnet - Factor out the virtio_bind_intr() calls...
2018-03-29 Imre Vadászvirtio_pci - Fix vtpci_reinit MSI-X vector reinitializa...
2018-03-29 Imre Vadászif_vtnet - Fixup serialized assertion in vtnet_is_link_...
2018-03-28 Imre Vadászvtnet - Split up serializers, now has separate rx and...
2018-03-27 Imre Vadászif_vtnet - Cleanup ifalt_subque handling a bit.
2018-03-26 Imre Vadászif_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task...
2018-03-26 Imre Vadászif_vtnet - Fixup previous commit.
2018-03-26 Imre Vadászif_vtnet - Use ifsq_watchdog_* functions as the watchdog.
2018-03-25 Imre Vadászif_vtnet - Don't drop vtnet_slz in some of the virtqueu...
2018-03-25 Imre Vadászif_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task...
2018-03-25 Imre Vadászif_vtnet - Pass the vtnet serializer in ether_ifattach().
2018-03-25 Imre Vadászif_vtnet - Remove unused vtnet_tick() code.
2018-03-25 Imre Vadászif_vtnet - No need to use the taskqueue to run vtnet_up...
2018-03-24 Imre Vadászvirtio - Get rid of unused flags option in virtio_alloc...
2018-03-24 Imre Vadászvirtio - Explicitly teardown interrupts in driver detac...
2018-03-24 Imre Vadászvirtio - Move virtqueue_pending() checks into the child...
2018-03-24 Imre Vadászvirtio - Get rid of config_change devmethod, treat...
2018-03-24 Imre Vadászvirtio - Specify handler and argument in bind_intr...
2018-03-24 Imre Vadászvirtio - Refactor virtio bus API, to untangle virtuques...
2018-03-22 Imre Vadászvirtio_blk - Inline vtblk_complete into vtblk_vq_intr...
2018-03-22 Imre Vadászvirtio_pci - Remove int return value from interrupt...
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-14 zrjkernel: Remove last use cases of "%b" format.
2018-01-22 zrjRevert "kernel: Disable attributes that take no effect."
2018-01-21 zrjkernel: Disable attributes that take no effect.
2018-01-05 Sascha Wildnerkernel/vmxnet3: Fix wrong check (no functional change).
2017-10-17 Imre Vadászif_vtnet - Handle missing IFCAP_VLAN_* flags nicer...
2017-10-17 Imre Vadászif_vtnet - Disable rx csum offload due to unsupported...
2017-10-16 Imre Vadászvirtio_blk - Fix capacity calculation, when host sets...
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'
next