devtools: pass custom options to checkpatch
[dpdk.git] / app /
2019-07-04 Konstantin Ananyevtest/bpf: add test-case for function return value
2019-07-04 Bruce Richardsonraw/ioat: add configure, start and stop functions
2019-07-04 Bruce Richardsonraw/ioat: add device info function
2019-07-04 Bruce Richardsonraw/ioat: introduce IOAT driver
2019-07-03 Morten Brørupnet: move TCP flags from ethdev header
2019-07-03 Wei Zhaoapp/testpmd: fix offloads config
2019-07-03 Pavan Nikhileshevent/octeontx2: add SSO selftest
2019-07-03 Pavan Nikhileshtest/eventdev: fix producer core validity checks
2019-07-03 Pavan Nikhileshapp/eventdev: fix order test port creation
2019-07-02 Bruce Richardsontest: add rawdev autotest to meson
2019-07-01 Stephen Hemmingermalloc: deprecate unused function to set limit
2019-06-29 Ilya Maximetseal: fix positive error codes from probe/remove
2019-06-29 Honnappa Nagarahallitest/rcu: fix test case
2019-06-29 Honnappa Nagarahallitest/rcu: increase size of core numbers
2019-06-28 Mattias Rönnblomeal: introduce random generator with upper bound
2019-06-28 Mattias Rönnblomeal: replace libc-based random generation with LFSR
2019-06-27 David Marchandtest: skip tests when missing requirements
2019-06-27 David Marchandtest: do not start tests in parallel
2019-06-27 David Marchandtest: split into shorter subtests
2019-06-27 Michael Santanatest/eal: check number of cores before running subtests
2019-06-27 David Marchandtest/eal: set core mask/list config only in dedicated...
2019-06-27 David Marchandtest/eal: set memory channel config only in dedicated...
2019-06-27 David Marchandtest/stack: fix lock-free test name
2019-06-27 David Marchandtest/rcu: remove arbitrary limit on max core count
2019-06-27 David Marchandtest/latency: fix stack smashing
2019-06-27 David Marchandtest/hash: clean remaining trace of scaling autotest
2019-06-27 Dharmik Thakkartest/hash: rectify slave id to point to valid cores
2019-06-27 David Marchandtest/hash: fix off-by-one check on core count
2019-06-27 David Marchandtest/eventdev: move tests to the driver specific list
2019-06-27 David Marchandtest/crypto: move tests to the driver specific list
2019-06-27 David Marchandtest/bonding: add missing sources for link bonding RSS
2019-06-26 Marcin Smoczynskibuild: enable BSD features visibility for FreeBSD
2019-06-20 Tiwei Bieapp/testpmd: drop the workaround for virtio-user
2019-06-16 Ferruh Yigitapp/testpmd: fix crash
2019-06-13 Sunil Kumar Koriapp/testpmd: create mbuf based on max supported segments
2019-06-05 Ilya Maximetstest: skip meson dependency checks if not required
2019-06-05 Honnappa Nagarahallitest/rcu: make global variable per core
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-06-03 David Marchandtest/table: remove duplicate macro
2019-06-03 Stephen Hemmingertest: use lcore accessors
2019-05-29 David Marchandtest/rcu: use existing lcore API
2019-05-29 David Marchandtest/hash: use existing lcore API
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ICMP defines
2019-05-24 Olivier Matznet: add rte prefix to ICMP structure
2019-05-24 Olivier Matznet: add rte prefix to ESP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-24 Olivier Matznet: add rte prefix to ARP defines
2019-05-24 Olivier Matznet: add rte prefix to ARP structures
2019-05-13 Wei Zhaoapp/testpmd: fix offload flags after port config
2019-05-09 Dharmik Thakkartest/hash: check freeing key with position
2019-05-09 David Christensentest/barrier: fix for Power CPUs
2019-05-09 David Christensentest/barrier: enlarge variables to 64 bits
2019-05-09 David Christensentest/barrier: fix allocation check
2019-05-09 David Christensentest/barrier: fix typo in log
2019-05-09 Erik Gabriel Carrillotest: call timer subsystem finalize at exit
2019-05-09 Ayuj Vermatest/crypto: return not supported instead of skipped
2019-05-08 Andrew Rybchenkoapp/testpmd: fix mbuf leak with multi-segment Tx
2019-05-04 David Marchandtest: load test symbols from binary at init
2019-05-04 David Marchandtest: clean remaining trace of devargs autotest
2019-05-04 Ferruh Yigitapp/testpmd: revert fixed flag for exact link speed
2019-05-03 Krzysztof Kanastest/bonding: fix MAC assignment for re-run
2019-05-03 Tiwei Bieapp/testpmd: fix unintentional integer overflow
2019-05-03 Agalya Babu RadhaK... app/testpmd: fix help info for interactive commands
2019-05-01 Dharmik Thakkartest/rcu: add API and functional tests
2019-04-22 Bruce Richardsonapp/testpmd: fix variable use before null check
2019-04-22 Marcin Hajkowskitest/power: check all environment types
2019-04-22 Vipin Vargheseapp/pdump: support multi-core capture
2019-04-22 Vipin Vargheseapp/pdump: remove core restriction
2019-04-22 Pallantla Poornimaapp/bbdev: replace sprintf with snprintf or strlcpy
2019-04-22 Erik Gabriel Carrillotest/timer: exercise new APIs in secondary process
2019-04-22 Stephen Hemmingerapp/testpmd: add ability to set Tx IP and UDP parameters
2019-04-22 Jerin Jacobeventdev: promote adapter functions as stable
2019-04-21 Thomas Monjaloneal: promote some experimental functions as stable
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-19 Viacheslav Ovsiienkoapp/testpmd: fix port detach cleanup
2019-04-19 Andrew Rybchenkoapp/testpmd: set fixed flag for exact link speed
2019-04-19 Bruce Richardsontest/compress: fix missing include
2019-04-19 Fiona Trahetest/compress: fix build
2019-04-18 Bernard Iremongertest/ipsec: fix logic around dequeue burst
2019-04-18 Bruce Richardsonapp/crypto-perf: check range of socket id
2019-04-18 Bernard Iremongertest/ipsec: fix initialisation
2019-04-18 Tomasz Jozwiaktest/compress: add max mbuf size test case
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-17 Aaron Conoletest: detect number of cores with meson
2019-04-15 Joyce Kongtest/ticketlock: fix autotest
2019-04-12 Chenbo Xiaapp/testpmd: fix return value check
2019-04-12 Wei Zhaoapp/testpmd: fix hex string parser support for flow API
2019-04-12 Shahaf Shulerapp/testpmd: map anonymous memory for devices
2019-04-12 Shahaf Shulerapp/testpmd: support no IOVA contiguous mempools
2019-04-12 Shahaf Shulerapp/testpmd: fix mempool free on exit
2019-04-12 Pavan Nikhileshapp/testpmd: fix packet headers in txonly mode
2019-04-11 Jasvinder Singhmeter: replace color definitions
2019-04-05 Pavan Nikhileshapp/testpmd: allocate txonly packets per bulk
next