remove useless memzone includes
[dpdk.git] / drivers / net / virtio / virtio_rxtx.c
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/