Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / ofproto / ofproto-provider.h
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".