netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / utilities / ovs-dev.py
2015-12-24 Joe Stringerovs-dev.py: Fix libcap-ng-dev dependency.
2015-11-26 YAMAMOTO Takashiuse "/usr/bin/env python" for shebangs for python scripts
2015-10-01 Andy Zhouovs-dev.py: add --monitor and option
2015-10-01 Andy Zhouovs-dev.py: add --user option
2015-10-01 Andy Zhouovs-dev.py: run operational commands as root
2015-10-01 Andy Zhouovs-dev.py: rename ROOT to RUNDIR
2015-10-01 Andy Zhouovs-dev.py: allow current directory to be used as the...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-22 Thomas Grafovs-dev: Load all available vport modules on modinst
2015-04-22 Thomas Grafovs-dev: Hint that vport modules may need to be loaded...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-05 Ben Pfaffovs-dev.py: Remove vport-*.ko at same time as openvswit...
2014-09-17 Ethan Jacksonovs-dev.py: Support running the clang binaries.
2014-09-17 Ethan Jacksonovs-dev.py: Support additional optimization flags.
2014-09-15 Daniele Di Proiettoovs-dev.py: do not pass --enable-dummy to ovsdb
2014-08-05 Ethan Jacksonovs-dev.py: Support check-valgrind in the Makefile.
2014-06-04 Joe Stringerovs-dev.py: Add option to run tests in parallel.
2014-06-04 Joe Stringerovs-dev.py: Add option to specify which tests to run.
2014-05-29 Daniele Di Proiettoovs-dev.py: add option to run with dpdk
2014-05-09 Ethan Jacksonovs-dev.py: Add support for dpdk builds.
2014-04-08 Ben Pfaffovs-dev.py: Update repository location.
2014-01-25 Ethan Jacksonovs-dev.py: Only build the Linux datapath with GCC.
2014-01-22 Ethan Jacksonconfigure: Enable silent rules.
2014-01-22 Ethan Jacksonovs-dev.py: Configure silently.
2014-01-22 Ethan Jacksonovs-dev.py: Add compiler optimization options.
2014-01-22 Ethan Jacksonovs-dev.py: Add "-fno-omit-frame-pointer" compiler...
2013-12-23 Ethan Jacksonovs-dev.py: Pass leak-check=full to valgrind.
2013-12-12 Ethan Jacksonovs-dev.py: Build with both GCC and Clang.
2013-11-11 Saurabh Shahovs-dev.py: Remove duplicate name from the help string.
2013-07-29 Ethan Jacksonovs-dev.py: Use custom suppressions when running valgrind.
2013-07-29 Ethan Jacksonovs-dev.py: Add support for clang builds.
2013-07-29 Ethan Jacksonovs-dev.py: Rely on configure for warning options.
2013-07-09 Ethan Jacksonutilities: New helper script ovs-dev.py.