aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-05-14ofproto: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-04-23ofproto: Fix use-after-free error when ports disappear.Ben Pfaff
2012-03-21ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff
2012-03-21ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff
2012-03-21ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff
2012-03-12ofproto: Fix code that keeps track of MTU.Ben Pfaff
2012-02-19ofproto-dpif: Cleanup STP on ports when disabled on their bridge.Ethan Jackson
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-01-24ofproto: Optionally flush all learning tables with appctl.Ethan Jackson
2012-01-23ofproto-dpif: Revalidate flows after "fdb/flush".Ben Pfaff
2012-01-06ofproto-dpif: Keep subfacets longer to avoid assert-fail in facet_account().Ben Pfaff
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2012-01-04ofproto-dpif: Have lookup_input_bundle() return a bundle.Justin Pettit
2012-01-04ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff
2011-12-27ofproto-dpif: Fix bug in VLAN splinters.Ben Pfaff
2011-12-22ofproto-dpif: Flush MACs for deleted ports from every bridge.Ben Pfaff
2011-12-19ofproto-dpif: Include datapath flow misses in flow statistics.Ben Pfaff
2011-12-16ofproto-dpif: Fix use-after-free for OFPP_CONTROLLER flows.Ben Pfaff
2011-12-13ofproto-dpif: Avoid segfault for ports with bundles in add_mirror_actions().Ben Pfaff
2011-11-30ofproto-dpif: Delete un-fit flow from datapath.Pravin B Shelar
2011-11-30ofproto-dpif: Fix memory leak.Pravin B Shelar
2011-11-28odp-util: Move commit_odp_actions() from ofproto-dpif.Ethan Jackson
2011-11-28ofproto-dpif: Remove redundant commit_odp_actions() call.Ethan Jackson
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-28ofproto-dpif: Process multiple batches of upcalls in a single poll loop.Ben Pfaff
2011-11-24mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit
2011-11-23ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit
2011-11-23Implement new "VLAN splinters" feature.Ben Pfaff
2011-11-23ofproto-dpif: Separately track the initial VLAN TCI of arriving packets.Ben Pfaff
2011-11-23ofproto-dpif: Move ODP actions from facets to subfacets.Ben Pfaff
2011-11-23ofproto-dpif: Simplify invocation of send_packet().Ben Pfaff
2011-11-23ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff
2011-11-23ofproto-dpif: Factor NetFlow active timeouts out of flow expiration.Ben Pfaff
2011-11-23ofproto: Add "const" to ->rule_execute's "flow" parameter.Ben Pfaff
2011-11-23vswitch: Implement dscp column of the Queue table.Ethan Jackson
2011-11-22ofproto-dpif: Simplify commit logic.Ethan Jackson
2011-11-22ofproto-dpif: Properly update tos and ttl fields.Ethan Jackson
2011-11-18ofproto-dpif: Simplify output action composition.Ethan Jackson
2011-11-18ofproto-dpif: Improperly handled OFPP_ALL action.Ethan Jackson
2011-11-18ofproto-dpif: Enqueue incorrectly calls add_output_action().Ethan Jackson
2011-11-18ofproto-dpif: Consistently set NetFlow Output Interface.Ethan Jackson
2011-11-18ofproto-dpif: Remove trailing whitespace.Ethan Jackson
2011-11-17Implement a new port setting "other-config:priority-tags".Ben Pfaff
2011-11-17ofproto: Remove dead variable.Ethan Jackson
2011-11-17ofproto-dpif: Fix segfault in mirror_update_dups().Justin Pettit
2011-11-17ofproto-dpif: Get rid of "struct dst".Ben Pfaff
2011-11-17odp-util: Add support for named ports to odp_flow_key_from_string().Ben Pfaff
2011-11-17odp-util: New function factored out of put_userspace_action().Ben Pfaff
2011-11-17ofproto-dpif: Improve RSPAN translation performance from O(n**2) to O(n).Ben Pfaff