summaryrefslogtreecommitdiff
path: root/ofproto/bundles.c
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+5
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-13/+7
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-6/+15
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-1/+0
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-3/+2
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* ofproto: Add struct ofproto_flow_mod.Jarno Rajahalme2015-07-061-1/+1
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-011-32/+12
* bundles: Manage bundles in connmgr.Jarno Rajahalme2015-06-011-87/+29
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-011-22/+14
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* bundles: Clean up bundle commit.Jarno Rajahalme2014-12-221-5/+10
* bundles: Reject bundle add with bad flags.Jarno Rajahalme2014-12-221-3/+5
* 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-2/+2
* style: Replace TODO with XXX.Ethan Jackson2014-08-051-2/+2
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+251