dpdk.git
2019-01-14 Ivan Malovnet/sfc: add missing header guard to TSO header file
2019-01-14 Declan Dohertynet/bonding: fix possible null pointer reference
2019-01-14 Cristian Dumitrescuapp/testpmd: fix quit to stop all ports before close
2019-01-14 Rami Rosendoc: fix a parameter name in testpmd guide
2019-01-14 Alejandro Luceronet/nfp: fix device start/stop for VFs
2019-01-14 Rami Rosendoc: fix a typo in testpmd guide
2019-01-14 Dekel Peledexamples/flow_filtering: fix example documentation
2019-01-14 Hemant Agrawalnet/dpaa: update RSS offload types
2019-01-14 Hemant Agrawalnet/dpaa: update supported ptypes
2019-01-14 Hemant Agrawalnet/dpaa: fix secondary process
2019-01-14 Hemant Agrawalbus/dpaa: fix logical to physical core affine logic
2019-01-14 Julien Meuniernet/fm10k: fix internal switch initial status
2019-01-14 Fan Zhangvhost/crypto: fix possible out of bound access
2019-01-14 Fan Zhangvhost/crypto: fix possible dead loop
2019-01-14 Tiwei Bievhost: ensure event idx is mapped when negotiated
2019-01-14 Tiwei Bievhost: fix possible dead loop in vector filling
2019-01-14 Tiwei Bievhost: fix possible out of bound access in vector filling
2019-01-14 Tiwei Bievhost: fix possible dead loop in relay helpers
2019-01-14 Tiwei Bievhost: fix possible out of bound access in relay helpers
2019-01-14 Tiwei Bievhost: fix desc access in relay helpers
2019-01-14 Tiwei Bienet/virtio-user: fix supported features list
2019-01-14 Tiwei Bienet/virtio-user: fix packed vq option parsing
2019-01-14 Wei Zhaonet/ixgbe: fix over using multicast table for VF
2019-01-14 Moti Haimovskynet/mlx5: support flow counters using devx
2019-01-14 Moti Haimovskynet/mlx5: add devx functions to glue
2019-01-14 Moti Haimovskynet/mlx5: fix shared counter allocation logic
2019-01-14 Alejandro Luceroconfig: remove NFP PMD from 32-bit builds
2019-01-14 Ilya Maximetseal: fix build of external app with clang on armv8
2019-01-14 Ferruh Yigitmk: fix scope of disabling AVX512F support
2019-01-14 Yongseok Kohmbuf: remove experimental tag for external attachment
2019-01-14 Yongseok Kohmbuf: remove deprecated macro
2019-01-14 Harry van Haarenmbuf: fix C++ compatibility by making sched struct...
2019-01-14 Anatoly Burakovmem: fix storing old policy
2019-01-14 Anatoly Burakovmem: fix variable shadowing
2019-01-14 Anatoly Burakovvfio: do not unregister callback in secondary process
2019-01-14 Anatoly Burakoveal/bsd: remove clean up of files at startup
2019-01-14 Anatoly Burakoveal: fix strdup usages in internal config
2019-01-14 Konstantin... ipsec: fix assert condition
2019-01-14 David Zengkni: fix build on RHEL8 for arm and Power9
2019-01-14 Xiao Liangkni: fix build on RHEL 8
2019-01-14 Yipeng Wangmaintainers: claim maintainership of hash library
2019-01-14 Bruce Richardsonmaintainers: resign from maintainership of distributor lib
2019-01-14 Yongseok Kohconfig: add Mellanox BlueField armv8 SoC
2019-01-14 Bruce Richardsondevtools: fix build check for whether meson has run
2019-01-14 Bruce Richardsonbuild: fix variable name in dependency error message
2019-01-14 Luca Boccassibuild: use static deps for pkg-config libs.private
2019-01-11 Fiona Trahetest/crypto: remove unsupported SGL tests on AESNI_MB PMD
2019-01-10 Akhil Goyalcrypto/dpaa2_sec: fix FLC address for physical mode
2019-01-10 Akhil Goyalcrypto/dpaa_sec: support same session flows on multi...
2019-01-10 Hemant Agrawalcrypto/dpaa_sec: support PDCP offload
2019-01-10 Anoob Josephcrypto/octeontx: remove usage of DEPDIRS
2019-01-10 Amr Mokhtarapp/bbdev: fix return value check
2019-01-10 Konstantin... doc: update ipsec-secgw guide and release notes
2019-01-10 Konstantin... examples/ipsec-secgw: add scripts for functional test
2019-01-10 Konstantin... examples/ipsec-secgw: make data-path to use IPsec library
2019-01-10 Konstantin... examples/ipsec-secgw: make app to use IPsec library
2019-01-10 Konstantin... examples/ipsec-secgw: fix inbound SA checking
2019-01-10 Konstantin... examples/ipsec-secgw: make local variables static
2019-01-10 Konstantin... examples/ipsec-secgw: fix outbound codepath for single SA
2019-01-10 Konstantin... examples/ipsec-secgw: fix crypto-op might never get...
2019-01-10 Konstantin... examples/ipsec-secgw: allow to specify neighbour MAC...
2019-01-10 Konstantin... examples/ipsec-secgw: allow disabling some Rx/Tx offloads
2019-01-10 Konstantin... doc: add IPsec library guide
2019-01-10 Konstantin... test/ipsec: introduce functional test
2019-01-10 Konstantin... ipsec: add helpers to group completed crypto-ops
2019-01-10 Konstantin... ipsec: rework SA replay window/SQN for MT environment
2019-01-10 Konstantin... ipsec: implement SA data-path API
2019-01-10 Konstantin... ipsec: add SA data-path API
2019-01-10 Konstantin... lib: introduce IPsec library
2019-01-10 Konstantin... net: add ESP trailer structure definition
2019-01-10 Konstantin... security: add opaque userdata pointer into security...
2019-01-10 Fan Zhangexamples/fips_validation: add power on self test
2019-01-10 Fan Zhangcryptodev: add opaque data field to symmetric session
2019-01-10 Fan Zhangcryptodev: add reference count to session private data
2019-01-10 Fan Zhangcryptodev: add user data size to symmetric session
2019-01-10 Fan Zhangcryptodev: update symmetric session structure
2019-01-10 Fan Zhangcryptodev: add sym session header size function
2019-01-10 Fan Zhangtest/crypto: use separate session mempools
2019-01-10 Fan Zhangvhost/crypto: use separate session mempools
2019-01-10 Fan Zhangexamples: use separate crypto session mempools
2019-01-10 Fan Zhangnet/softnic: use separate session mempools
2019-01-10 Fan Zhangapp/crypto-perf: use separate session mempools
2019-01-10 Fan Zhangcryptodev: add sym session mempool create
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2019-01-10 Fan Zhangcrypto/aesni_mb: support plain SHA
2019-01-10 Fiona Trahetest/crypto: fix misleading trace message
2019-01-10 Tomasz Jozwiakcompress/qat: fix returned status on overflow
2019-01-10 Tomasz Jozwiakcompress/qat: add compression on DH895x
2019-01-10 Fan Zhangcrypto/aesni_mb: support AES-GMAC
2019-01-10 Fan Zhangdoc: update AESNI_MB guide
2019-01-10 Fan Zhangcrypto/aesni_mb: use architecture independent macros
2019-01-10 Fan Zhangcrypto/aesni_mb: rename files
2019-01-10 Fan Zhangdoc: fix AESNI_MB guide
2019-01-10 Fan Zhangdrivers/crypto: fix PMDs memory leak
2019-01-10 Lee Dalycompress/isal: enable checksum support
2019-01-10 Lee Dalytest/compress: add checksum tests
2019-01-11 Vipin Vargheseapp/procinfo: add --iter-mempool
2019-01-11 Vipin Vargheseapp/procinfo: add --show-mempool
2019-01-11 Vipin Vargheseapp/procinfo: add --show-ring
2019-01-11 Vipin Vargheseapp/procinfo: add --show-crypto
next