mbuf: replace data pointer by an offset
[dpdk.git] / lib / librte_ip_frag / rte_ipv4_fragmentation.c
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: remove unneeded rte prefixes
2014-06-17 Thomas Monjalonip_frag: clean includes
2014-06-16 Anatoly Burakovip_frag: rename ipv4_fragmentation function
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...