summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Always delete rules before deleting a meter.Jarno Rajahalme2016-10-041-20/+15
* revalidator: Simplify full-revalidation code.Joe Stringer2016-09-281-31/+18
* revalidator: Defer stats push to end of validation.Joe Stringer2016-09-281-20/+42
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-283-45/+22
* revalidator: Refactor revalidation early exit.Joe Stringer2016-09-281-58/+78
* revalidator: Refactor ukey->xout translation.Joe Stringer2016-09-281-33/+67
* revalidator: Prepare xcache before xlate_lookup.Joe Stringer2016-09-281-7/+7
* upcall: Don't start new revalidation round too soon after the last one.Jarno Rajahalme2016-09-271-0/+15
* openvswitch: Allow external IPsec tunnel management.Pravin B Shelar2016-09-273-35/+0
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-233-0/+40
* ofproto-dpif-xlate: Adjust generated mask for fragments.Daniele Di Proietto2016-09-211-0/+11
* Remove execute permisson on source filesHuanle Han2016-09-211-0/+0
* ofproto: Do not signal revalidation for group mods twice.Jarno Rajahalme2016-09-202-10/+3
* ofproto-dpif-xlate: Fix memory leak in execute_controller_action.Ryan Moats2016-09-201-0/+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-198-33/+168
* ofproto-dpif-xlate: Fix treatment of mirrors across patch port.Ben Pfaff2016-09-161-3/+25
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-163-9/+76
* ofproto: Remove double reporting from bundles.Jarno Rajahalme2016-09-154-17/+11
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-144-25/+94
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-149-182/+490
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-145-18/+69
* ofproto: Use ofproto_flow_mod for learn execution from xlate cache.Jarno Rajahalme2016-09-147-104/+242
* ofproto-dpif-xlate: Add xlate cache type XC_TABLE.Jarno Rajahalme2016-09-145-5/+60
* ofproto-dpif-xlate: Expose xlate cache.Jarno Rajahalme2016-09-146-298/+413
* lib: Refactor mac-learning updates.Jarno Rajahalme2016-09-141-118/+29
* connmgr: Make connmgr_wants_packet_in_on_miss() lock-free.Jarno Rajahalme2016-09-133-39/+47
* ofproto: Change rule's 'removed' member to a tri-state 'state'.Jarno Rajahalme2016-09-132-8/+22
* ofproto: Add a fixed bundle idle timeout of 10 seconds.Jarno Rajahalme2016-09-134-19/+69
* ofproto: Don't use connmgr after destruction.Jarno Rajahalme2016-09-138-20/+55
* xlate: Clarify comment about mac learning table entry locking.Jarno Rajahalme2016-09-061-2/+7
* 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-dpif-sflow: Tolerate unknown datapath input port for tunnel.Neil McKee2016-09-021-1/+1
* upcall: Replace ukeys for deleted flows.Joe Stringer2016-09-011-1/+35
* upcall: Track ukey states.Joe Stringer2016-09-011-46/+96
* upcall: Only init flow_put if ukey is installed.Joe Stringer2016-09-011-12/+4
* upcall: Reuse flow_put initializer.Joe Stringer2016-09-011-16/+8
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-8/+6
* 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
* ofproto-dpif: Remove prototype for an undefined function.Jarno Rajahalme2016-08-301-1/+0
* upcall: reduce log level for "no reference to recirc flow" messageLance Richardson2016-08-301-1/+1
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-307-199/+18
* upcall: Log failure to flow_put for dpif-netlink.Joe Stringer2016-08-191-29/+29
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-1/+2
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-154-233/+401
* ofproto-dpif-xlate: Use passed ctx in XLATE_REPORT_ERROR.Jesse Gross2016-08-151-1/+1
* ofproto-dpif-xlate: Fix VLOG_ERR_RL() call.Joe Stringer2016-08-111-1/+1