doc: add patch dependency syntax to contributing guide
[dpdk.git] / drivers / net / virtio /
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
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-08 Marvin Liunet/virtio-user: fix setting filters
2019-11-08 Marvin Liunet/virtio: do not limit packed ring size
2019-10-25 Andrew Rybchenkonet/virtio: fix Tx checksum offloads
2019-10-25 Andrew Rybchenkonet/virtio: reject unsupported Tx multi-queue modes
2019-10-25 Dilshod Urazovnet/virtio: reject unsupported Rx multi-queue modes
2019-10-25 Dilshod Urazovnet/virtio: reject deferred Tx start
2019-10-25 Dilshod Urazovnet/virtio: reject deferred Rx start
2019-10-23 Andrew Rybchenkonet/virtio: fix descriptor addressed in Tx
2019-10-23 David Christensennet/virtio: fix Rx AltiVec path by getting all packets
2019-10-23 David Christensennet/virtio: fix Rx stats on AltiVec path
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barriers on used...
2019-10-23 Joyce Kongnet/virtio: improve perf via one-way barrier on avail...
2019-10-25 David Marchandnet/virtio: do not require IO permissions
2019-10-07 Marvin Liunet/virtio: fix mbuf data and packet length mismatch
2019-10-07 Thibaut Colletnet/virtio: get all pending Rx packets in vectorized...
2019-10-07 Thibaut Colletnet/virtio: fix Rx stats with vectorized functions
2019-10-07 Marvin Liunet/virtio: cleanup on demand when in-order Tx
2019-10-07 Marvin Liunet/virtio: update stats when in-order Tx done
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 David Christensennet/virtio: add Altivec Rx
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-09-06 Tiwei Bienet/virtio: remove remaining simple Tx related stuff
2019-08-05 Hemant Agrawalnet/virtio: fix build with 0 headroom
2019-07-30 Jerin Jacobnet/virtio: fix build
2019-07-26 David Marchandnet/virtio: remove unused Tx error counter
2019-07-23 Stephen Hemmingernet/virtio_user: remove redundant declaration
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-08 Stephen Hemmingernet/virtio: use new ethernet address parser
2019-07-05 Anatoly Burakovmem: add API to lock/unlock memory hotplug
2019-06-20 Tiwei Bienet/virtio: fix packets check in mergeable packed Rx
2019-06-20 Tiwei Bienet/virtio: fix memory leak in mergeable packed Rx
2019-06-20 Tiwei Bienet/virtio: fix memory leak in mergeable Rx
2019-06-20 Tiwei Bienet/virtio: fix memory leak in in-order Rx
2019-06-20 Dilshod Urazovnet/virtio: move VLAN tag insertion to Tx prepare
2019-06-20 Dilshod Urazovnet/virtio: add Tx preparation
2019-06-20 Tiwei Bienet/virtio: release port upon close
2019-06-20 Tiwei Bienet/virtio: unmap device on initialization error
2019-06-20 Tiwei Bienet/virtio: unmap port IO for legacy device
2019-06-20 Tiwei Bienet/virtio: fix queue memory leak on error
2019-06-13 Maxime Coquelinnet/virtio: remove useless pointer checks
2019-06-13 Maxime Coquelinnet/virtio: fix segment length in mergeable packed Rx
2019-06-13 Maxime Coquelinnet/virtio: fix mergeable Rx with segmented packet
2019-06-13 Maxime Coquelinnet/virtio: fix in-order Rx with segmented packet
2019-06-13 David Marchandnet/virtio: remove useless check on mempool
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
next