net: add rte prefix to IP defines
[dpdk.git] / lib / librte_ip_frag / rte_ipv4_fragmentation.c
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-06-22 Allain Legacyip_frag: handle MTU sizes not aligned to 8 bytes
2016-05-02 Thomas Monjaloneal: add assert macro for debug
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...