summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-051-4/+6
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* ofproto: Always delete rules before deleting a meter.Jarno Rajahalme2016-10-041-20/+15
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+23
* Remove execute permisson on source filesHuanle Han2016-09-211-0/+0
* ofproto: Do not signal revalidation for group mods twice.Jarno Rajahalme2016-09-201-1/+2
* ofproto: Remove groups that nested actions reference when removing rule.Binbin Xu2016-09-201-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-11/+28
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-151-1/+1
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-141-23/+59
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-82/+193
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-141-67/+186
* ofproto: Change rule's 'removed' member to a tri-state 'state'.Jarno Rajahalme2016-09-131-6/+7
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-131-5/+5
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-131-8/+28
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-021-18/+26
* Revert "ofproto: Always set MTU for new internal ports."Daniele Di Proietto2016-09-021-5/+5
* ofproto: Always set MTU for new internal ports.Daniele Di Proietto2016-08-301-5/+5
* object-collection: Remove access to stub.Jarno Rajahalme2016-08-301-5/+5
* ofproto: Remove stale comment.Jarno Rajahalme2016-08-301-2/+0
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-127/+15
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-228/+357
* ofproto: Consider datapath_type when looking for internal ports.Daniele Di Proietto2016-08-091-7/+9
* ofproto: Add 'command' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-4/+5
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-291-21/+26
* ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.Jarno Rajahalme2016-07-291-27/+32
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-15/+6
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-291-42/+107
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-291-2/+7
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-1/+1
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-1/+1
* ofproto-dpif: Always forward 'used' from the old_rule.Jarno Rajahalme2016-07-291-4/+5
* ofproto: Make groups versioned.Jarno Rajahalme2016-07-291-44/+103
* ofproto: refactor group mods.Jarno Rajahalme2016-07-291-140/+179
* ofproto: Report flow mods also from bundles.Jarno Rajahalme2016-07-291-8/+5
* ofproto: Generalize flow_mod_requester.Jarno Rajahalme2016-07-291-26/+24
* ofproto: Add generic non-intrusive object_collection.Jarno Rajahalme2016-07-291-189/+61
* ofproto: Use ofproto_mutex for groups and keep track of referring flows.Jarno Rajahalme2016-07-291-82/+156
* ofproto: Make flow handling more symmetric.Jarno Rajahalme2016-07-291-5/+12
* ofproto: Take group references only when needed.Jarno Rajahalme2016-07-291-3/+4
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-291-92/+94
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-22/+22
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+29
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+25
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-3/+2
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-2/+6
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+66
* ofproto: update mtu when port is getting removed as wellak47izatool@gmail.com2016-05-251-7/+29
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-109/+0