Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / ofproto / ofproto.c
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-27 Ben Pfaffofproto: Report nonexistent ports and queues as errors...
2012-06-26 Mehak MahajanSetting miss_send_len on receiving NXT_SET_ASYNC_CONFIG...
2012-06-21 Ben Pfaffofproto: Periodically log a summary of flow table changes.
2012-06-14 Ben Pfaffofproto: Remove member whose value is always -1 from...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-11 Ben Pfaffofproto: Update comment.
2012-06-07 Ethan Jacksonofproto: Fix use after free in ofoperation_complete().
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-14 Ben Pfaffofproto: Remove write-only variable.
2012-05-09 Ben Pfaffofproto: Don't limit flows in OpenFlow tables by default.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-02 Justin Pettitofproto: Rate-limit STP status errors on non-existent...
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2012-03-23 Pravin B Shelarofproto: Optimize internal device MTU update
2012-03-13 Pravin B Shelarofproto: Fix internal port mtu setting.
2012-03-12 Ben Pfaffofproto: Fix code that keeps track of MTU.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
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.
next