mbuf: add function to generate raw Tx offload value
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
2019-04-02 Konstantin Ananyevmbuf: add function to generate raw Tx offload value
2019-04-02 Andrew Rybchenkombuf: remove Intel offload checks from generic API
2019-02-12 Rami Rosenmbuf: fix a typo
2019-01-27 Ed Czeckmbuf: fix struct initialization with C++
2019-01-15 Yongseok Kohmbuf: add function returning buffer address
2019-01-15 David Marchandmbuf: add a non fatal sanity check helper
2019-01-14 Yongseok Kohmbuf: remove experimental tag for external attachment
2019-01-14 Yongseok Kohmbuf: remove deprecated macro
2019-01-14 Harry van Haarenmbuf: fix C++ compatibility by making sched struct...
2018-12-21 Reshma Pattanmbuf: implement generic format for sched field
2018-10-26 Dekel Peledethdev: support metadata as flow rule criteria
2018-10-11 Jerin Jacobethdev: add Tx offload outer UDP checksum definition
2018-10-11 Jerin Jacobethdev: add Rx offload outer UDP checksum definition
2018-10-11 Ferruh Yigitmbuf: clarify QinQ flag usage
2018-10-11 Jerin Jacobmbuf: fix Tx offload mask
2018-10-01 Nikhil Raoeventdev: add eth Tx adapter APIs
2018-09-19 David Marchandmbuf: remove deprecated segment free functions
2018-07-26 Hemant Agrawalmbuf: remove experimental tag from pool ops
2018-07-13 Dan Gorambuf: add accessor function for private data area
2018-05-28 Yongseok Kohdoc: announce removal of indirect mbuf check macro
2018-05-22 Andy Greenmbuf: avoid integer promotion in prepend/adj/chain
2018-05-22 Andy Greenmbuf: avoid implicit demotion in 64-bit arithmetic
2018-05-22 Andy Greenmbuf: fix type of variables in linearize function
2018-05-22 Andy Greenmbuf: fix type of private size in detach
2018-05-20 Andy Greenmbuf: explicit cast of size on detach
2018-05-20 Andy Greenmbuf: explicit cast of external buffer length
2018-05-20 Andy Greenmbuf: explicit cast of headroom on reset
2018-05-20 Andy Greenmbuf: explicit casts of reference counter
2018-05-20 Andy Greenmbuf: fix reference counter integer promotion
2018-05-18 David Marchandmbuf: fix C++ build on void pointer cast
2018-04-27 Yongseok Kohmbuf: support attaching external buffer
2018-04-27 Xueming Liethdev: introduce new tunnel VXLAN-GPE
2018-04-27 Xueming Liethdev: introduce generic IP/UDP tunnel checksum and TSO
2018-04-23 Thomas Monjalonmbuf: improve tunnel Tx offloads API doc
2018-04-23 Thomas Monjalonmbuf: fix Tx checksum offload API doc
2018-04-11 Olivier Matzmbuf: remove control mbuf
2018-02-01 Olivier Matzmbuf: use SPDX tags
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-29 Hemant Agrawalmbuf: add pool create helper for specific mempool ops
2018-01-29 Olivier Matzmbuf: fix VLAN flags documentation
2018-01-29 Olivier Matzmbuf: rename Tx VLAN flags
2018-01-29 Olivier Matzmbuf: fix NULL freeing when debug enabled
2018-01-25 Zhiyong Yangmbuf: remove void pointer cast
2018-01-18 Olivier Matzmbuf: fix performance of freeing with non atomic refcnt
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-16 Jiayu Huvhost: support UDP Fragmentation Offload
2018-01-11 Ilya V. Matveychikovmbuf: cleanup function to get last segment
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
next