ofproto: Implement OpenFlow extension to allow control over async messages.
[sliver-openvswitch.git] / ofproto / ofproto.c
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-09 Ben Pfaffofproto: Allow service controllers to become masters...
2012-02-09 Ethan Jacksoncfm: Expose detailed fault status in the database.
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2012-02-01 Ben Pfaffofproto: Move 'used' from ofproto_dpif into ofproto.
2012-02-01 Ben Pfaffofproto: Make ofproto_rule_destroy__() do nothing for...
2012-02-01 Ben Pfaffofproto: Remove unnecessary assignment from ofoperation...
2012-02-01 Ben Pfaffofproto: Implement "hidden" and "readonly" OpenFlow...
2012-02-01 Ben Pfaffofproto: Make ofproto ->construct() function initialize...
2012-02-01 Ben Pfaffofproto: Encapsulate classifier tables in new "struct...
2012-01-27 Ben Pfaffofproto: Fix typo in handle_nxt_set_packet_in_format().
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-04 Ben Pfaffofproto: Fix detection of in-use VLANs based on the...
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-12-08 Pravin B Shelarofproto: Device stats should include packets generated...
2011-11-28 Ben Pfaffofproto: Add "fast path".
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 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
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 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-24 Ben Pfaffofproto: Check for overlapping flows only in the target...
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-21 Ben PfaffImplement new fragment handling policy.
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-15 Ben Pfaffofproto: Remove dummy 'in_port' variable.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffofproto: Reinterpret meaning of OpenFlow hard timeouts...
2011-09-13 Ben Pfaffofproto: Mark some parameters 'const'.
2011-09-13 Ben Pfaffofproto: Add 'ofproto' parameter to most flow_mod funct...
2011-09-13 Ben Pfaffofproto: Avoid using list_size() to compute length...
2011-09-09 Ethan Jacksoncfm: Write remote MPIDs to the database.
2011-09-09 Ben Pfaffofproto: Document that ->rule_construct() should uninit...
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Sanjay SaneOption to forward BPDU (Ethernet control class) frames
2011-08-08 Ben Pfaffofproto: New helper macro OFPROTO_FOR_EACH_TABLE.
2011-08-08 Ben Pfaffofproto: Allow ->rule_choose_table() to be NULL regardl...
2011-08-08 Ben Pfaffofproto: Make ->construct() and ->destruct() more symme...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-14 Ben Pfaffofproto: Collect all rules for an OpenFlow request...
2011-06-14 Ben Pfaffconnmgr: New function ofconn_send_error().
2011-06-14 Ben Pfaffofproto: Better abstract flow stats encoding.
2011-06-14 Ben Pfaffofproto: Better abstract aggregate stats encoding and...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_flow_stats_request and ofp_aggregat...
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-14 Ben Pfaffofproto: Correctly fill in table_id in NXST_FLOW replies.
2011-06-07 Ben Pfaffofproto: Fix memory leak in ofproto_destroy__().
2011-05-31 Ethan Jacksonofproto: Discontinue use of netdev_monitor.
2011-05-23 Ben Pfaffofproto: Properly initialize table_id when creating...
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-19 Ethan Jacksonofproto: Fix compiler warning.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ethan Jacksonofproto: Datapath statistics accounted twice.
2011-05-16 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-16 Ben Pfaffofproto: Drop duplicate "const" in parameter declaration.
2011-05-16 Ben Pfaffofproto: Fix ofproto_send_packet() treatment of vlan_tc...
2011-05-13 Ben Pfaffofproto: Call port_modified before closing old netdev...
2011-05-12 Ben Pfaffofproto: Fix duplicate hmap_remove() in ofproto_destroy().
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Drop ofproto_rule_lookup().
2011-05-11 Ben Pfaffofproto: Fix number of reported tables in OFPT_FEATURES...
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffofproto: Remove unused coverage counters.
2011-05-11 Ben Pfaffofproto: Update some comments.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Better document the ofproto_class interface.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffofproto: Improve abstraction by using OpenFlow port...
next