summaryrefslogtreecommitdiff
path: root/ofproto/bundles.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Fix crash processing malformed Bundle Add message.Anju Thomas2018-05-101-13/+0
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-19/+5
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-2/+2
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-1/+1
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-2/+5
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-5/+18
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-2/+2
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-2/+6
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofproto: Add struct ofproto_flow_mod.Jarno Rajahalme2015-07-061-11/+3
* ofproto: Support port mods in bundles.Jarno Rajahalme2015-06-121-1/+5
* Use classifier versioning.Jarno Rajahalme2015-06-111-3/+2
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-011-7/+18
* bundles: Manage bundles in connmgr.Jarno Rajahalme2015-06-011-2/+17
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-9/+40
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+49