eal: split atomic operations to architecture specific
[dpdk.git] / lib / librte_pmd_virtio /
2014-10-15 Ouyang Changchunvirtio: increase max Rx packet length
2014-10-15 Ouyang Changchunvirtio: fix needed vring entry number
2014-10-01 Damjan Marionvirtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated
2014-09-29 David Marchandeal: set iopl only when needed
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: rename in_port to just port
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: remove rte_ctrlmbuf
2014-08-25 Ouyang Changchunvirtio: mergeable buffers
2014-08-01 Ouyang Changchunvirtio: fix build with debug
2014-07-22 Stephen Hemmingervirtio: simplify the hardware structure
2014-07-22 Stephen Hemmingervirtio: remove unused adapter_stopped field
2014-07-22 Stephen Hemmingervirtio: remove unused virtqueue name
2014-07-22 Stephen Hemmingervirtio: check for ip checksum offload
2014-07-22 Stephen Hemmingervirtio: check for transmit checksum config error
2014-07-22 Stephen Hemmingervirtio: deinline some code
2014-07-22 Stephen Hemmingervirtio: dont double space log messages
2014-07-22 Stephen Hemmingervirtio: maintain stats per queue
2014-07-22 Vijayakumar Muthuv... virtio: fix 32-bit build for 64-bit kernel
2014-07-22 Alan Carewvirtio: fix device specific header offset when MSI...
2014-07-02 Thomas Monjalonvirtio: fix build of debug dump
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-13 Stephen Hemmingervirtio: fix build with debug enabled
2014-06-13 Stephen Hemmingervirtio: checkpatch cleanups
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-29 Ouyang Changchunvirtio: support multiple queues
2014-05-29 Ouyang Changchunvirtio: code-style cleanup
2014-05-20 Neil Hormanvirtio: convert to use of PMD_REGISTER_DRIVER and fix...
2014-05-16 Stephen Hemmingerspelling fixes
2014-05-13 David Marchandpci: remove virtio-uio workaround
2014-03-21 Daniel Kanpci: fix igb_uio mapping for virtio_uio and vmxnet3_uio
2014-03-20 Thomas Monjalonvirtio: rename library
2014-02-26 Bruce Richardsonvirtio: mark functions as always inline
2014-02-26 Bruce Richardsonvirtio: various improvements
2014-02-26 Bruce Richardsonvirtio: add close function
2014-02-25 Bruce Richardsonadd FreeBSD support
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-24 Intelvirtio: minor changes
2013-10-09 Intelvirtio: add new driver