summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* workext-320Ben Pfaff2014-07-281-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
* lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo2014-01-231-4/+4
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-141-8/+8
* ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.Ben Pfaff2013-12-231-2/+91
* pcap-file: Add timestamp support for reading and writing pcap files.Ben Pfaff2013-12-231-1/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* ovs-ofctl: Replace TODO with XXX.Ethan Jackson2013-12-131-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-10/+10
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-19/+11
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-2/+2
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-2/+3
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-011-9/+12
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+22
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-9/+18
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-4/+4
* ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff2013-10-141-1/+4
* ovs-ofctl: Add undocumented "parse-pcap" command, for testing.Ben Pfaff2013-10-091-0/+32
* ovs-ofctl: Add meter support.Jarno Rajahalme2013-09-161-2/+113
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+38
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+162
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-28/+35
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-1/+2
* classifier: Make use of the classifier thread safe.Ethan Jackson2013-08-091-0/+8
* ovs-ofctl: Add "ofp-parse" command for printing OpenFlow from a file.Ben Pfaff2013-08-061-1/+54
* clang: Fix the alignment warning.Alex Wang2013-07-231-2/+2