summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Fix inconsistencies skipping datapath files.Ben Pfaff2017-05-081-2/+2
* ovs-pki: add option to suppress generated id in common nameLance Richardson2017-05-042-3/+22
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-13/+15
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-26/+14
* ovn-sbctl, ovn-nbctl, ovs-vsctl: Remove useless record id methods.Ben Pfaff2017-05-031-11/+5
* checkpatch: fix pointer declarationAaron Conole2017-05-011-1/+1
* checkpatch: filename from hunks fixAaron Conole2017-05-011-1/+1
* checkpatch: print conformanceAaron Conole2017-05-011-33/+50
* checkpatch: correct a parsing issueAaron Conole2017-05-011-1/+1
* checkpatch: move the checks to the frameworkAaron Conole2017-05-011-15/+26
* checkpatch: common print_lineAaron Conole2017-05-011-8/+5
* checkpatch: introduce a flexible frameworkAaron Conole2017-05-011-9/+42
* OpenFlow: Enable OpenFlow 1.4 by default.Ben Pfaff2017-05-011-1/+3
* ofp-actions: Document that learn(limit=0) is no limit.Joe Stringer2017-05-011-1/+1
* db-ctl-base: Allow record UUIDs to be abbreviated.Ben Pfaff2017-04-301-4/+6
* ovs-ofctl: Document group selection algorithm.Ben Pfaff2017-04-241-4/+6
* doc: Convert ovs-test to rSTStephen Finucane2017-04-212-147/+0
* doc: Convert ovs-vlan-test to rSTStephen Finucane2017-04-212-99/+0
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-071-0/+1
* ovs-ctl: Expose openvswitch run directory through ovsdb.Robert Wojciechowicz2017-04-071-1/+3
* bundle: add nw_src/dst hash methodwenxu2017-04-061-2/+6
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-0/+1
* ovs-ofctl: Document reset_counts, no_packet_counts, no_byte_counts.Ben Pfaff2017-03-301-2/+29
* Fix format specifier technicalities.Ben Pfaff2017-03-171-2/+1
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-14/+15
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+16
* checkpatch.py: Fix false positive on if/when/forEric Garver2017-03-161-3/+3
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-1/+1
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-6/+7
* checkpatch: Fix running under python3.Joe Stringer2017-03-091-1/+1
* checkpatch: Check for pointer whitespace.Joe Stringer2017-03-091-0/+11
* Adapt to flake8-import-orderxurong000379972017-03-082-11/+15
* conntrack: Force commit.Jarno Rajahalme2017-03-081-0/+12
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-3/+16
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-3/+3
* ovs-tcpdump: Set mirror port mtuAaron Conole2017-03-081-2/+16
* ovs-ctl: allow passing user:group to daemonsAaron Conole2017-02-243-2/+24
* ovs-appctl: Document -T and --timeout options.Ben Pfaff2017-02-231-2/+10
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-132-2/+2
* ovs-ofctl: fix memory leak reported by valgrind.William Tu2017-02-081-0/+5
* ovs-vsctl: Disallow empty bridge, port, and interface names.Ben Pfaff2017-02-031-0/+12
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-2/+2
* ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.Ben Pfaff2017-01-251-982/+14
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-64/+38
* New action "ct_clear".Ben Pfaff2017-01-101-0/+6
* ofproto-dpif-xlate: Make "clone" save action set and stack.Ben Pfaff2017-01-101-1/+2
* ovs-ofctl: Document the "clone" action.Ben Pfaff2017-01-051-0/+8
* ovs-ofctl.8: Document automatic helper assignment.Joe Stringer2017-01-051-0/+10
* ovs-sim: Quote "$@".Justin Pettit2017-01-051-1/+1
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-1/+1