summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-provider.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-2/+5
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+3
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-2/+26
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-3/+0
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-11/+11
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-291-0/+9
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-191-0/+3
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* ofproto: Add struct ofproto_flow_mod.Jarno Rajahalme2015-07-061-1/+17
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+8
* ofproto: Make 'importance' immutable.Ben Pfaff2015-07-021-1/+1
* ofproto: Fix use-after-free in bridge destruction with groups.Ben Pfaff2015-06-261-1/+4
* ofproto: Support port mods in bundles.Jarno Rajahalme2015-06-121-2/+2
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+5
* classifier: Simplify versioning.Jarno Rajahalme2015-06-121-4/+3
* ofproto: Accurate flow counts.Jarno Rajahalme2015-06-111-1/+4
* Use classifier versioning.Jarno Rajahalme2015-06-111-43/+16
* ofproto: Infra for table versioning.Jarno Rajahalme2015-06-111-0/+6
* ofproto: Use enum ofperr for 'error'.Jarno Rajahalme2015-06-011-1/+1
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+2