net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_mbuf / rte_mbuf.c
2017-12-08 Olivier Matzmbuf: remove control mbuf
2017-11-14 Ilya V. Matveychikovmbuf: fix segments number type increase
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmempool: rename address mapping function to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Boris Pismennymbuf: add security crypto flags and fields
2017-10-06 Santosh Shuklaeal: allow user to override default mempool driver
2017-10-06 Zhiyong Yangmbuf: increase port initialization value
2017-07-06 Harish Patilmbuf: introduce new Tx offload flag for MPLS-in-UDP
2017-07-01 Jerin Jacobmbuf: reduce pktmbuf init cycles
2017-04-05 Olivier Matzmbuf: add a timestamp field
2017-04-05 Olivier Matzmbuf: set mbuf fields while in pool
2017-03-15 Hemant Agrawalmbuf: use pktmbuf helper to create the pool
2017-01-15 Tiwei Biembuf: add MACsec flag
2016-10-13 Olivier Matzmbuf: add flag for LRO
2016-10-13 Olivier Matzmbuf: add new Rx checksum flags
2016-10-12 Olivier Matzmbuf: add functions to dump offload flags
2016-10-11 Olivier Matzmbuf: add function to read packet data
2016-10-09 Jianfeng Tanmbuf: add Tx side tunneling type
2016-10-05 Olivier Matzmbuf: fix error handling on pool creation
2016-09-16 Amine Kherboucheremove unused ring includes
2016-07-11 Olivier Matzmbuf: set errno on pool creation error
2016-06-20 Olivier Matznet/mbuf: remove unused Rx error flags
2016-06-24 Simon Kagstrommbuf: fix dump format
2016-06-24 David Huntmbuf: use default mempool handler from config
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Rx checksum on X550
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-08-02 Olivier Matzmbuf: enforce alignment of private area
2015-07-15 Helin Zhangmbuf: remove old packet type bit masks
2015-04-28 Olivier Matzmbuf: fix cloning with private mbuf data
2015-04-28 Olivier Matzmbuf: introduce a new helper to create a pool
2015-04-28 Olivier Matzmbuf: fix init when private size is not zero
2015-04-27 Olivier Matzmbuf: fix data room size calculation in pool init
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-16 Olivier Matzmbuf: remove UDP tunnel flag
2014-12-05 Jijiang Liumbuf: add Tx offloading flags for tunnels
2014-11-26 Olivier Matzmbuf: generic support for TCP segmentation offload
2014-11-26 Olivier Matzmbuf: get the name of offload flags
2014-09-17 Bruce Richardsonmbuf: introduce a flag to indicate a control mbuf
2014-09-17 Bruce Richardsonmbuf: expand ol_flags field to 64-bits
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: rename in_port to just port
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: remove rte_ctrlmbuf
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-06 Intellib: add rte_hexdump and remove duplicated code
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intellib: minor changes
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release