ofproto: Implement OpenFlow 1.3 meter table.
[sliver-openvswitch.git] / ofproto / ofproto-provider.h
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-18 Jarno Rajahalmeofproto: Index flows by cookie.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-05-30 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-04-22 Romain LengletImplement IPFIX export
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2012-12-26 Ben Pfaffofproto: Use NULL "desc" values to indicate defaults.
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-02 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Justin Pettitofproto-dpif: Use a single underlying datapath across...
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin Pettitofproto: Add initialization function.
2012-11-02 Justin PettitAllow the OpenFlow port to be requested for a port.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffofproto: Move ofpacts_check() calls from ofproto-dpif...
2012-09-04 Ben Pfaffofproto: Move 'max_ports' from ofproto-dpif.c to ofproto.c.
2012-08-13 Ethan Jacksoncfm: Expose remote CFM opstate in the database.
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-21 Ben Pfaffofproto: Periodically log a summary of flow table changes.
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
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-28 Ben PfaffRearrange structures to better fit valgrind's memory...
2012-03-23 Pravin B Shelarofproto: Optimize internal device MTU update
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ethan Jacksoncfm: Expose detailed fault status in the database.
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: 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-12 Ben PfaffBetter abstract OpenFlow error codes.
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 Ben Pfaffofproto: Add "const" to ->rule_execute's "flow" parameter.
2011-11-23 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
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-21 Ben PfaffImplement new fragment handling policy.
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffofproto: Reinterpret meaning of OpenFlow hard timeouts...
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-09-09 Ben Pfaffofproto: Fix documentation for calls to ->rule_destruct().
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-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".