test mbuf attach
[dpdk.git] / lib / librte_ip_frag /
2020-04-25 Aaron Conoleip_frag: ensure minimum v6 fragmentation length
2020-04-25 Aaron Conoleip_frag: ensure minimum v4 fragmentation length
2020-04-16 Thomas Monjalonreplace packed attributes
2020-02-05 Pavan Nikhileshlib: use common macro RTE_DIM
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-07-16 Sunil Kumar Koriip_frag: remove remaining IP checkum offload flag
2019-07-08 Sunil Kumar Koriip_frag: remove IP checkum offload flag
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-27 Konstantin Ananyevip_frag: fix IPv6 fragment size calculation
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-26 Thomas Monjalonfix indentation in symbol maps
2018-11-06 Konstantin Ananyevip_frag: use key length for key comparison
2018-11-06 Konstantin Ananyevip_frag: check fragment length of incoming packet
2018-10-28 Li Hanip_frag: fix overflow in key comparison
2018-09-19 Alex Kiselevip_frag: add function to delete expired entries
2018-05-14 Li Hanip_frag: fix some debug logs
2018-04-15 Allain Legacyip_frag: fix double free of chained mbufs
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
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-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-08-31 Bruce Richardsonip_frag: rename map file to standardized name
2017-07-04 Bruce Richardsonip_frag: check for x86 rather than SSE4
2017-06-22 Allain Legacyip_frag: handle MTU sizes not aligned to 8 bytes
2017-06-22 Dahir Osmanip_frag: free mbufs on reassembly table destroy
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-03-27 Olivier Matzmk: optimize directory dependencies
2016-11-07 Wenzhuo Luip_frag: fix IP reassembly regression
2016-10-05 Panu Matilainenip_frag: fix missing dependency on hash library
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-07-15 Hiroyuki Mikitaip_frag: fix doxygen formatting
2016-06-29 Thomas Monjalonmk: fix internal dependencies
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Chaeyong Chongip_frag: fix double free of chained mbufs
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-10-24 Simon Kagstrommbuf: move chaining from ip_frag library
2015-10-08 Piotr Azarewiczip_frag: fix bit-fields in ipv6 fragment extension
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...