Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / ofproto /
2010-12-07 Ben Pfaffofp-util: New abstractions for flow_mod, flow_stats_req...
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-06 Ben Pfaffpinsched: Use hmap instead of port_array.
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffofproto: Fix typo in comment.
2010-11-29 Ethan Jacksonofproto: set up helpful flow pointers for odp miss...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-15 Ben Pfaffofproto: Fix typo in comment.
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-15 Ben Pfaffofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_T...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-12 Ben Pfaffofproto: Simplify rule_insert().
2010-11-12 Ben Pfaffofproto: Don't bother returning value from facet_make_a...
2010-11-12 Ben Pfaffofproto: Fix accounting in facet_revalidate().
2010-11-12 Ben Pfaffofproto: Break subrules out of "struct rule" into new...
2010-11-11 Ben Pfaffofproto: Avoid clearing NetFlow stats twice upon rule...
2010-11-11 Ben Pfaffofproto: Make xlate_actions() initialize '*tags' itself.
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-11 Ben Pfaffofproto: Fix used time of revalidated subrules.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-10 Ben Pfaffofproto: Fix use of uninitialized variable.
2010-11-10 Ben Pfaffofproto: Factor out code from do_xlate_actions() into...
2010-11-10 Ben Pfaffofp-util: Make validate_actions() take a struct flow *.
2010-11-10 Ben Pfaffofproto: Refactor handle_packet_out().
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-10 Ben Pfaffofproto: Fix type of 'out_port' parameter to query_aggr...
2010-11-10 Ben Pfaffofproto: Rename *_stats_reply() functions for clarity.
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-08 Ben Pfaffclassifier: Move in-band set_<field>() functions public...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-08 Ben Pfaffofproto: Refactor handle_flow_mod().
2010-11-05 Ben Pfaffofproto: Refactor handle_aggregate_stats_request().
2010-11-05 Ben Pfaffofproto: Generalize reject_slave_controller().
2010-11-05 Ben Pfaffofproto: Factor flow duration calculation into new...
2010-11-05 Ben Pfaffofproto: Get rid of redundant ofproto parameters in...
2010-11-05 Ben Pfaffofproto: Make flow format specific to an OpenFlow conne...
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben Pfaffin-band: Make in_band_create() always initialize its...
2010-11-05 Ben Pfaffofproto: Improve comment in send_flow_removed().
2010-11-05 Ben Pfaffofproto: Simplify send_flow_removed().
2010-11-05 Ben Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-11-03 Ben Pfaffofproto: Don't show separate wildcard and exact-match...
2010-10-29 Ben Pfaffclassifier: Change classifier_rule_overlaps() to take...
2010-10-29 Ben Pfaffclassifier: Change classifier_find_rule_exactly() to...
2010-10-29 Ben Pfaffclassifier: Merge classifier_lookup_wild(), classifier_...
2010-10-29 Ben Pfaffclassifier: Remove classifier_insert_exact().
2010-10-29 Ben Pfaffofproto: Use ovs_be<N> types in appropriate places.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-29 Ben Pfaffofproto: Fix memory leak in handle_packet_out().
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-26 Justin Pettitofproto: Add coverage counter for reinit_ports()
2010-10-26 Justin Pettitofproto: Print "drop" action when dumping hidden flows
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-14 Ethan Jacksonvswitchd: Bubble no-flood configuration up to bridge
2010-10-14 Ben Pfaffofproto: Fix implementation of OFPP_FLOOD.
2010-10-12 Justin Pettitnetflow: Back-out optimization that could lead to infin...
2010-10-12 Justin Pettitofproto: Update flow context for resubmit on VLAN actions
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-11 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-11 Ben Pfaffofproto: Get rid of port_changed_cb.
2010-10-11 Ben Pfaffvswitchd: Support changing the type of a bridge port.
2010-10-07 Ben Pfaffofproto: Drop flows from datapath more quickly under...
2010-10-07 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-10-07 Ben Pfaffofproto: Iterate through exact-match rules first during...
2010-10-07 Ben Pfaffofproto: Drop unneeded poll_immediate_wake().
2010-10-07 Ben Pfaffofproto: Fix effective memory leak for uninstallable...
2010-10-07 Ben Pfaffofproto: Factor conditional out of loop in send_flow_re...
2010-10-06 Ben Pfaffofproto: Group functions related to flow expiration...
2010-10-06 Ben Pfaffofproto: Avoid wasting memory malloc()'ing empty action...
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffnetflow: Avoid (theoretically) looping 2**32 times.
2010-10-01 Ben Pfaffnetflow: Do 64-bit division less often.
2010-10-01 Ben Pfaffofproto: Only dump queue statistics if the queue really...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffofproto: Use hash table instead of sparse array for...
2010-10-01 Ben Pfaffsflow: Use hash table instead of sparse array for sflow...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-01 Ben Pfaffofproto: Get enough headroom in fail-open when connecte...
2010-09-01 Ben Pfaffofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_wi...
2010-09-01 Justin Pettitnetflow: Send multiple records for byte counts > UINT32_MAX
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER...
2010-08-27 Ben Pfaffofproto: Avoid user->kernel->user round-trip for many...
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-13 Ben Pfaffodp-util: Avoid branch in odp_actions_add().
2010-08-13 Ben Pfaffofproto: Add support for NXAST_RESUBMIT recursion.
next