aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-03-08ofproto-dpif: Log traces when resubmit depth is exceeded.Ethan Jackson
2012-03-07lacp: Notify LACP module when carrier changes.Ethan Jackson
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-07Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-03-02connmgr: Make "enable-async-messages" work for primary controllers too.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-20ofproto: Print odp actions during traces.Ethan Jackson
2012-02-27ofproto-dpif: Allow OpenFlow rules that have facets to expire.Ben Pfaff
2012-02-19ofproto-dpif: Cleanup STP on ports when disabled on their bridge.Ethan Jackson
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09vswitchd: Add "enable-async-messages" setting for controllers.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-09connmgr: Do not persist OpenFlow settings from one session to another.Ben Pfaff
2012-02-09ofproto: Allow service controllers to become masters and slaves.Ben Pfaff
2012-02-08cfm: Expose detailed fault status in the database.Ethan Jackson
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07ofproto-dpif: Update last-used time of initial rule in handle_flow_miss().Ben Pfaff
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2012-02-01ofproto-dpif: Track the rule being translated during flow translation.Ben Pfaff
2012-02-01ofproto: Move 'used' from ofproto_dpif into ofproto.Ben Pfaff
2012-02-01ofproto: Make ofproto_rule_destroy__() do nothing for a null argument.Ben Pfaff
2012-02-01ofproto: Remove unnecessary assignment from ofoperation_complete().Ben Pfaff
2012-02-01ofproto: Implement "hidden" and "readonly" OpenFlow tables.Ben Pfaff
2012-02-01ofproto: Make ofproto ->construct() function initialize tables.Ben Pfaff
2012-02-01ofproto: Encapsulate classifier tables in new "struct oftable".Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-02-01Add a few 'const's.Ben Pfaff
2012-01-30ofproto-dpif: Fix use-after-free error in handle_miss_upcalls().Ben Pfaff
2012-01-26ofproto: Fix typo in handle_nxt_set_packet_in_format().Ben Pfaff
2012-01-25stp: Flush MAC table on topology change.Ethan Jackson
2012-01-25mac-learning: Only revalidate relevant flows upon flush.Ethan Jackson
2012-01-24ofproto: Optionally flush all learning tables with appctl.Ethan Jackson
2012-01-23ofproto-dpif: Revalidate flows after "fdb/flush".Ben Pfaff
2012-01-23ofproto-dpif: Rate-limit all messages output by facet_check_consistency().Ben Pfaff
2012-01-23lacp: Require successful LACP negotiations when configured.Ethan Jackson
2012-01-19ofproto-dpif: Fix "ofproto/trace" command.Ben Pfaff
2012-01-16dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff
2012-01-16ofproto-dpif: Restore optimization for no-actions case (without leak).Ben Pfaff
2012-01-16ofproto-dpif: Implement self-check of flow translations.Ben Pfaff
2012-01-16ofproto-dpif: Remove many redundant "struct ofproto_dpif *" parameters.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff