mbuf: remove build option to disable refcnt
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
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
2014-11-26 Olivier Matzmbuf: add help about Tx checksum flags
2014-11-26 Olivier Matzmbuf: reorder Tx flags
2014-11-24 Jingjing Wumbuf: extend flow director field
2014-11-13 Qinglai Xiaombuf: add usr alias for hash
2014-10-27 Thomas Monjalonfix VXLAN acronym
2014-10-27 Jijiang Liui40e: VXLAN Tx checksum offload
2014-10-27 Jijiang Liui40e: VXLAN packet identification
2014-10-27 Jijiang Liumbuf: add fields for tunnels
2014-10-08 Bruce Richardsonmbuf: comment for ctrl mbuf flag
2014-10-08 Bruce Richardsonmbuf: update Rx flag format
2014-10-08 Bruce Richardsonmbuf: group Tx flags near end of field
2014-10-08 Bruce Richardsonmbuf: switch vlan_tci and reserved2 fields
2014-10-08 Bruce Richardsonmbuf: add userdata pointer field
2014-10-08 Bruce Richardsonmbuf: ensure next pointer is set to null on free
2014-09-17 Bruce Richardsonmbuf: move l2_len and l3_len to second cache line
2014-09-17 Bruce Richardsonmbuf: split mbuf across two cache lines.
2014-09-17 Bruce Richardsonmbuf: add named points inside the structure
2014-09-17 Bruce Richardsonmbuf: move metadata macros to rte_port library
2014-09-17 Bruce Richardsonmbuf: use macros only to access metadata
2014-09-17 Bruce Richardsonmbuf: minor changes for readability
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 Bruce Richardsonmbuf: reorder fields by time of use
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
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-17 Helin Zhangmbuf: add new packet flags for i40e
2014-06-17 Cristian Dumitrescumbuf: meta-data offset
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-03-24 Stephen Hemmingermbuf: copy offload flags when doing attach/clone
2014-02-25 Bruce Richardsonmbuf: rework check on mbuf freeing
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelmbuf: force inlining
2013-09-17 Intelsched: initial import
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelmbuf: group fields in vlan_macip union
2013-07-25 Intelmbuf: fix build when scatter gather is disabled
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release