build: fix soname info for 19.11 compatibility
[dpdk.git] / drivers / net / virtio /
2018-12-21 Maxime Coquelinnet/virtio: inline refill and offload helpers
2018-12-21 Jens Freimannnet/virtio: avoid double accounting of bytes
2018-12-21 Jens Freimannnet/virtio: enable packed virtqueues by default
2018-12-21 Jens Freimannnet/virtio-user: fail if cq used with packed vq
2018-12-21 Yuanhan Liunet/virtio-user: add option to use packed queues
2018-12-21 Jens Freimannnet/virtio: support packed queue in send command
2018-12-21 Jens Freimannnet/virtio: implement Rx path for packed queues
2018-12-21 Jens Freimannnet/virtio: implement Tx path for packed queues
2018-12-21 Jens Freimannnet/virtio: dump packed virtqueue data
2018-12-21 Jens Freimannnet/virtio: vring init for packed queues
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue helpers
2018-12-21 Jens Freimannnet/virtio: add packed virtqueue defines
2018-12-13 Ilya Maximetsnet/virtio: move bytes accounting to common function
2018-12-13 Maxime Coquelinnet/virtio: allocate vrings on device NUMA node
2018-11-25 Ilya Maximetsnet/virtio: avoid annoying IOPL error log
2018-11-13 Tiwei Bienet/virtio: fix unchecked return value
2018-11-13 Tiwei Bienet/virtio-user: fix typo in error message
2018-11-05 Chas Williamsnet/virtio: do not re-enter clean up routines
2018-11-05 Tiwei Bienet/virtio: fix guest announce support
2018-11-05 Tiwei Bienet/virtio-user: simplify device features preparation
2018-11-05 Tiwei Bienet/virtio-user: fix device features for server mode
2018-11-05 Tiwei Bienet/virtio-user: do not reset owner when driver resets
2018-11-05 Tiwei Bienet/virtio-user: do not make vhost channel non-block
2018-11-05 Tiwei Bienet/virtio-user: do not stop stopped device again
2018-11-05 Tiwei Bienet/virtio: drop duplicated reset method
2018-11-02 Luca Boccassinet/virtio: register/unregister intr handler on start...
2018-10-29 Ferruh Yigitdrivers: prefix global variables with module name
2018-10-28 Brian Russellnet/virtio: fix PCI config error handling
2018-10-26 Thomas Monjalonethdev: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-25 Keith Wileseal: add macro for attribute weak
2018-10-17 Qi Zhangdrivers/net: enable device detach on secondary process
2018-10-11 Anatoly Burakovmalloc: enable event callbacks for external memory
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-09-27 Tiwei Bienet/virtio: add missing supported features
2018-09-27 Tiwei Bienet/virtio-user: fix multiple queue for vhost-kernel
2018-09-27 Tiwei Bienet/virtio-user: fix memory hotplug support in vhost...
2018-09-27 Tiwei Bienet/virtio-user: avoid parsing process mappings
2018-09-27 Tiwei Bienet/virtio-user: fix deadlock in memory events callback
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-12 Eric Zhangnet/virtio-user: check negotiated features before set
2018-08-02 Tiwei Bienet/virtio-user: fix parameters string
2018-08-02 Tiwei Bienet/virtio: remove unused offloads macro
2018-08-02 Tiwei Bienet/virtio: remove unnecessary Rx error assignments
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-04 Maxime Coquelinnet/virtio: improve offload check performance
2018-07-04 Maxime Coquelinnet/virtio: do not use simple Rx if TCP LRO or VLAN...
2018-07-04 Maxime Coquelinnet/virtio: improve Tx offload features negotiation
2018-07-04 Maxime Coquelinnet/virtio: remove simple Tx path
2018-07-02 Marvin Liunet/virtio: advertise support in-order feature
2018-07-02 Marvin Liunet/virtio: add in-order Rx/Tx into selection
2018-07-02 Marvin Liunet/virtio: support in-order Rx and Tx
2018-07-02 Marvin Liunet/virtio: extract common part for in-order functions
2018-07-02 Marvin Liunet/virtio: free in-order descriptors before device...
2018-07-02 Marvin Liunet/virtio-user: add mrg-rxbuf and in-order vdev parameters
2018-07-02 Marvin Liunet/virtio-user: add unsupported features mask
2018-07-02 Marvin Liunet/virtio: add in-order feature bit definition
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-25 Zhiyong Yangnet/virtio-user: fix crash in server mode
2018-05-17 Xiao Wangnet/virtio-user: fix device init in legacy-mem mode
2018-05-17 Tiwei Bienet/virtio-user: strip MAC feature when none specified
2018-05-17 Jiayu Hunet/virtio-user: fix feature setting with vhost-net...
2018-05-14 Zhiyong Yangnet/virtio-user: fix multiple queues fail in server...
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Maxime Coquelinnet/virtio-user: support memory hotplug
2018-05-14 Jianfeng Tannet/virtio-user: fix hugepage files enumeration
2018-04-27 Xiao Wangnet/virtio: skip device probe in vDPA mode
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Zhiyong Yangnet/virtio-user: support server mode
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Tiwei Bienet/virtio: move to new offloads API
2018-04-13 Zhiyong Yangnet/virtio-user: fix port id type
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovnet/virtio: use memseg contig walk instead of iteration
2018-04-11 Anatoly Burakovnet/virtio: use contiguous allocation for DMA memory
2018-03-30 Zhiyong Yangnet/virtio: add check for cvq
2018-03-30 Zhiyong Yangnet/virtio: fix queues pointer check
2018-03-30 Ning Linet/virtio-user: specify MAC of the tap
2018-03-30 Stephen Hemmingernet/virtio: use link status helper functions
2018-03-12 Bruce Richardsonnet/virtio: add to meson build
2018-02-13 Jianfeng Tannet/virtio-user: fix interrupts with kernel vhost
2018-02-13 Jianfeng Tannet/virtio-user: fix start with kernel vhost
2018-02-13 Maxime Coquelinnet/virtio: fix resuming port with Rx vector path
2018-02-13 Olivier Matznet/virtio: fix mbuf data offset for simple Rx
2018-02-06 Sebastian Basierskinet/virtio-user: check error on clearing non block...
2018-02-05 David Hartonnet/virtio: fix crash while freeing mbufs
2018-01-31 Harry van Haarennet/virtio: align dynamic log names with standard
2018-01-29 Olivier Matznet/virtio: fix typo in function name
2018-01-29 Olivier Matznet/virtio: rationalize queue flushing
2018-01-29 Olivier Matznet/virtio: fix memory leak when reinitializing device
2018-01-29 Olivier Matznet/virtio: fix queue flushing with vector Rx enabled
2018-01-29 Samuel Gauthiernet/virtio: fix Rx and Tx handler selection for ARM32
2018-01-29 Jianfeng Tannet/virtio-user: fix crash as features change
2018-01-29 Neil Hormanmk: add experimental tag check
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Xiao Wangnet/virtio: support guest announce
2018-01-16 Xiao Wangnet/virtio: add packet injection method
2018-01-16 Xiao Wangnet/virtio: make control queue thread-safe
next