summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* idlc: support short version of SAFE macros.Adrian Moreno2022-03-301-18/+18
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-302-6/+6
* utilities: Add netlink flow operation USDT probes and upcall_cost script.Eelco Chaudron2022-01-182-1/+1790
* utilities: Add upcall USDT probe and associated script.Eelco Chaudron2022-01-182-2/+537
* Documentation: Add USDT documentation and bpftrace example.Eelco Chaudron2022-01-182-6/+127
* checkpatch: Detect "trojan source" attack.Mike Pattrick2022-01-041-1/+12
* utilities: Add another GDB macro for ovs-vswitchd.Mike Pattrick2022-01-042-41/+171
* ci: Remove -Wno-cast-align from CI.Eli Britstein2022-01-041-1/+0
* checkpatch: Correct line count in error messages.Mike Pattrick2022-01-041-1/+5
* ofproto-dpif: Increase dp_hash default max buckets.Mike Pattrick2021-12-031-2/+3
* ovs-tcpdump: Improve performance with dummy interface.Mike Pattrick2021-11-301-18/+36
* ovs-lib: Backup and remove existing DB when joining cluster.Terry Wilson2021-11-301-5/+5
* ovs-save: Save igmp flows in ofp_parse syntax.Salvatore Daniele2021-11-291-1/+4
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+4
* checkpatch: Check if some tags are wrongly written.Timothy Redaelli2021-11-041-0/+15
* ovs-ctl: Add missing description for --ovs-vswitchd-options and --ovsdb-serve...Remi Jouannet2021-10-121-0/+2
* checkpatch: Avoid catastrophic backtracking.Aaron Conole2021-09-081-3/+7
* ovs-save: Use right OpenFlow version for "ovs-ofctl dump-tlv-map".lin huang2021-07-021-1/+1
* checkpatch: Ignore macro definitions of FOR_EACH.Aaron Conole2021-07-011-3/+7
* ovs-lib: pass optional --election-timer arg to ovsdb-toolDan Williams2021-06-251-2/+8
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-226-32/+28
* ovs-save: Fix awk command to return highest ofp version.lin huang2021-06-021-1/+2
* ovs-ofctl: Fix coredump when using "add-groups" command.Wang Yibo2021-05-141-1/+1
* ovs-ofctl: Fix segfault due to bad meter n_bands.Flavio Fernandes2021-04-011-2/+2
* ovs-ctl: Allow recording hostname separately.Frode Nordahl2021-03-011-14/+27
* ovs-lib: Remove second parameter for stop_daemon.Yunjian Wang2021-02-021-1/+1
* ovs-ctl: Prepend OVS binary directories to PATH.Flavio Leitner2021-01-271-1/+5
* ovs-monitor-ipsec: Add option to not restart IKE daemon.Mark Gray2021-01-061-0/+8
* ovs-ctl: Use 'stop_daemon' to stop ovs-monitor-ipsec.Mark Gray2021-01-051-2/+1
* dpctl: Add add/mod/del-flows command.Eelco Chaudron2021-01-051-3/+7
* ovs-ctl: Don't overwrite external-id hostname.Daniel Alvarez2021-01-051-1/+2
* checkpatch: Add check for a whitespace after cast.Ilya Maximets2020-11-271-0/+13
* ovs-bugtool: Fix crash when enable --ovs.William Tu2020-11-051-4/+4
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-4/+4
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-4/+4
* ovs-lib: Handle daemon segfaults during exit.Gurucharan Shetty2020-09-211-1/+17
* ovs-dpctl-top: Skip "eth()" element.Timothy Redaelli2020-08-261-0/+2
* python: Fixup python shebangs to python3.Greg Rose2020-08-262-4/+4
* checkpatch: Add argument to skip gerrit change id check.Roi Dayan2020-07-171-2/+8
* ovs-bugtool: Fix Python3 bytes str issue.William Tu2020-07-141-2/+3
* bridge: Fix null dereference on ct_timeout_policy recordYi-Hung Wei2020-06-271-3/+7
* ovs-bugtool: Add -m option to dump-flows.William Tu2020-05-201-0/+1
* ovs-bugtool: Add ethtool -l for combined channel.William Tu2020-04-291-0/+1
* bugtool: Add dump-tlv-map.William Tu2020-04-291-0/+1
* Utilities: Add the ovs_dump_ofpacts command to gdbEelco Chaudron2020-04-251-0/+74
* Utilities: make print() in gdb script work on all version of PythonEelco Chaudron2020-04-211-0/+1
* bugtool: Fix for Python3.Timothy Redaelli2020-04-091-23/+25
* ovs-dpctl-top: python3 compatibilityAaron Conole2020-03-051-5/+8
* ovs-tcpdump: Fallback to read /proc/net/dev on LinuxTimothy Redaelli2020-01-131-3/+17