net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_pmd_virtio / virtio_rxtx.c
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/
2015-03-30 Maciej Gajdzicavirtio: fix type for queue id
2015-02-20 Ouyang Changchunvirtio: remove Rx hotspots from early return
2015-02-20 Stephen Hemmingervirtio: free mbuf's with threshold
2015-02-20 Ouyang Changchunvirtio: use soft vlan strip with mergeable Rx packets
2015-02-20 Stephen Hemmingervirtio: use soft vlan encap/decap
2015-02-20 Stephen Hemmingervirtio: remove redundant alignment field
2015-02-20 Stephen Hemmingervirtio: remove unnecessary adapter structure
2015-02-20 Ouyang Changchunvirtio: fix update of vring descriptor index
2015-02-20 Stephen Hemmingervirtio: use weaker barriers
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
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-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-07-22 Stephen Hemmingervirtio: remove unused virtqueue name
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-02 Thomas Monjalonvirtio: fix build of debug dump
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
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-16 Stephen Hemmingerspelling fixes
2014-02-26 Bruce Richardsonvirtio: various improvements
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Intelvirtio: add new driver