ethdev: decouple from PCI device
[dpdk.git] / drivers / net / virtio /
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-25 Jan Bluncknet/virtio: do not depend on PCI device of ethdev
2016-12-25 Jan Bluncknet/virtio: add helper to get interrrupt handle
2016-12-25 Jan Bluncknet/virtio: remove useless driver name copy
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-07 Yuanhan Liunet/virtio: fix multiple queue enabling
2016-11-07 Yuanhan Liunet/virtio: fix less queues being enabled
2016-11-07 Yuanhan Liunet/virtio: remove started field
2016-11-07 Yuanhan Liunet/virtio: complete init stage at the right place
2016-11-07 Yuanhan Liunet/virtio: move queue configure code to proper place
2016-11-07 Yuanhan Liunet/virtio: initiate vring at init stage
2016-11-07 Yuanhan Liunet/virtio: allocate queue at init stage
2016-11-07 Yuanhan Liunet/virtio: simplify queue allocation
2016-11-07 Yuanhan Liunet/virtio: simplify queue memzone name
2016-11-07 Yuanhan Liunet/virtio: revert fix restart
2016-10-25 Jan Bluncknet: register aliases for renamed vdev drivers
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Olivier Matznet/virtio: support TSO
2016-10-13 Olivier Matznet/virtio: support LRO
2016-10-13 Olivier Matznet/virtio: support Tx checksum offload
2016-10-13 Olivier Matznet/virtio: support Rx checksum offload
2016-10-13 Olivier Matznet/virtio: reinitialize device when configuring
2016-10-13 Olivier Matznet/virtio: move control queue configuration
2016-10-13 Olivier Matznet/virtio: move device initialization in a function
2016-10-11 Jason Wangnet/virtio: support IOMMU platform
2016-10-11 Jason Wangnet/virtio: support modern device id
2016-10-11 David Marchandnet/virtio: add missing driver name
2016-10-11 Souvik Deynet/virtio: set MTU
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-09-28 Jerin Jacobnet/virtio: add NEON based Rx handler
2016-09-28 Jerin Jacobnet/virtio: select data handler depending on CPU flag
2016-09-28 Jerin Jacobnet/virtio: move SSE based Rx code to separate file
2016-09-28 Jerin Jacobnet/virtio: cleanup conditional compilation
2016-09-28 Yuanhan Liunet: fix clang build
2016-09-28 Jianfeng Tannet/virtio_user: fix error management during init
2016-09-28 Jianfeng Tannet/virtio_user: fix wrong sequence of messages
2016-09-28 Jianfeng Tannet/virtio_user: fix first queue pair without multiqueue
2016-09-13 Zhiyong Yangnet/virtio: fix xstats name
2016-09-13 Pierre Pfisternet/virtio: enable indirect descriptors feature
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandethdev: get rid of device type
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-22 Jianfeng Tannet/virtio-user: fix inconsistent name
2016-07-21 Yuanhan Liunet/virtio: fix crash on null dereference
2016-07-21 Olivier Matznet/virtio: fix packet corruption
2016-07-15 Maxime Coquelinnet/virtio-user: fix build with gcc 6
2016-07-11 David Marchandnet/virtio: move PCI device ids to the driver
2016-07-11 Ferruh Yigitnet/virtio: fix 32-bit build with gcc 6
2016-07-05 Jianfeng Tannet/virtio: fix null pointer dereference
2016-07-05 Jianfeng Tannet/virtio-user: fix string unterminated
2016-07-05 Jianfeng Tannet/virtio-user: fix resource leaks
2016-07-05 Jianfeng Tannet/virtio-user: fix string overflow
2016-07-05 Jianfeng Tannet/virtio-user: fix return value not checked
2016-07-04 Jianfeng Tannet/virtio-user: fix build on Suse 11
2016-07-10 Pablo de Laradrivers: add virtio and xenvirt parameters infos
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-30 Jianfeng Tannet/virtio-user: fix build with icc
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-29 Thomas Monjalonmk: fix internal dependencies
2016-06-23 Thomas Monjalonnet/virtio-user: fix 32-bit build
2016-06-22 Huawei Xienet/virtio: fix used index retrieved only once
2016-06-22 Yuanhan Liunet/virtio: fix crash on querying xstats
2016-06-22 Jianfeng Tannet/virtio-user: handle control queue in driver
2016-06-22 Jianfeng Tannet/virtio-user: add multiple queues in device emulation
2016-06-22 Jianfeng Tannet/virtio-user: add multiple queues in vhost-user...
2016-06-22 Jianfeng Tannet/virtio-user: add virtual device
2016-06-22 Jianfeng Tannet/virtio-user: add new virtual PCI driver
2016-06-22 Jianfeng Tannet/virtio-user: add device emulation layer
2016-06-22 Jianfeng Tannet/virtio-user: add vhost-user adapter layer
2016-06-22 Jianfeng Tannet/virtio: allow virtual address to fill vring descriptors
2016-06-22 Jianfeng Tannet/virtio: hide vring address check inside PCI ops
2016-06-22 Huawei Xienet/virtio: fix crash when no devargs
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-06-22 Olivier Matznet/virtio: check mbuf is direct when using any layout
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/virtio: fetch extended statistics with integer ids
2016-06-15 David Marchandvirtio: fix PCI accesses for ppc64 in legacy mode
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-10 Jianfeng Tanvirtio: fix memory leak of virtqueue memzones
2016-05-10 Jianfeng Tanvirtio: simplify queue allocation
2016-05-10 Jianfeng Tanvirtio: fix overwritten driver flags
2016-05-10 Huawei Xievirtio: optimize avail ring update
2016-05-10 Huawei Xievirtio: fix mbuf headroom size check
2016-05-10 Jianfeng Tanvirtio: fix segfault on Tx desc flags setup
2016-05-10 Jianfeng Tanvirtio: fix newline under debug mode
2016-04-06 Rich Lanevirtio: use zeroed memory for simple Tx header
2016-04-01 Marc Suneethdev: use constants for link duplex
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-25 Kyle Larosevirtio: fix Rx ring descriptor starvation
2016-03-16 Huawei Xievirtio: remove redundant function names in log
2016-03-16 Stephen Hemmingervirtio: optimize Tx enqueue
2016-03-16 Stephen Hemmingervirtio: use any layout on Tx
next