net: add rte prefix to ether structures
[dpdk.git] / drivers / net / virtio / virtio_rxtx.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Stephen Hemmingernet/virtio: fix buffer leak on VLAN insert
2019-03-29 Stephen Hemmingernet/virtio: remove useless condition
2019-03-29 Tiwei Bienet/virtio: define avail and used flags as constants
2019-03-20 Tiwei Bienet/virtio: improve batching in standard Rx path
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-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 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: use virtio barrier in packed ring
2019-01-14 Ilya Maximetsnet/virtio: support platform memory ordering
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: implement Rx path for packed queues
2018-12-21 Jens Freimannnet/virtio: implement Tx path for packed queues
2018-12-13 Ilya Maximetsnet/virtio: move bytes accounting to common function
2018-08-02 Tiwei Bienet/virtio: remove unnecessary Rx error assignments
2018-07-04 Maxime Coquelinnet/virtio: improve offload check performance
2018-07-04 Maxime Coquelinnet/virtio: remove simple Tx path
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-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-04-13 Tiwei Bienet/virtio: move to new offloads API
2018-02-13 Maxime Coquelinnet/virtio: fix resuming port with Rx vector path
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Xiao Wangnet/virtio: add packet injection method
2018-01-16 Xiao Wangnet/virtio: make control queue thread-safe
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-24 Zhiyong Yangnet/virtio: fix Tx packet length stats
2017-10-24 Tiwei Bienet/virtio: flush Rx queues on start
2017-10-12 Olivier Matznet/virtio: fix compilation with -Og
2017-10-10 Olivier Matznet/virtio: keep Rx handler whatever the Tx queue config
2017-10-10 Olivier Matznet/virtio: rationalize setting of Rx/Tx handlers
2017-10-10 Olivier Matznet/virtio: fix queue setup consistency
2017-07-19 Tiwei Bienet/virtio: refactor coding style in Rx
2017-04-19 Zhiyong Yangnet/virtio: support to turn on/off traffic flow
2017-04-05 Olivier Matzdrivers/net: do not touch mbuf next or nb segs on Rx
2017-04-01 Zhiyong Yangnet/virtio: remove the redundant computing
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-30 Yuanhan Liunet/virtio: optimize header reset on any layout
2017-01-30 Yuanhan Liunet/virtio: fix performance regression due to TSO
2017-01-17 Jianfeng Tannet/virtio: add Rx descriptor check
2017-01-17 Pierre Pfisternet/virtio: use any layout for version 1.0
2016-11-07 Yuanhan Liunet/virtio: move queue configure code to proper place
2016-11-07 Yuanhan Liunet/virtio: initiate vring at init stage
2016-11-07 Yuanhan Liunet/virtio: allocate queue at init stage
2016-10-13 Olivier Matznet/virtio: support TSO
2016-10-13 Olivier Matznet/virtio: support LRO
2016-10-13 Olivier Matznet/virtio: support Tx checksum offload
2016-10-13 Olivier Matznet/virtio: support Rx checksum offload
2016-09-28 Jerin Jacobnet/virtio: add NEON based Rx handler
2016-09-28 Jerin Jacobnet/virtio: select data handler depending on CPU flag
2016-09-28 Jerin Jacobnet/virtio: cleanup conditional compilation
2016-07-21 Yuanhan Liunet/virtio: fix crash on null dereference
2016-07-21 Olivier Matznet/virtio: fix packet corruption
2016-06-22 Jianfeng Tannet/virtio: allow virtual address to fill vring descriptors
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-06-22 Olivier Matznet/virtio: check mbuf is direct when using any layout
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-10 Jianfeng Tanvirtio: fix segfault on Tx desc flags setup
2016-05-10 Jianfeng Tanvirtio: fix newline under debug mode
2016-04-06 Rich Lanevirtio: use zeroed memory for simple Tx header
2016-03-25 Kyle Larosevirtio: fix Rx ring descriptor starvation
2016-03-16 Stephen Hemmingervirtio: optimize Tx enqueue
2016-03-16 Stephen Hemmingervirtio: use any layout on Tx
2016-03-16 Stephen Hemmingervirtio: use indirect ring elements
2016-03-16 Igor Ryzhovvirtio: remove broadcast packets from multicast statistics
2016-03-16 Huawei Xievirtio: fix descriptors pointing to the same buffer
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-03-03 Santosh Shuklavirtio: restrict vector Rx/Tx to x86 SSSE3
2016-02-03 Yuanhan Liuvirtio: retrieve header size from device setting
2016-02-03 Yuanhan Liuvirtio: do not set vring address again at queue startup
2015-12-07 Stephen Hemmingervirtio: clean up Tx space checks
2015-12-07 Stephen Hemmingervirtio: fix Rx mbuf initialization
2015-11-02 Harry van Haarenvirtio: add extended stats
2015-11-02 Huawei Xievirtio: pick simple Rx/Tx
2015-11-02 Huawei Xievirtio: add vector Rx
2015-11-02 Huawei Xievirtio: fill Rx avail ring with blank mbufs
2015-11-02 Huawei Xievirtio: optimize ring layout
2015-10-21 Stephen Hemmingervirtio: fix Coverity unsigned warnings
2015-07-22 Stephen Hemmingervirtio: small cleanups
2015-07-19 Bernard Iremongervirtio: add queue release
2015-07-07 Zoltan Kissethdev: fix check of threshold for Tx freeing
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/