meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / ofproto /
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-03-21 Ben Pfaffofproto-dpif: Fix tag caching for learned flows.
2012-03-21 Ben Pfaffofproto-dpif: Avoid segfault deleting facets that execu...
2012-03-21 Ben Pfaffofproto-dpif: Fix return type of rule_calculate_tag().
2012-03-12 Ben Pfaffofproto: Fix code that keeps track of MTU.
2012-02-19 Ethan Jacksonofproto-dpif: Cleanup STP on ports when disabled on...
2012-02-08 Aaron Rosenofproto-dpif: Don't output to in_port even if in_port...
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-01-24 Ethan Jacksonofproto: Optionally flush all learning tables with...
2012-01-24 Ben Pfaffofproto-dpif: Revalidate flows after "fdb/flush".
2012-01-07 Ben Pfaffofproto-dpif: Keep subfacets longer to avoid assert...
2012-01-05 Justin Pettitofproto-dpif: Fake-up OFPP_NONE input bundle for mirror...
2012-01-05 Justin Pettitofproto-dpif: Have lookup_input_bundle() return a bundle.
2012-01-04 Ben Pfaffofproto: Fix detection of in-use VLANs based on the...
2011-12-27 Ben Pfaffofproto-dpif: Fix bug in VLAN splinters.
2011-12-22 Ben Pfaffofproto-dpif: Flush MACs for deleted ports from every...
2011-12-19 Ben Pfaffofproto-dpif: Include datapath flow misses in flow...
2011-12-16 Ben Pfaffofproto-dpif: Fix use-after-free for OFPP_CONTROLLER...
2011-12-13 Ben Pfaffofproto-dpif: Avoid segfault for ports with bundles...
2011-11-30 Pravin B Shelarofproto-dpif: Delete un-fit flow from datapath.
2011-11-30 Pravin B Shelarofproto-dpif: Fix memory leak.
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-28 Ethan Jacksonofproto-dpif: Remove redundant commit_odp_actions(...
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-28 Ben Pfaffofproto-dpif: Process multiple batches of upcalls in...
2011-11-24 Justin Pettitmirroring: Don't require the "normal" action to perform...
2011-11-24 Justin Pettitovs-vswitchd: Track packet and byte statistics sent...
2011-11-24 Ben PfaffImplement new "VLAN splinters" feature.
2011-11-23 Ben Pfaffofproto-dpif: Separately track the initial VLAN TCI...
2011-11-23 Ben Pfaffofproto-dpif: Move ODP actions from facets to subfacets.
2011-11-23 Ben Pfaffofproto-dpif: Simplify invocation of send_packet().
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-23 Ben Pfaffofproto-dpif: Factor NetFlow active timeouts out of...
2011-11-23 Ben Pfaffofproto: Add "const" to ->rule_execute's "flow" parameter.
2011-11-23 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
2011-11-23 Ethan Jacksonofproto-dpif: Simplify commit logic.
2011-11-23 Ethan Jacksonofproto-dpif: Properly update tos and ttl fields.
2011-11-18 Ethan Jacksonofproto-dpif: Simplify output action composition.
2011-11-18 Ethan Jacksonofproto-dpif: Improperly handled OFPP_ALL action.
2011-11-18 Ethan Jacksonofproto-dpif: Enqueue incorrectly calls add_output_acti...
2011-11-18 Ethan Jacksonofproto-dpif: Consistently set NetFlow Output Interface.
2011-11-18 Ethan Jacksonofproto-dpif: Remove trailing whitespace.
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ethan Jacksonofproto: Remove dead variable.
2011-11-17 Justin Pettitofproto-dpif: Fix segfault in mirror_update_dups().
2011-11-17 Ben Pfaffofproto-dpif: Get rid of "struct dst".
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffofproto-dpif: Improve RSPAN translation performance...
2011-11-17 Ben Pfaffofproto-dpif: Make compose_mirror_dsts() harder to...
2011-11-17 Ben Pfaffofproto-dpif: Remove duplicate VLAN logic.
2011-11-17 Ben Pfaffofproto-dpif: Do not output RSPAN packets to SPAN ports.
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin Pettitofproto-dpif: Actually disable STP on port when disabli...
2011-11-02 Jesse Grossofproto-dpif: Use send_packet() instead of netdev_send().
2011-11-02 Ben Pfaffofproto: Reject invalid input ports in OFPT_PACKET_OUT...
2011-11-02 Ben Pfaffofproto: Add error code for bad role.
2011-11-02 Ben Pfaffofproto: Issue OpenFlow error for bad table IDs.
2011-11-02 Ben Pfaffofproto: Consistently log OpenFlow error replies.
2011-11-01 Ansis Attekaovs-appctl: Add fdb/flush command
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonbundle: Don't special case OFPP_LOCAL in bundle actions.
2011-10-27 Ethan Jacksonbundle: Allow OFPP_NONE in bundle actions.
2011-10-24 Ben Pfaffofproto-dpif: Fix uninitialized struct member in xlate_...
2011-10-24 Ben Pfaffofproto: Check for overlapping flows only in the target...
2011-10-24 Ben Pfaffofproto-dpif: Fix htons() that should be ntohs().
2011-10-22 Justin Pettitovs-vswitchd: Add support for 802.1D STP.
2011-10-22 Justin Pettitofproto: Add function to set OpenFlow state and update...
2011-10-22 Justin Pettitofproto: Mark 'ofproto' arg in is_mirror_output_bundle...
2011-10-22 Justin Pettitofproto: Fix comment describing ofport_modified().
2011-10-22 Justin Pettitofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-19 Ben Pfaffofproto-dpif: Increase recursion limit.
2011-10-18 Ben Pfaffofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.
2011-10-18 Pravin B Shelarofproto-dpif: Fix in-band action for sFlow.
2011-10-14 Ben Pfaffofproto-dpif: Batch interacting with the dpif on flow...
2011-10-14 Ben Pfaffofproto-dpif: Separate facet creation and action transl...
2011-10-14 Ben Pfaffofproto-dpif: Factor controller optimization out of...
2011-10-14 Ben Pfaffofproto-dpif: Break send_packet_in() into two separate...
2011-10-14 Ben Pfaffofproto-dpif: Move DHCP in-band control special case...
2011-10-14 Ben Pfaffofproto-dpif: Revalidate tagged packets, too, in facet_...
2011-10-14 Ben Pfaffofproto-dpif: Properly re-translate uninstallable facet...
2011-10-13 Ben Pfaffofproto-dpif: Avoid bad pointer dereference in execute_...
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-10-04 Justin Pettitofproto-dpif: Fix small typo in comment.
2011-10-03 Ethan Jacksonofproto-dpif: LACP registration should cause revalidation.
next