summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-163/+166
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-7/+7
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-76/+72
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-20/+22
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+2
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-4/+4
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-2/+2
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-0/+5
* classifier: Lockless and robust classifier iteration.Jarno Rajahalme2014-11-141-5/+5
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-131-0/+18
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+8
* ovs-ofctl: Only allow usable protocols for group commandsSimon Horman2014-11-051-5/+8
* ovs-ofctl: Free group buckets.Simon Horman2014-10-311-0/+5
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-3/+3
* command-line: Add function to print command usage.Alex Wang2014-10-281-63/+113
* command-line: Add function to print all options.Alex Wang2014-10-281-0/+5
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-0/+5
* ovs-ofctl: Correct help text for add-groupsSimon Horman2014-09-261-1/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* ovs-ofctl: Workaround a compiler warning on MSVC.Gurucharan Shetty2014-09-111-4/+5
* ovs-ofctl: Generalize action and instruction test commands.Ben Pfaff2014-08-111-173/+69
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-7/+26
* ovs-ofctl: Fix error message in "parse-ofp10-actions" internal command.Ben Pfaff2014-08-111-1/+1
* ovs-ofctl: Add --unixctl command line option.Ben Pfaff2014-07-281-1/+12
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-2/+2
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-4/+0
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-17/+6
* ovs-ofctl: Ability to read a hex string from file.Gurucharan Shetty2014-06-261-4/+27
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+1
* ovs-ofctl: Enable the ability to 'detach' on Windows.Gurucharan Shetty2014-05-281-0/+1
* ovs-ofctl: Flush monitored data.Gurucharan Shetty2014-05-281-0/+2
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-10/+16
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-141-6/+15
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-141-3/+9
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-0/+1
* ovs-ofctl: Fix port lookup and "ovs-ofctl" behavior for OpenFlow 1.3+.Ben Pfaff2014-05-141-41/+52
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-1/+18
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-4/+4
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-1/+1
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-86/+87
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-5/+5
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+17
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+1
* ovs-ofctl: Use fcntl instead of sys/fcntl.Gurucharan Shetty2014-03-171-1/+1
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-2/+4
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2