summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.Joe Stringer2016-08-111-7/+13
* ofproto: Consider datapath_type when looking for internal ports.Daniele Di Proietto2016-08-091-7/+9
* packets: Cleanup ND compose functions.Justin Pettit2016-07-291-1/+1
* ofproto: Add 'command' to ofproto_flow_mod.Jarno Rajahalme2016-07-292-4/+6
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-293-40/+37
* ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.Jarno Rajahalme2016-07-292-27/+39
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-292-16/+6
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-292-44/+113
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-292-25/+32
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-1/+1
* ofproto-dpif-xlate: Hash only fields specified for 'hash' selection method.Jarno Rajahalme2016-07-291-29/+7