summaryrefslogtreecommitdiff
path: root/ovsdb
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Monitor: Keep and maintain the initial change set.Ilya Maximets2023-04-241-1/+4
* ovsdb: Avoid converting database twice on an initiator.Ilya Maximets2023-04-247-20/+65
* ovsdb: Perform conversion with no data for clustered databases.Ilya Maximets2023-04-244-3/+52
* ovsdb: Allow conversion records with no data in a clustered storage.Ilya Maximets2023-04-244-36/+93
* ovsdb: Check for ephemeral columns before writing a new schema.Ilya Maximets2023-04-245-12/+24
* ovsdb-tool: Fix cluster-to-standalone for DB conversion records.Ilya Maximets2023-04-243-0/+38
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-222-5/+5
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-101-16/+27
* ovsdb: Don't convert unchanged columns during database conversion.Ilya Maximets2023-01-271-11/+48
* ovsdb: Fix database statistics during the database replacement.Ilya Maximets2023-01-181-0/+3
* ovsdb-server: Don't log when memory-trim-on-compaction doesn't change.Dan Williams2022-12-211-2/+7
* ovsdb: Count weak reference objects.Ilya Maximets2022-12-064-1/+14
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-0/+15
* ovsdb: transaction: Fix weak reference leak.Han Zhou2022-11-041-2/+10
* ovsdb: transaction: Refactor assess_weak_refs.Han Zhou2022-11-041-42/+36
* ovsdb: Fix race for datum JSON string reference counter.Ilya Maximets2022-10-115-13/+38
* raft: Fix unnecessary periodic compactions.Ilya Maximets2022-08-301-1/+1
* ovsdb: Don't store rows that didn't change in transaction history.Ilya Maximets2022-08-301-1/+17
* ovsdb: Fix copying weak references into transaction history.Ilya Maximets2022-08-121-4/+4
* rhel: Stop installing internal headers.Ilya Maximets2022-07-291-1/+1
* ovsdb: Remove extra make target dependency for local-config.5.Ilya Maximets2022-07-191-1/+1
* ovsdb/TODO: Update the list of tasks.Ilya Maximets2022-07-141-13/+33
* man: Fix various typos across manual pages.Frode Nordahl2022-07-141-3/+3
* ovsdb: Add missing ovs-thread include.Ilya Maximets2022-07-141-0/+1
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-139-24/+204
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-137-34/+34
* ovsdb: Enable memory trimming after compaction by default.Ilya Maximets2022-07-121-1/+1
* ovsdb: Add Local_Config schema.Terry Wilson2022-06-304-0/+362
* ovsdb-server: Log database transactions for user requested tables.Dumitru Ceara2022-06-287-0/+172
* ovsdb: Fix memory leak on error path in ovsdb_file_read__().Yunjian Wang2022-06-281-0/+1
* raft: Don't use HMAP_FOR_EACH_SAFE when logging commands.Dumitru Ceara2022-05-301-1/+5
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-261-55/+78
* sha1: Use implementation from openssl if available.Ilya Maximets2022-05-261-0/+1
* idlc: support short version of SAFE macros.Adrian Moreno2022-03-301-2/+17
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-3013-59/+57
* list: use short version of safe loops if possible.Adrian Moreno2022-03-307-49/+48
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-302-1/+7
* ovsdb: row: Optimize row updates by applying diffs in-place.Ilya Maximets2022-03-031-11/+5
* ovsdb: relay: Add transaction history support.Ilya Maximets2022-03-033-12/+33
* ovsdb: raft: Fix inability to join the cluster after interrupted attempt.Ilya Maximets2022-02-251-7/+31
* ovsdb-idlc: Avoid accessing member within NULL idl index cursors.Dumitru Ceara2022-02-141-1/+1
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-0/+4
* ovsdb: transaction: Keep one entry in the transaction history.Ilya Maximets2022-01-311-2/+4
* ovsdb: storage: Randomize should_snapshot checks when the minimum time passed.Ilya Maximets2021-12-132-3/+16
* raft: Only allow followers to snapshot.Dumitru Ceara2021-12-131-1/+1
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-303-9/+11
* ovsdb: Don't let transaction history grow larger than the database.Ilya Maximets2021-11-053-2/+62
* ovsdb: transaction: Incremental reassessment of weak refs.Ilya Maximets2021-11-043-100/+293
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-244-72/+67
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-241-6/+4