net: add rte prefix to ether structures
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-12-21 Hideyuki Yamashitanet/vhost: fix double free of MAC address
2018-11-05 Tiwei Bienet/vhost: fix parameters string
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-18 Maxime Coquelinnet/vhost: add parameter to enable postcopy
2018-10-17 Qi Zhangdrivers/net: enable hotplug on secondary process
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-26 Ferruh Yigitdrivers/net: fix crash in secondary process
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-22 Maxime Coquelinnet/vhost: convert to new Rx/Tx offload API
2018-05-17 Tiwei Bienet/vhost: do not clear offload flags in Rx
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Ciara Loftusnet/vhost: initialise device as inactive
2018-04-27 Stephen Hemmingernet/vhost: implement dynamic logging
2018-04-27 Junjie Chennet/vhost: update license to SPDX format
2018-04-24 Jianfeng Tandrivers/net: share vdev data to secondary process
2018-04-24 Jianfeng Tandrivers/net: do not use private ethdev data
2018-04-13 Junjie Chenvhost: support interrupt mode
2018-04-13 Junjie Chennet/vhost: fix invalid state
2018-04-13 Jan Bluncknet/vhost: insert/strip VLAN header in software
2018-03-30 Junjie Chennet/vhost: fix crash when creating vdev dynamically
2018-02-13 Jianfeng Tannet/vhost: fix log messages on create/destroy
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
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-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 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-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-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