summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff2012-05-143-7/+27
* ofproto: Fix use-after-free error when ports disappear.Ben Pfaff2012-04-231-2/+16
* ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff2012-03-211-1/+1
* ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff2012-03-211-14/+24
* ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff2012-03-211-2/+2
* ofproto: Fix code that keeps track of MTU.Ben Pfaff2012-03-121-1/+1
* ofproto-dpif: Cleanup STP on ports when disabled on their bridge.Ethan Jackson2012-02-191-0/+8
* ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen2012-02-081-3/+1
* vswitchd: Make the MAC entry aging time configurable.Ben Pfaff2012-02-014-3/+27
* ofproto: Optionally flush all learning tables with appctl.Ethan Jackson2012-01-241-9/+16
* ofproto-dpif: Revalidate flows after "fdb/flush".Ben Pfaff2012-01-231-1/+2
* ofproto-dpif: Keep subfacets longer to avoid assert-fail in facet_account().Ben Pfaff2012-01-061-4/+19
* ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit2012-01-041-2/+30
* ofproto-dpif: Have lookup_input_bundle() return a bundle.Justin Pettit2012-01-041-18/+12
* ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff2012-01-041-8/+13
* ofproto-dpif: Fix bug in VLAN splinters.Ben Pfaff2011-12-271-4/+48
* ofproto-dpif: Flush MACs for deleted ports from every bridge.Ben Pfaff2011-12-221-9/+46
* ofproto-dpif: Include datapath flow misses in flow statistics.Ben Pfaff2011-12-191-0/+8
* ofproto-dpif: Fix use-after-free for OFPP_CONTROLLER flows.Ben Pfaff2011-12-161-5/+11
* ofproto-dpif: Avoid segfault for ports with bundles in add_mirror_actions().Ben Pfaff2011-12-131-1/+3
* ofproto-dpif: Delete un-fit flow from datapath.Pravin B Shelar2011-11-301-14/+21
* ofproto-dpif: Fix memory leak.Pravin B Shelar2011-11-301-0/+3
* odp-util: Move commit_odp_actions() from ofproto-dpif.Ethan Jackson2011-11-281-161/+2
* ofproto-dpif: Remove redundant commit_odp_actions() call.Ethan Jackson2011-11-281-1/+0
* ofproto: Add "fast path".Ben Pfaff2011-11-284-29/+56
* ofproto-dpif: Process multiple batches of upcalls in a single poll loop.Ben Pfaff2011-11-281-38/+57
* mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit2011-11-243-53/+80
* ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit2011-11-234-18/+110
* Implement new "VLAN splinters" feature.Ben Pfaff2011-11-234-7/+373
* ofproto-dpif: Separately track the initial VLAN TCI of arriving packets.Ben Pfaff2011-11-231-31/+79
* ofproto-dpif: Move ODP actions from facets to subfacets.Ben Pfaff2011-11-231-80/+124
* ofproto-dpif: Simplify invocation of send_packet().Ben Pfaff2011-11-231-12/+9
* ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff2011-11-231-284/+438
* ofproto-dpif: Factor NetFlow active timeouts out of flow expiration.Ben Pfaff2011-11-233-46/+90
* ofproto: Add "const" to ->rule_execute's "flow" parameter.Ben Pfaff2011-11-232-5/+6
* vswitch: Implement dscp column of the Queue table.Ethan Jackson2011-11-234-0/+150
* ofproto-dpif: Simplify commit logic.Ethan Jackson2011-11-221-41/+33
* ofproto-dpif: Properly update tos and ttl fields.Ethan Jackson2011-11-221-2/+2
* ofproto-dpif: Simplify output action composition.Ethan Jackson2011-11-181-19/+22
* ofproto-dpif: Improperly handled OFPP_ALL action.Ethan Jackson2011-11-181-18/+24
* ofproto-dpif: Enqueue incorrectly calls add_output_action().Ethan Jackson2011-11-181-3/+2
* ofproto-dpif: Consistently set NetFlow Output Interface.Ethan Jackson2011-11-181-2/+2
* ofproto-dpif: Remove trailing whitespace.Ethan Jackson2011-11-181-1/+1
* Implement a new port setting "other-config:priority-tags".Ben Pfaff2011-11-172-4/+12
* ofproto: Remove dead variable.Ethan Jackson2011-11-171-2/+0
* ofproto-dpif: Fix segfault in mirror_update_dups().Justin Pettit2011-11-171-1/+1
* ofproto-dpif: Get rid of "struct dst".Ben Pfaff2011-11-171-236/+134
* odp-util: Add support for named ports to odp_flow_key_from_string().Ben Pfaff2011-11-171-1/+1
* odp-util: New function factored out of put_userspace_action().Ben Pfaff2011-11-171-8/+1
* ofproto-dpif: Improve RSPAN translation performance from O(n**2) to O(n).Ben Pfaff2011-11-171-45/+71