summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add USDT scripts to make install and fedora/debian test rpm.Eelco Chaudron2022-12-211-0/+4
* ovs-ctl: Allow inclusion of hugepages in coredumps.Mike Pattrick2022-12-201-4/+11
* utilities: Add a GDB macro to dump hmap structures.Eelco Chaudron2022-12-201-1/+52
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-061-3/+4
* ovs-dpctl-top: Fix ovs-dpctl-top via pipe.Timothy Redaelli2022-11-301-5/+1
* utilities: Add a GDB macro to dump any cmap structure.Eelco Chaudron2022-11-021-0/+66
* ovs-tcpdump: Cleanup mirror port on SIGHUP/SIGTERM.Daniel Ding2022-11-021-18/+22
* ovs-tcpdump: Fix bond port unable to capture jumbo frames.Lin Huang2022-10-111-0/+7
* checkpatch: Add check for egrep/fgrep.Ilya Maximets2022-09-151-0/+11
* docs: Remove remaining references to OVS kmod and XenServer.Ilya Maximets2022-08-153-19/+3
* ovs-save: Use right OpenFlow version for add-tlv-map.Han Ding2022-08-081-1/+1
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-041-1/+1
* checkpatch: Add check for a Fixes tag.Ilya Maximets2022-08-041-0/+9
* make: Remove the Linux datapath.Greg Rose2022-07-152-24/+8
* checkpatch: Ignore line length and leading whitespace for debian/*.Frode Nordahl2022-07-151-2/+2
* man: Fix various typos across manual pages.Frode Nordahl2022-07-142-4/+4
* utilities/bashcomp: Fix incorrect file mode.Frode Nordahl2022-07-122-0/+0
* ovs-tcpdump: Default to OVS_RUNDIR if present.Mike Pattrick2022-06-281-1/+2
* ovs-tcpdump: Fix error when stopping ovs-tcpdump.Han Ding2022-06-071-0/+6
* checkpatch.py: Add checks for easy-to-misuse APIs.Peng He2022-05-301-3/+33
* ovs-save: Get highest ofp version error.Han Ding2022-05-171-1/+1
* utilities: Handle dumping packets in GDB TUI.Mike Pattrick2022-05-041-1/+2
* ofp-monitor: Support flow monitoring for OpenFlow 1.3, 1.4+.Vasu Dasari2022-04-282-0/+9
* ofp-monitor: Extend Flow Monitoring support for OF 1.0-1.2 with Nicira Extens...Vasu Dasari2022-04-281-4/+18
* 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