net/i40e: fix TC bandwidth definition
[dpdk.git] / drivers / net / virtio /
2017-02-10 Ido Barneanet/virtio: add speed capability
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-30 Yuanhan Liunet/virtio: optimize header reset on any layout
2017-01-30 Yuanhan Liunet/virtio: fix performance regression due to TSO
2017-01-28 Jianfeng Tannet/virtio-user: check value returned from malloc
2017-01-28 Yuanhan Liunet/virtio: fix crash when number of virtio devices > 1
2017-01-18 Santosh Shuklanet/virtio: use I/O device memory read/write API
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 Thomas Monjalonnet/virtio: fix build without virtio-user
2017-01-17 Olivier Matznet/virtio: fix advertised Rx offload capabilities
2017-01-17 Jianfeng Tannet/virtio: unmap queue/irq when closing
2017-01-17 Jianfeng Tannet/virtio: unbind interrupt/eventfd when stopping
2017-01-17 Jianfeng Tannet/virtio: setup Rx queue interrupts
2017-01-17 Jianfeng Tannet/virtio: add Rx interrupt enable/disable functions
2017-01-17 Jianfeng Tannet/virtio: add PCI operation for queue/irq binding
2017-01-17 Jianfeng Tannet/virtio: add Rx descriptor check
2017-01-17 Jianfeng Tannet/virtio: invoke method directly for setting IRQ...
2017-01-17 Jianfeng Tannet/virtio: fix rewriting LSC flag
2017-01-17 Jianfeng Tannet/virtio-user: enable multiqueue with kernel vhost
2017-01-17 Jianfeng Tannet/virtio-user: enable offloading
2017-01-17 Jianfeng Tannet/virtio-user: support kernel vhost
2017-01-17 Jianfeng Tannet/virtio-user: abstract backend operations
2017-01-17 Jianfeng Tannet/virtio-user: move vhost-user specific code
2017-01-17 Jianfeng Tannet/virtio-user: fix not properly reset device
2017-01-17 Jianfeng Tannet/virtio-user: fix wrongly get/set features
2017-01-17 Yuanhan Liunet/virtio: do not store PCI device pointer at shared...
2017-01-17 Yuanhan Liunet/virtio: access interrupt handler directly
2017-01-17 Yuanhan Liunet/virtio: fix multiple process support
2017-01-17 Yuanhan Liunet/virtio: store IO port info locally
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2017-01-17 Yuanhan Liunet/virtio: fix wrong Rx/Tx method for secondary process
2017-01-17 Pierre Pfisternet/virtio: use any layout for version 1.0
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2017-01-04 Olivier Matzethdev: fix extended statistics name index
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
next