summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-provider.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-231-3/+3
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+11
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-3/+3
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-0/+19
* ofproto: Consistently force off OFPPS_LIVE if port or link is down.Ben Pfaff2018-10-181-0/+1
* ofproto: Move may_enable from ofport_dpif to ofport.Ben Pfaff2018-10-181-0/+1
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-251-1/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+7
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-261-1/+4
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-1/+1
* ofproto: Support action upcall metersAndy Zhou2017-04-281-0/+4
* ofproto: Store meters using hmapAndy Zhou2017-04-281-5/+2
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-1/+2
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-0/+4
* ofproto: Fix thread safety annotation.Jarno Rajahalme2017-03-081-1/+2
* dpif: Meter framework.Jarno Rajahalme2017-03-081-6/+7
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-1/+1
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-3/+8
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-1/+6
* ofproto: Update access rules for 'flow_cookie'.Ben Pfaff2016-12-211-2/+2
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-051-0/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+7
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+10
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-0/+7
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-43/+48
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-0/+6
* ofproto: Change rule's 'removed' member to a tri-state 'state'.Jarno Rajahalme2016-09-131-2/+15
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-1/+1
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-28/+0
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-2/+41
* ofproto: Add 'command' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-0/+1
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-1/+2
* ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.Jarno Rajahalme2016-07-291-0/+7
* ofproto-dpif: Always forward 'used' from the old_rule.Jarno Rajahalme2016-07-291-3/+4
* ofproto: Make groups versioned.Jarno Rajahalme2016-07-291-2/+9
* ofproto: refactor group mods.Jarno Rajahalme2016-07-291-1/+27
* ofproto: Add generic non-intrusive object_collection.Jarno Rajahalme2016-07-291-16/+33
* ofproto: Use ofproto_mutex for groups and keep track of referring flows.Jarno Rajahalme2016-07-291-3/+10
* ofproto: Take group references only when needed.Jarno Rajahalme2016-07-291-1/+1
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-6/+7
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-3/+3
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+4
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-3/+7
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+10
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-27/+0
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1