net/bntx: use new API to get iova address XXX
[dpdk.git] / drivers / net / vhost /
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-07 Maxime Coquelinnet/vhost: add parameter to enable IOMMU feature
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-16 Zhihong Wangvhost: support Rx queue count request
2017-04-19 Sagar Abhangnet/vhost: stop dev in close and address mem leak
2017-04-18 Jan Blunckdrivers/net: use ethdev allocation helper for vdev
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: export the number of vrings
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liunet/vhost: remove feature related APIs
2017-04-01 Maxime Coquelinnet/vhost: set MTU
2017-04-01 Rami Rosennet/vhost: remove include of numaif.h
2017-04-04 Zhiyong Yangnet/vhost: remove limit of vhost Rx burst size
2017-04-04 Zhiyong Yangnet/vhost: remove limit of vhost Tx burst size
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-27 Billy McFallnet/vhost: free consumed Tx buffers on demand
2017-01-30 Jianfeng Tannet/vhost: fix unix socket not removed as closing
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 David Marchandnet: remove dead driver names
2017-01-17 Chas Williamsnet/vhost: emulate device start/stop behavior
2017-01-17 Chas Williamsnet/vhost: fix socket file deleted on stop
2017-01-04 Olivier Matzethdev: fix extended statistics name index
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
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 Yuanhan Liunet/vhost: add an option to enable dequeue zero copy
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-09-29 Zhiyong Yangnet/vhost: add extended statistics
2016-09-29 Zhiyong Yangnet/vhost: move statistics into a structure
2016-09-29 Ciara Loftusnet/vhost: retrieve vid for a given port
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-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-11 Rich Lanenet/vhost: fix queue state not reset on destroy
2016-07-10 Pablo de Laradrivers: split parameters infos in multiple lines
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-30 Tetsuya Mukawanet/vhost: fix Tx error counting
2016-06-29 Thomas Monjalonmk: fix internal dependencies
2016-06-22 Yuanhan Liunet/vhost: add client option
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: remove dependency on device private field
2016-06-22 Yuanhan Liuvhost: export interface name
2016-06-22 Yuanhan Liuvhost: export number of queues
2016-06-22 Yuanhan Liuvhost: export numa node
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-06-13 Christian Ehrhardtmk: fix vhost dependency to pthread
2016-06-09 Panu Matilainenmk: generate internal library dependencies
2016-05-10 Tetsuya Mukawavhost: fix linkage of driver with library
2016-04-07 Rich Lanevhost: enable guest notification only on enabled queues
2016-04-06 Ciara Loftusvhost: fix retrieval of numa node in driver
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-25 Tetsuya Mukawavhost: fix maximum of queues
2016-03-25 Tetsuya Mukawavhost: add driver on top of the library