net: add rte prefix to IP structure
[dpdk.git] / drivers / net / virtio /
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
2019-01-14 Ilya Maximetsnet/virtio: update memory ordering comment for VQ notify
2019-01-14 Ilya Maximetsnet/virtio: add barrier before reading the flags
2019-01-14 Tiwei Bienet/virtio-user: fix supported features list
2019-01-14 Tiwei Bienet/virtio-user: fix packed vq option parsing
2018-12-21 Maxime Coquelinnet/virtio: improve batching in mergeable path
2018-12-21 Maxime Coquelinnet/virtio: add non-mergeable support to in-order path
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
next