mbuf: remove control mbuf
[dpdk.git] / lib /
2018-04-11 Olivier Matzmbuf: remove control mbuf
2018-04-11 Pavan Nikhilesheal: fix ARM build with clang
2018-04-11 Anatoly Burakovmem: prevent preallocated pages from being freed
2018-04-11 Anatoly Burakovmalloc: enable validation before new page allocation
2018-04-11 Anatoly Burakovmem: add validator callback
2018-04-11 Anatoly Burakoveal: enable non-legacy memory mode
2018-04-11 Anatoly Burakovvfio: support memory event callbacks
2018-04-11 Anatoly Burakovmalloc: enable callbacks on alloc/free and mp sync
2018-04-11 Anatoly Burakovmalloc: support callbacks on memory events
2018-04-11 Anatoly Burakovmalloc: support multiprocess memory hotplug
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmem: add secondary process init with memory hotplug
2018-04-11 Anatoly Burakovmem: share hugepage info primary and secondary
2018-04-11 Anatoly Burakovmem: make use of memory hotplug for init
2018-04-11 Anatoly Burakovmem: read hugepage counts from node-specific sysfs...
2018-04-11 Anatoly Burakovmem: prepare memseg lists for multiprocess sync
2018-04-11 Anatoly Burakovmem: add function to check if memory is contiguous
2018-04-11 Anatoly Burakoveal: add single file segments option
2018-04-11 Anatoly Burakovmem: support unmapping pages at runtime
2018-04-11 Anatoly Burakovmem: support mapping hugepages at runtime
2018-04-11 Anatoly Burakovmemzone: replace memzone array with fbarray
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakoveal: add shared indexed file-backed array
2018-04-11 Anatoly Burakoveal: add legacy memory option
2018-04-11 Anatoly Burakovvfio: allow to map other memory regions
2018-04-11 Anatoly Burakovmemzone: use walk instead of iteration for dumping
2018-04-11 Anatoly Burakovmem: add virt2memseg function
2018-04-11 Anatoly Burakovmem: add iova2virt function
2018-04-11 Anatoly Burakovmem: add contig walk function
2018-04-11 Anatoly Burakovvfio/spapr: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovvfio/type1: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmempool: use memseg walk instead of iteration
2018-04-11 Anatoly Burakoveal: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmem: add function to walk all memsegs
2018-04-11 Anatoly Burakovmempool: support new allocation methods
2018-04-11 Anatoly Burakovethdev: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovmemzone: enable IOVA-contiguous reserving
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: replace panics with error messages
2018-04-11 Anatoly Burakovmalloc: make free return resulting element
2018-04-11 Anatoly Burakovmalloc: make free list removal function public
2018-04-11 Anatoly Burakovmalloc: make join elements function public
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
2018-04-11 Anatoly Burakovmalloc: make heap a doubly-linked list
2018-04-11 Anatoly Burakovmalloc: move all locking to heap
2018-04-11 Anatoly Burakovmem: move virtual area function in common directory
2018-04-11 Anatoly Burakovvfio: do not needlessly check for IOVA mode
2018-04-11 Anatoly Burakovmem: do not use physical addresses in IOVA as VA mode
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-10 Jan Viktorineal/arm: use SPDX tag for Cavium and RehiveTech copyrig...
2018-04-10 Jan Viktorinuse SPDX tag for RehiveTech copyright files
2018-04-10 Pavan Nikhileshhash: fix missing spinlock unlock in add key
2018-04-04 Jasvinder Singhtable: remove incorrect check for ACL
2018-04-04 Jasvinder Singhpipeline: add port in action APIs
2018-04-04 Jasvinder Singhpipeline: add load balance action
2018-04-04 Jasvinder Singhpipeline: add timestamp action
2018-04-04 Jasvinder Singhpipeline: add statistics read action
2018-04-04 Jasvinder Singhpipeline: add TTL update action
2018-04-04 Jasvinder Singhpipeline: add NAT action
2018-04-04 Jasvinder Singhpipeline: add packet encapsulation action
2018-04-04 Jasvinder Singhpipeline: add traffic manager action
2018-04-04 Jasvinder Singhpipeline: add traffic metering action
2018-04-04 Jasvinder Singhpipeline: get table action params
2018-04-04 Jasvinder Singhpipeline: add table action APIs
2018-04-04 Anatoly Burakoveal: provide API for querying valid socket ids
2018-04-04 Anatoly Burakoveal: add IPC asynchronous request
2018-04-04 Anatoly Burakoveal: rename IPC request as synchronous one
2018-04-04 Anatoly Burakoveal: rename IPC sync request to pending request
2018-04-04 Stephen Hemmingermbuf: fix truncated strncpy
2018-04-04 Remy Hortonmetrics: fix potential missing string termination
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-04-04 Bruce Richardsoneal: support strlcpy function
2018-04-04 Pavan Nikhilesheal: add functions for previous power of 2 alignment
2018-04-04 Pavan Nikhilesheal: add macros to align value to multiple
2018-04-04 Stephen Hemmingermem: use z specifier to format size_t
2018-04-04 Stephen Hemmingerpci: use z specifier to format size_t
2018-03-30 Jianfeng Tanvhost: avoid populate guest memory
2018-03-30 Tonghao Zhangvhost: add pipe event for optimizing negotiation
2018-03-30 Tonghao Zhangvhost: move stdbool include
2018-03-30 Tonghao Zhangvhost: add fdset-event thread name
2018-03-30 Tonghao Zhangvhost: raise error on fdset-thread creation
2018-03-30 Maxime Coquelinvhost: avoid concurrency when logging dirty pages
2018-03-30 Matan Azradethdev: fix port accessing after release
2018-03-30 Tiwei Bievhost: do not generate signal when sendmsg fails
2018-03-30 Tiwei Bievhost: support sending fds via slave channel
2018-03-30 Qi Zhangethdev: fix queue start
2018-03-30 Ferruh Yigitethdev: return named opaque type instead of void pointer
2018-03-30 Ferruh Yigitethdev: remove unused struct forward declaration
2018-03-30 Ferruh Yigitethdev: support dynamic logging
2018-03-30 Ferruh Yigitethdev: fix port id storage
2018-03-30 Ivan Maloveal: register log type and pick level from args
2018-03-30 Stephen Hemmingerethdev: add link status get/set helper functions
2018-03-30 Stephen Hemmingereal: introduce atomic exchange operation
2018-03-30 Ilya Maximetsvhost: add note about sockets in server mode
2018-03-30 Kirill Rybalchenkoethdev: remove versioning of filter control function
2018-03-30 Mohammad Abdul Awalethdev: fix string length in name comparison
2018-03-30 Zhiyong Yangflow_classify: remove void pointer cast
2018-03-30 Tomasz Kulasekvhost: fix ring index returned to master on stop
2018-03-30 Tomasz Kulasekvhost: fix log macro name conflict
2018-03-30 Jianfeng Tanvhost: avoid function call in data path
next