eal/linux: rework loop in hugepage init
[dpdk.git] / lib / librte_ip_frag /
2015-06-24 Cyril Chemparathymbuf: use offset macro
2015-06-24 Cyril Chemparathyeal: add and use unaligned integer types
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-02 Bruce Richardsonip_frag: fix build with gcc 5.1
2015-05-11 Bruce Richardsonip_frag: remove inclusion of mbuf header
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2015-01-27 Marc Suneip_frag: fix header for C++
2014-12-11 Jia Yulib: fix cache alignment of structures
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-10-29 Pablo de Laraip_frag: disable ip fragmentation if mbuf refcnt is...
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-06-26 Anatoly Burakovip_frag: custom memmove
2014-06-26 Anatoly Burakovip_frag: fix order of key compare arguments
2014-06-26 Anatoly Burakovip_frag: fix debug macros
2014-06-26 Anatoly Burakovip_frag: fix comment
2014-06-26 Anatoly Burakovip_frag: replace hardcoded value with a macro
2014-06-26 Anatoly Burakovip_frag: remove unneeded rte prefixes
2014-06-17 Thomas Monjalonip_frag: clean includes
2014-06-16 Anatoly Burakovip_frag: add IPv6 reassembly
2014-06-16 Anatoly Burakovip_frag: add IPv6 fragmentation support
2014-06-16 Anatoly Burakovip_frag: rename ipv4_fragmentation function
2014-06-16 Anatoly Burakovip_frag: refactor reassembly code into a proper library
2014-06-16 Anatoly Burakovip_frag: rename structures in fragmentation table
2014-06-16 Anatoly Burakovip_frag: remove unneeded check and macro
2014-06-16 Anatoly Burakovip_frag: new internal common header
2014-06-16 Anatoly Burakovip_frag: fix code style
2014-06-16 Anatoly Burakovip_frag: refactor IPv4 fragmentation into a proper...
2014-06-16 Anatoly Burakovip_frag: move fragmentation/reassembly headers into...