net/virtio: add missing backend features negotiation
[dpdk.git] / drivers / net / virtio /
2021-01-13 Maxime Coquelinnet/virtio: add missing backend features negotiation
2021-01-08 Maxime Coquelinnet/virtio: improve logs in vhost-vDPA DMA mapping
2021-01-08 Joyce Kongnet/virtio: replace full barrier with thread fence
2021-01-08 Joyce Kongnet/virtio: replace full barrier with relaxed ones...
2021-01-08 Joyce Kongnet/virtio: replace SMP barrier with IO barrier
2021-01-08 Joyce Kongnet/virtio: remove unnecessary read memory barrier
2021-01-08 Olivier Matznet/virtio-user: fix protocol features advertising
2021-01-08 Jiawei Zhunet/virtio-user: fix run closing stdin and close callfd
2021-01-08 Joyce Kongnet/virtio: add election for packed vector NEON path
2021-01-08 Joyce Kongnet/virtio: add vectorized packed ring NEON Tx
2021-01-08 Joyce Kongnet/virtio: add vectorized packed ring NEON Rx
2021-01-08 Joyce Kongnet/virtio: separate AVX Rx/Tx
2020-11-15 Stephen Hemmingereal: replace usage of blacklist/whitelist in enums
2020-11-04 Luca Boccassifix spellings that Lintian complains about
2020-11-03 Adrian Morenonet/virtio-user: set status on socket reconnect
2020-11-03 Adrian Morenonet/virtio-user: do not assume vhost status feature
2020-11-03 Adrian Morenonet/virtio-user: lock-protect status updates
2020-11-03 Adrian Morenonet/virtio-user: ignore result if status is unsupported
2020-11-03 Adrian Morenonet/virtio-user: do not assume features are negotiated
2020-11-03 Adrian Morenonet/virtio-user: fix backend selection if stat fails
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-19 Ciara Powernet/virtio: check max SIMD bitwidth
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: allow close function to return an error
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-10-16 Marvin Liunet/virtio: fix indirect desc length
2020-10-13 Ruifeng Wangconfig: remap flags used for Arm platforms
2020-10-12 Chas Williamsnet/virtio: check raw checksum failure
2020-09-30 Maxime Coquelinnet/virtio: introduce vhost-vDPA backend
2020-09-30 Maxime Coquelinnet/virtio: split virtio-user start
2020-09-30 Maxime Coquelinnet/virtio: adapt virtio-user status size
2020-09-30 Maxime Coquelinnet/virtio: check protocol feature in user backend
2020-09-30 Maxime Coquelinnet/virtio: introduce vhost-vDPA backend type
2020-09-30 Adrian Morenonet/virtio: move backend type selection to ethdev
2020-09-30 Maxime Coquelinnet/virtio: introduce DMA ops
2020-09-30 Marvin Liunet/virtio: fix indirect descriptors in packed datapaths
2020-09-30 Marvin Liunet/virtio: fix packed ring indirect descricptors setup
2020-09-30 Ivan Dyukovnet/virtio: sync speed capability with ethdev
2020-09-30 Ivan Dyukovnet/virtio: set default speed unknown
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-18 Vipul Ashrinet/virtio: fix variable assignment in helper macro
2020-09-18 Adrian Morenonet/virtio-user: enable feature checking
2020-09-18 Adrian Morenonet/virtio-user: support vhost status getting
2020-09-18 Maxime Coquelinnet/virtio-user: support vhost status setting
2020-09-18 Adrian Morenonet/virtio: add device reset status bit
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-09-21 David Marchandbus/pci: switch to private kernel driver enum
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-29 Chenbo Xianet/virtio-user: check tap system call setting
2020-07-29 Xiao Wangnet/virtio-user: fix status management
2020-07-17 Chenbo Xianet/virtio-user: fix uninitialized reply-ack variable
2020-07-11 Maxime Coquelinnet/virtio-user: support reply-ack
2020-07-11 Maxime Coquelinnet/virtio: support vhost-user protocol features
2020-07-10 Joyce Kongvhost: restrict pointer aliasing for packed ring
2020-07-10 Joyce Kongnet/virtio: restrict pointer aliasing for NEON
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Joyce Kongnet/virtio: simplify variable name
2020-05-18 Marvin Liunet/virtio: fix unexpected event after reconnect
2020-05-18 Marvin Liunet/virtio: remove duplicated AVX512 check
2020-05-11 Maxime Coquelinnet/virtio: fix AVX512 datapath selection
2020-05-11 Marvin Liunet/virtio: fix 32-bit build with clang 6
2020-05-11 Marvin Liunet/virtio: fix crash when device reconnecting
2020-05-11 David Marchandremove references to private PCI probe function
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring avail index
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring used index
2020-05-05 Marvin Liunet/virtio: add election for vectorized path
2020-05-05 Marvin Liunet/virtio: add vectorized packed ring Tx
2020-05-05 Marvin Liunet/virtio: add vectorized packed ring Rx
2020-05-05 Marvin Liunet/virtio: reuse packed ring functions
2020-05-05 Marvin Liunet/virtio-user: add parameter to enable vectorized...
2020-05-05 Marvin Liunet/virtio: add parameter to enable vectorized path
2020-05-05 Marvin Liunet/virtio: enable in-order feature if negotiated
2020-05-05 Marvin Liunet/virtio: add Rx free threshold setting
2020-05-06 Ori Kameal/ppc: fix bool type after altivec include
2020-04-21 Ivan Dyukovnet/virtio: support Virtio link speed feature
2020-04-21 Ivan Dyukovnet/virtio-user: adding link speed parameter
2020-04-21 Ivan Dyukovnet/virtio-user: fix devargs parsing
2020-04-21 Ivan Dyukovnet/virtio: add link speed parameter
2020-04-21 Ivan Dyukovnet/virtio: refactor devargs parsing
2020-04-21 Xiaolong Yenet/virtio: fix outdated comment
2020-04-21 Stephen Hemmingernet/virtio: do not use PMD log type
2020-04-16 Thomas Monjalonreplace cold attributes
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-31 Thomas Monjalonbuild: rename ppc sub-directories
2020-02-05 Tiwei Bienet/virtio-user: do not reset virtqueues for split...
2020-01-17 Xuan Dingnet/virtio-user: fix packed ring server mode
2020-01-17 Yunjian Wangnet/virtio-user: check tap offload setting failure
2020-01-17 Cheng Jiangnet/virtio: support packed ring notification data
2020-01-17 Tiwei Bienet/virtio-user: do not close tap when disabling queue...
2020-01-17 Stephen Hemmingernet/virtio-user: check file descriptor before closing
2019-11-26 Tiwei Bienet/virtio-user: drop attribute unused for memory callback
next