ring: move to drivers/net/
[dpdk.git] / lib / librte_pmd_virtio / virtio_ethdev.c
2015-05-19 Olivier Matzlib: fix 32-bit build with debug enabled
2015-04-20 Stephen Hemmingerpci: make device id tables const
2015-04-13 Stephen Hemmingerethdev: make dev_ops const
2015-03-30 Changchun Ouyangvirtio: fix crash in secondary process
2015-03-30 Maciej Gajdzicavirtio: fix type for queue id
2015-03-09 Thomas Monjalonethdev: remove useless parameter in init functions
2015-03-09 Takuya Asadavirtio: add default Tx configuration
2015-03-04 Thomas Monjalonvirtio: fix build with debug enabled
2015-03-04 Thomas Monjalonvirtio: fix build with mempool debug enabled
2015-02-27 Changchun Ouyangvirtio: fix build on freebsd
2015-02-20 Ouyang Changchunvirtio: use port IO to get PCI resource
2015-02-20 Stephen Hemmingervirtio: free mbuf's with threshold
2015-02-20 Stephen Hemmingervirtio: set MAC address
2015-02-20 Stephen Hemmingervirtio: suport multiple MAC addresses
2015-02-20 Stephen Hemmingervirtio: support vlan filtering
2015-02-20 Stephen Hemmingervirtio: fix states handling during initialization
2015-02-20 Stephen Hemmingervirtio: move allocation before initialization
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 Stephen Hemmingervirtio: support link state interrupt
2015-02-20 Stephen Hemmingervirtio: allow starting with link down
2015-02-20 Stephen Hemmingervirtio: use weaker barriers
2015-02-20 Stephen Hemmingervirtio: check packet headroom at compile time
2015-02-20 Stephen Hemmingervirtio: rearrange resource initialization
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-11 Ouyang Changchunvirtio: support promiscuous and allmulticast
2014-09-29 David Marchandeal: set iopl only when needed
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: 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-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-13 David Marchandpci: remove virtio-uio workaround
2014-03-21 Daniel Kanpci: fix igb_uio mapping for virtio_uio and vmxnet3_uio
2014-02-26 Bruce Richardsonvirtio: various improvements
2014-02-26 Bruce Richardsonvirtio: add close function
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-24 Intelvirtio: minor changes
2013-10-09 Intelvirtio: add new driver