net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
2017-12-08 Olivier Matzmbuf: remove control mbuf
2017-12-08 Olivier Matzmbuf: fix mbuf free performance with non atomic refcnt
2017-11-14 Ilya V. Matveychikovmbuf: fix segments number type increase
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmempool: rename address mapping function to IOVA
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Boris Pismennymbuf: add security crypto flags and fields
2017-10-06 Zhiyong Yangmbuf: increase port initialization value
2017-07-31 Pablo de Larambuf: fix doxygen comment of bulk alloc
2017-07-06 Harish Patilmbuf: introduce new Tx offload flag for MPLS-in-UDP
2017-07-01 Vasily Philipovmbuf: fix debug checks for headroom and tailroom
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-05-10 Gregory Etelsonmbuf: fix bulk allocation when debug enabled
2017-05-05 Bruce Richardsonlib: add switch fall-through comments
2017-04-30 Bruce Richardsonmbuf: fix 64-bit address alignment in 32-bit builds
2017-04-05 Olivier Matzmbuf: add a timestamp field
2017-04-05 Olivier Matzmbuf: move sequence number in second cache line
2017-04-05 Olivier Matzmbuf: use 2 bytes for port and nb segments
2017-04-05 Jerin Jacobmbuf: make rearm data address naturally aligned
2017-04-05 Olivier Matzmbuf: set mbuf fields while in pool
2017-04-05 Olivier Matzmbuf: make raw free function public
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-03-15 Hemant Agrawalmbuf: use pktmbuf helper to create the pool
2017-02-10 Jingjing Wumbuf: fix bitmask of Tx offload flags
2017-01-30 Ilya V. Matveychikovmbuf: remove redundant assignment when attaching
2017-01-15 Tomasz Kulasekmbuf: add a function to linearize a packet
2017-01-15 Tiwei Biembuf: add MACsec flag
2017-01-04 Tomasz Kulasekethdev: add Tx preparation
2016-11-07 Alain Leondoc: fix typos
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
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: move packet type definitions in a new file
2016-10-11 Olivier Matzmbuf: add function to read packet data
2016-10-09 Jianfeng Tanmbuf: add Tx side tunneling type
2016-10-05 Maxime Coquelinmbuf: add function to reset headroom
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: work around nonstandard bit-fields
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-08-03 Thomas Monjalonmbuf: remove deprecated internal function
2016-06-20 Olivier Matznet/mbuf: remove unused Rx error flags
2016-06-23 Jingjing Wumbuf: add NSH packet type
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-19 Hiroyuki Mikitambuf: decrease reference counter when detaching
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-04-22 Thomas Monjalonlib: remove poisoned flags
2016-03-13 Wenzhuo Luixgbe: offload VxLAN and NVGRE Rx checksum on X550
2016-03-10 Declan Dohertymbuf_offload: remove library
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-29 Huawei Xiembuf: provide bulk allocation
2016-02-11 Jerin Jacobmbuf: fix performance with 128-byte cache line
2015-11-25 Declan Dohertymbuf_offload: introduce library to attach offloads...
2015-11-25 Declan Dohertymbuf: get physical address of data
2015-11-24 Stephen Hemmingersched: allow more subports
2015-10-24 Simon Kagstrommbuf: move chaining from ip_frag library
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-08-17 Sergey Balabanovmbuf: fix explicit cast to build C++ app
2015-08-02 Olivier Matzmbuf: enforce alignment of private area
2015-07-26 Thomas Monjalonmbuf: fix tunnel flags check
2015-07-16 Bruce Richardsonmbuf: clarify comment on adding Tx offload flags
2015-07-15 Helin Zhangmbuf: remove old packet type bit masks
2015-07-15 Helin Zhangmbuf: add definitions of unified packet types
2015-07-15 Helin Zhangmbuf: redefine packet type
2015-07-10 John McNamarambuf: add ieee1588 timestamping
2015-07-07 Helin Zhangmbuf: use reserved space for double vlan
2015-06-24 Cyril Chemparathymbuf: add macro for offset arithmetic
2015-06-24 Cyril Chemparathymbuf: silence warning on pointer arithmetic
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-12 Olivier Matzmbuf: optimize refcnt update
2015-05-11 Konstantin Ananyevapps: fix default mbuf size
2015-04-28 Olivier Matzmbuf: allow to clone an indirect mbuf
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: add accessors for data room and private size
2015-04-27 Olivier Matzmbuf: fix data room size calculation in pool init
2015-04-03 Thomas Monjalonmbuf: clean old refcnt option
2015-03-30 Bruce Richardsonmbuf: add explanation for confusing checks when freeing
2015-02-24 Sergio Gonzalez... mbuf: fix a couple of doxygen comments
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-23 Sergio Gonzalez... mbuf: introduce indirect attached flag
2015-02-18 Sergio Gonzalez... reorder: new library
2015-02-16 Olivier Matzmbuf: remove UDP tunnel flag
2015-02-16 Olivier Matzmbuf: enhance the API documentation of offload flags
2015-02-16 Olivier Matzmbuf: remove flag alias for IP checksum
2014-12-11 Jia Yulib: fix cache alignment of structures
2014-12-05 Konstantin Ananyevixgbe: do not override buffer length
2014-12-05 Jijiang Liumbuf: replace inner fields by outer fields semantic
2014-12-05 Jijiang Liumbuf: add Tx offloading flags for tunnels
2014-12-05 Jijiang Liumbuf: remove aliasing of Tx offloading flags with Rx...
2014-11-27 Thomas Monjalonmbuf: sort TCP segmentation offload flag
2014-11-26 Olivier Matzixgbe: support TCP segmentation offload
2014-11-26 Olivier Matzmbuf: generic support for TCP segmentation offload
2014-11-26 Olivier Matznet: new checksum functions
2014-11-26 Olivier Matzmbuf: get the name of offload flags
2014-11-26 Olivier Matzmbuf: remove too specific flags mask
next