aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-28Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff
2012-03-23ofproto: Optimize internal device MTU updatePravin B Shelar
2012-03-22ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson
2012-03-21ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff
2012-03-21ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff
2012-03-21ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-15connmgr: Remove now-unused function connmgr_broadcast().Ben Pfaff
2012-03-15fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().Ben Pfaff
2012-03-15ofproto: connmgr_send_packet_in() doesn't need buffer_id and total_len.Ben Pfaff
2012-03-15connmgr: Drop 'flow' parameter from connmgr_send_packet_in().Ben Pfaff
2012-03-13ofproto: Fix internal port mtu setting.Pravin B Shelar
2012-03-13ofproto-dpif: Add comments for a few VLAN splinters functions.Ben Pfaff
2012-03-12ofproto: Fix code that keeps track of MTU.Ben Pfaff
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