sleep in control plane thread
[dpdk.git] / drivers / net / virtio /
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
2019-04-19 Aaron Conolenet/virtio: fix dangling pointer on failure
2019-04-19 Chenbo Xianet/virtio-user: fix return value check
2019-04-19 Stephen Hemmingernet/virtio: fix buffer leak on VLAN insert
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-29 Stephen Hemmingernet/virtio: remove useless condition
2019-03-29 Tiwei Bienet/virtio: define avail and used flags as constants
2019-03-29 Tiwei Bienet/virtio-user: fix multi-process support
2019-03-29 Andrius Sirvysnet/virtio: fix duplicate naming of include guard
2019-03-20 Tiwei Bienet/virtio: improve batching in standard Rx path
2019-03-20 Tiwei Bienet/virtio: add control queue helper for split ring
2019-03-20 Tiwei Bienet/virtio: add interrupt helper for split ring
2019-03-20 Tiwei Bienet/virtio: drop unused field in Tx region structure
2019-03-20 Tiwei Bienet/virtio: drop redundant suffix in packed ring structure
2019-03-20 Tiwei Bienet/virtio: refactor virtqueue structure
2019-03-20 Tiwei Bienet/virtio: optimize flags update for packed ring
2019-03-20 Tiwei Bienet/virtio: add barrier in interrupt enable
2019-03-20 Tiwei Bienet/virtio: fix interrupt helper for packed ring
2019-03-20 Tiwei Bienet/virtio: fix typo in packed ring init
2019-03-20 Tiwei Bienet/virtio-user: fix multiqueue with vhost kernel
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-02-22 Tiwei Bienet/virtio: optimize Tx enqueue for packed ring
2019-02-22 Tiwei Bienet/virtio: introduce helper for clearing net header
2019-02-22 Tiwei Bienet/virtio: fix in-order Tx path for packed ring
2019-02-22 Tiwei Bienet/virtio: fix in-order Tx path for split ring
2019-02-22 Tiwei Bienet/virtio: fix Tx desc cleanup for packed ring
2019-02-08 Rami Rosennet/virtio: remove forward declaration
2019-02-08 Jens Freimannnet/virtio: set offload flag for jumbo frames
2019-02-08 Ilya Maximetsnet/virtio: add missing read barrier for packed dequeue
2019-02-08 Ilya Maximetsnet/virtio: add barriers for extra descriptors on Rx...
2019-02-08 Ilya Maximetsnet/virtio: fix read barriers on packed Tx cleanup
2019-01-24 Tiwei Bienet/virtio-user: fix used ring in cvq handling
2019-01-24 Tiwei Bienet/virtio: use virtio barrier in packed ring
2019-01-24 Tiwei Bienet/virtio-user: fix control VQ
2019-01-24 Tiwei Bienet/virtio: fix control VQ
2019-01-14 Jens Freimannnet/virtio-user: support control VQ for packed
2019-01-14 Jens Freimannnet/virtio: check head desc with correct wrap counter
2019-01-14 Ilya Maximetsnet/virtio: support platform memory ordering
next