net: add rte prefix to IP defines
[dpdk.git] / lib / librte_ip_frag / rte_ip_frag.h
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2018-12-19 Chas Williamsip_frag: fix IPv6 when MTU sizes not aligned to 8 bytes
2018-11-06 Konstantin Ananyevip_frag: use key length for key comparison
2018-09-19 Alex Kiselevip_frag: add function to delete expired entries
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-06-22 Dahir Osmanip_frag: free mbufs on reassembly table destroy
2017-06-14 Jerin Jacobfix typos using codespell utility
2016-11-07 Wenzhuo Luip_frag: fix IP reassembly regression
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-07-15 Hiroyuki Mikitaip_frag: fix doxygen formatting
2015-10-08 Piotr Azarewiczip_frag: fix bit-fields in ipv6 fragment extension
2015-05-11 Bruce Richardsonip_frag: remove inclusion of mbuf header
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-01-27 Marc Suneip_frag: fix header for C++
2014-12-11 Jia Yulib: fix cache alignment of structures
2014-10-29 Pablo de Laraip_frag: disable ip fragmentation if mbuf refcnt is...
2014-06-26 Anatoly Burakovip_frag: fix comment
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: refactor IPv4 fragmentation into a proper...
2014-06-16 Anatoly Burakovip_frag: move fragmentation/reassembly headers into...