summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for connection tracking.Joe Stringer2015-10-131-1/+1
* openflow-common: Correct Netronome vendor ID.Simon Horman2015-09-301-0/+1
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+120
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-2/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-42/+28
* ofp-util: For OF1.0, don't wildcard PCP field when 802.1Q header absent.Ben Pfaff2015-08-241-1/+0
* ofp-util: Use correct error for indirect group with more than one bucket.Ben Pfaff2015-08-191-1/+1
* ofp-util: Fix group desc request encoding.Minoru TAKAHASHI2015-07-311-4/+5
* ofp-util: Fix port desc request encoding.Minoru TAKAHASHI2015-07-311-6/+5
* Fix treatment of OpenFlow 1.1+ bucket weights.Ben Pfaff2015-07-291-4/+9
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+207
* ofp-util: Allow out-of-range indexes in ofputil_decode_geneve_table_reply().Ben Pfaff2015-07-191-5/+13
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-1/+1
* ofp-util: Log the type of an invalid message being added to a bundle.Ben Pfaff2015-07-061-0/+2
* ofp-util: Require inner and outer message in bundle add to be same version.Ben Pfaff2015-07-061-0/+3
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+135
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-56/+164
* ofp-util: Fix typo in comment.Ben Pfaff2015-07-021-1/+1
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-1/+1
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+140
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+30
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-80/+20
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-011-0/+8
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-3/+7
* ofp-util: Fix xid in ofputil_encode_bundle_add().Jarno Rajahalme2015-06-011-1/+3
* ofp-util: Use OFPGMFC_OUT_OF_BUCKETS for indirect groups with !=1 buckets.Ben Pfaff2015-05-081-1/+1
* ofp-util: Add missing 'break;' in bad_group_cmd().Ben Pfaff2015-04-211-2/+4
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* Implement hash fields select groupSimon Horman2015-03-241-8/+5
* Support encoding of NTR selection methodSimon Horman2015-03-241-0/+31
* Support decoding of NTR selection methodSimon Horman2015-03-241-8/+241
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-189/+185
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+9
* ofp-util: Issue error when OFPGC_DELETE command includes buckets.Ben Pfaff2015-02-031-2/+13
* ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()Simon Horman2015-01-271-3/+3
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+2
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* bundles: Reject unbundlable messages.Jarno Rajahalme2014-12-221-0/+100
* OF1.4 bundles: Verify xids.Jarno Rajahalme2014-12-221-0/+3
* 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-25/+25
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman2014-11-251-4/+4
* ofp-util.c: Enable packet-in messages for OpenFlow 1.4 and 1.5.Jean Tourrilhes2014-11-211-2/+2
* openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen2014-11-131-0/+6
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-5/+5
* ofp-util: Provide bucket list helper functionsSimon Horman2014-11-121-0/+82
* ofp-util: Enhance error logging during encoding group mod messages.Simon Horman2014-11-121-12/+59
* ofp-util: Do not allow buckets for OFPGC15_REMOVE_BUCKET.Simon Horman2014-11-121-0/+15
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-4/+452