summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-1/+1
* doc: Further populate the 'howto' sectionStephen Finucane2016-12-121-2/+1
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* ovs-vswitchd: Avoid segfault for "netdev" datapath.nickcooper-zhangtonghao2016-12-091-3/+3
* treewide: Fix recent flake8-check.Joe Stringer2016-12-081-0/+1
* ovs-appctl: Add usage content to "upcall/set-flow-limit" command.nickcooper-zhangtonghao2016-12-061-2/+2
* tunnel: set udp dst-port in tunnel metadataPravin B Shelar2016-12-051-0/+1
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-052-4/+7
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-1/+2
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-302-5/+12
* ofproto: Drop flows between protected portsBen Kelly2016-11-221-0/+19
* ofproto: Add protected property to bundleBen Kelly2016-11-224-7/+20
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-161-1/+1
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* ofproto-dpif-xlate: Fix duplicate multicast packetsO'Reilly, Darragh2016-11-141-1/+4
* ofproto-dpif: Log warning when ct action or its variants are not supported.Ben Pfaff2016-11-011-0/+14
* doc: Convert README-native-tunneling to rSTStephen Finucane2016-10-281-1/+1
* 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