index
:
dpdk
master
releases
Data Plane Development Kit
Thomas Monjalon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librte_ip_frag
Age
Commit message (
Expand
)
Author
2016-07-16
ip_frag: fix doxygen formatting
Hiroyuki Mikita
2016-06-29
mk: fix internal dependencies
Thomas Monjalon
2016-06-13
mk: fix missing internal dependencies
Christian Ehrhardt
2016-05-02
eal: add assert macro for debug
Thomas Monjalon
2016-05-02
ip_frag: fix double free of chained mbufs
Chaeyong Chong
2016-02-10
remove extra parentheses in return statement
Huawei Xie
2015-10-25
mbuf: move chaining from ip_frag library
Simon Kagstrom
2015-10-08
ip_frag: fix bit-fields in ipv6 fragment extension
Piotr Azarewicz
2015-06-24
mbuf: use offset macro
Cyril Chemparathy
2015-06-24
eal: add and use unaligned integer types
Cyril Chemparathy
2015-06-23
lib: remove extra parenthesis after return
Ferruh Yigit
2015-06-02
ip_frag: fix build with gcc 5.1
Bruce Richardson
2015-05-11
ip_frag: remove inclusion of mbuf header
Bruce Richardson
2015-03-10
tailq: remove unneeded inclusions
David Marchand
2015-02-23
mbuf: remove build option to disable refcnt
Sergio Gonzalez Monroy
2015-02-03
mk: add library version extension
Neil Horman
2015-02-03
lib: provide initial versioning
Neil Horman
2015-01-27
ip_frag: fix header for C++
Marc Sune
2014-12-11
lib: fix cache alignment of structures
Jia Yu
2014-11-27
add prefix to cache line macros
Sergio Gonzalez Monroy
2014-10-30
ip_frag: disable ip fragmentation if mbuf refcnt is disabled
Pablo de Lara
2014-09-17
mbuf: replace data pointer by an offset
Olivier Matz
2014-09-17
mbuf: flatten struct vlan_macip
Bruce Richardson
2014-09-17
mbuf: remove the rte_pktmbuf structure
Olivier Matz
2014-06-26
ip_frag: custom memmove
Anatoly Burakov
2014-06-26
ip_frag: fix order of key compare arguments
Anatoly Burakov
2014-06-26
ip_frag: fix debug macros
Anatoly Burakov
2014-06-26
ip_frag: fix comment
Anatoly Burakov
2014-06-26
ip_frag: replace hardcoded value with a macro
Anatoly Burakov
2014-06-26
ip_frag: remove unneeded rte prefixes
Anatoly Burakov
2014-06-17
ip_frag: clean includes
Thomas Monjalon
2014-06-16
ip_frag: add IPv6 reassembly
Anatoly Burakov
2014-06-16
ip_frag: add IPv6 fragmentation support
Anatoly Burakov
2014-06-16
ip_frag: rename ipv4_fragmentation function
Anatoly Burakov
2014-06-16
ip_frag: refactor reassembly code into a proper library
Anatoly Burakov
2014-06-16
ip_frag: rename structures in fragmentation table
Anatoly Burakov
2014-06-16
ip_frag: remove unneeded check and macro
Anatoly Burakov
2014-06-16
ip_frag: new internal common header
Anatoly Burakov
2014-06-16
ip_frag: fix code style
Anatoly Burakov
2014-06-16
ip_frag: refactor IPv4 fragmentation into a proper library
Anatoly Burakov
2014-06-16
ip_frag: move fragmentation/reassembly headers into a library
Anatoly Burakov