netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / table.c
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-06-06 Ben Pfaffovsdb: Move ovsdb_table_put_row() into test program.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Allow constraining the number of rows in a table.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-06 Ben Pfaffovsdb: Remove "comment" support from OVSDB schemas.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-15 Ben Pfaffovsdb: Add functions to clone schemas.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfaffovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_t...
2010-02-08 Ben Pfaffovsdb: Use direct pointer from table to txn_table to...
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
2009-11-05 Ben PfaffInitial implementation of OVSDB.