dpdk.git
2018-04-11 Olivier Matzmbuf: remove control mbuf
2018-04-11 Darren Edamuraigb_uio: bind error if PCIe bridge
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 Burakovbus/fslmc: support memory event callbacks for VFIO
2018-04-11 Anatoly Burakovbus/fslmc: move VFIO DMA map into bus probe
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 Burakovnet/mlx5: use virt2memseg instead of iteration
2018-04-11 Anatoly Burakovnet/mlx4: use virt2memseg instead of iteration
2018-04-11 Anatoly Burakovcrypto/dpaa_sec: use virt2memseg instead of iteration
2018-04-11 Anatoly Burakovbus/fslmc: use virt2memseg instead of iteration
2018-04-11 Anatoly Burakovmem: add virt2memseg function
2018-04-11 Anatoly Burakovcrypto/dpaa_sec: use iova2virt instead of memseg iteration
2018-04-11 Anatoly Burakovbus/fslmc: use iova2virt instead of memseg iteration
2018-04-11 Anatoly Burakovbus/dpaa: use iova2virt instead of memseg iteration
2018-04-11 Anatoly Burakovmem: add iova2virt function
2018-04-11 Anatoly Burakovnet/virtio: use memseg contig walk instead of iteration
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 Burakovtest: 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 Burakovnet/mlx5: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovbus/pci: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovbus/fslmc: 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 Burakovnet/vmxnet3: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/virtio: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/qede: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/i40e: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/enic: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/ena: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/cxgbe: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/bnxt: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/bnx2x: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovnet/avf: use contiguous allocation for DMA memory
2018-04-11 Anatoly Burakovcrypto/qat: use contiguous allocation for DMA memory
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 Burakovtest: add command to dump malloc heap contents
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 Burakovbus/fslmc: do not needlessly check for IOVA mode
2018-04-11 Anatoly Burakovmem: do not use physical addresses in IOVA as VA mode
2018-04-11 Anatoly Burakovapp/crypto-perf: fix IOVA translation
2018-04-10 Hemant Agrawalusertools: change to SPDX license identifier
2018-04-10 Hemant Agrawalusertools: add missing SPDX identifier
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 Pablo de Laramaintainers: call out subtree committers
2018-04-10 Ferruh Yigitmaintainers: maintain avf PMD in next-net-intel
2018-04-10 Yong Wangmaintainers: claim responsibility for vmxnet3
2018-04-10 Pavan Nikhileshhash: fix missing spinlock unlock in add key
2018-04-10 Jasvinder Singhexamples/ip_pipeline: skip in FreeBSD build
2018-04-06 Jasvinder Singhdoc: add meter API change to release notes
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add ECMP route example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: fix load balance table action
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add flow classification example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add firewall example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add route example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add TAP port example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add KNI port example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add l2fwd example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add load balance action command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add TTL stats command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add DSCP table update command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add meter stats command
next