mbuf: fix reset on mbuf free
[dpdk.git] / lib /
2020-10-31 David Marchandreorder: switch sequence number to dynamic mbuf field
2020-10-31 Thomas Monjalonmbuf: remove userdata field
2020-10-31 Thomas Monjalonsecurity: switch metadata to dynamic mbuf field
2020-10-31 Nithin Dabilpuramnode: switch IPv4 metadata to dynamic mbuf field
2020-10-31 Thomas Monjalonmbuf: fix typo in dynamic field convention note
2020-10-31 Thomas Monjalonkni: move header file from EAL
2020-10-29 David Marchandtrace: make CTF metadata prettier
2020-10-29 David Marchandtrace: fix metadata dump
2020-10-29 David Marchandtrace: remove size limit on CTF event description
2020-10-29 David Marchandtrace: fixup CTF event description at registration
2020-10-29 Liang Maeal: add intrinsics support check infrastructure
2020-10-29 Liang Maeal: add power management intrinsics
2020-10-29 Liang Maeal/x86: add CPU flag for WAITPKG
2020-10-29 Cristian Dumitrescupipeline: fix string copy into fixed size buffer
2020-10-29 Yunjian Wanghash: fix check of parameter
2020-10-29 Yunjian Wangeal: fix interrupt trace point
2020-10-29 Honnappa Nagarahalliring: add zero copy API
2020-10-28 Vladimir Medvedkinfib6: add AVX512 lookup
2020-10-28 Vladimir Medvedkinfib6: move lookup definition to header
2020-10-28 Vladimir Medvedkinfib6: add lookup runtime selection
2020-10-28 Vladimir Medvedkinfib: add AVX512 lookup
2020-10-28 Vladimir Medvedkinfib: move lookup definition to header
2020-10-28 Vladimir Medvedkinfib: add lookup runtime selection
2020-10-28 Vladimir Medvedkinfib: remove maximum type enums
2020-10-27 David Marchandservice: separate statistics dump and reset
2020-10-24 Ruifeng Wanglpm: hide internal data
2020-10-24 Ruifeng Wanglpm: fix free of data structure
2020-10-24 Dharmik Thakkarhash: implement RCU resources reclamation
2020-10-24 Dharmik Thakkarrcu: build on Windows
2020-10-23 Thomas Monjalonremove config prefix used with make
2020-10-23 Thomas Monjalonmem: fix config name in error logs
2020-10-23 Thomas Monjaloneal: remove comment about old partition option
2020-10-23 Yunjian Wangeal: report duplicate device event callback
2020-10-23 Yunjian Wangeal: return errors on device event callback unregister
2020-10-23 Yunjian Wangeal: fix leak on device event callback unregister
2020-10-22 Yunjian Wangefd: fix tailq entry leak in error path
2020-10-22 David Marchandhash: use x86 common flag for jhash
2020-10-22 David Marchandbpf: use helper to install headers
2020-10-22 David Marchandbuild: fix version map file references in documentation
2020-10-20 Yunjian Wangeal/linux: fix memory leak in uevent handling
2020-10-20 Tal Shnaidermaneal/windows: add missing stdint include
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-10-20 Stephen Hemmingereal: add macro to mark macros as deprecated
2020-10-19 Gregory Etelsonethdev: rename tunnel flow offload callbacks
2020-10-19 Stephen Hemmingeripc: fix spelling in log and comment
2020-10-19 Bruce Richardsonbuild: replace use of old build macros
2020-10-19 Bruce Richardsonbuild: standardize component names and defines
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-19 Ciara Poweracl: check max SIMD bitwidth
2020-10-19 Ciara Powernode: choose vector path at runtime
2020-10-19 Ciara Powernet: check max SIMD bitwidth
2020-10-19 Ciara Powerefd: check max SIMD bitwidth
2020-10-19 Ciara Powermember: check max SIMD bitwidth
2020-10-19 Ciara Powerdistributor: check max SIMD bitwidth
2020-10-19 Ciara Powereal: control max SIMD bitwidth
2020-10-19 Stephen Hemmingermalloc: add alloc_size attribute to functions
2020-10-19 Hemant Agrawalbitrate: add free function
2020-10-19 Stephen Hemmingereal/linux: add function to allow interruptible epoll
2020-10-19 Lukasz Wojciechowskidistributor: fix clearing returns buffer
2020-10-19 Lukasz Wojciechowskidistributor: fix flushing in flight packets
2020-10-19 Lukasz Wojciechowskidistributor: fix scalar matching
2020-10-19 Lukasz Wojciechowskidistributor: fix API documentation
2020-10-19 Lukasz Wojciechowskidistributor: fix return pkt calls in single mode
2020-10-19 Lukasz Wojciechowskidistributor: handle worker shutdown in burst mode
2020-10-19 Lukasz Wojciechowskidistributor: fix buffer use after free
2020-10-19 Lukasz Wojciechowskidistributor: fix handshake deadlock
2020-10-19 Lukasz Wojciechowskidistributor: fix handshake synchronization
2020-10-19 Akhil Goyalsecurity: update session create API
2020-10-19 Churchill Khangarpipeline: fix SWX jump instruction parsing
2020-10-19 Venkata Suresh Kumar Ppipeline: fix SWX jump instruction population
2020-10-16 Ferruh Yigitethdev: unify prefix for static functions and variables
2020-10-16 Andrew Rybchenkoethdev: unify error code if port ID is invalid
2020-10-16 Ferruh Yigitdoc: announce queue stats moving to xstats
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Ivan Ilchenkoethdev: allow stop function to return an error
2020-10-16 Thomas Monjalonethdev: allow close function to return an error
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-10-16 Viacheslav Ovsiienkoethdev: introduce Rx buffer split
2020-10-16 Eli Britsteinethdev: add tunnel offload model
2020-10-16 Gregory Etelsonethdev: allow negative values in flow rule types
2020-10-16 Dekel Peledethdev: add VLAN attributes to ethernet and VLAN items
2020-10-16 Bing Zhaoethdev: add hairpin queue operations
2020-10-16 Bing Zhaoethdev: add function to get hairpin peer ports list
2020-10-16 Bing Zhaoethdev: add new attributes to hairpin config
2020-10-16 Bing Zhaoethdev: add hairpin bind and unbind API
2020-10-16 Patrick Fuvhost: fix async unregister deadlock
2020-10-16 Patrick Fuvhost: fix async vector buffer overrun
2020-10-16 Patrick Fuvhost: allocate async memory dynamically
2020-10-16 Patrick Fuvhost: simplify async copy completion
2020-10-16 Dekel Peledethdev: add IPv6 fragment extension header item
2020-10-16 Dekel Peledethdev: add extensions attributes to IPv6 item
2020-10-16 Honnappa Nagarahalliethdev: fix memory ordering for callback functions
2020-10-16 Phil Yangethdev: replace full barrier with relaxed barrier
2020-10-16 Andrey Vesnovatyethdev: add shared actions to flow API
2020-10-16 Michael Pfeiffernet: add function to calculate IPv4 header length
2020-10-16 Wei Hu (Xavier)ethdev: check queue id in Rx interrupt control
2020-10-16 Wei Hu (Xavier)ethdev: check if queue setup in queue-related APIs
2020-10-16 Wei Hu (Xavier)ethdev: extract checking queue id into common functions
next