aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22ofproto-dpif: Initialize 'may_enable' at port construction time.Ben Pfaff
2011-07-20ofproto-dpif: Implement OFPAT_SET_NW_TOS.Ben Pfaff
2011-07-20ofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.Ben Pfaff
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-19ofproto-dpif: Store bonding enabled flag on ofport.Ethan Jackson
2011-07-19ofproto: Don't commit modifiers on OFPP_NONE outputs.Ethan Jackson
2011-07-18ofproto-dpif: Do not mirror L2 multicast switch protocols to VLANs.Ben Pfaff
2011-07-01ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit
2011-07-01connmgr: Free controller info in the same module where it's allocated.Andrew Evans
2011-07-01bridge: Update controller connection status correctly.Andrew Evans
2011-06-30ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-30ofproto: Simplify bucket finding in facet_max_idle()Simon Horman
2011-06-30ofproto: Fix typo in documentation.Ben Pfaff
2011-06-15ofproto: Rename ofproto-sflow.[ch] to ofproto-dpif-sflow.[ch].Justin Pettit
2011-06-15ofproto-dpif: Remove obsolete comment.Ethan Jackson
2011-06-15ofproto: Improve description of port dump functions.Ben Pfaff
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14ofproto: Implement asynchronous OFPT_FLOW_MOD commands.Ben Pfaff
2011-06-14ofproto: Collect all rules for an OpenFlow request before acting on any.Ben Pfaff
2011-06-14connmgr: New function ofconn_send_error().Ben Pfaff
2011-06-14ofproto: Better abstract flow stats encoding.Ben Pfaff
2011-06-14ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.Ben Pfaff
2011-06-14openflow: Merge ofp_flow_stats_request and ofp_aggregate_stats_request.Ben Pfaff
2011-06-14openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff
2011-06-14ofproto: Correctly fill in table_id in NXST_FLOW replies.Ben Pfaff
2011-06-10ofproto: Correct comment describing set_netflow().Justin Pettit
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-07ofproto: Fix memory leak in ofproto_destroy__().Ben Pfaff
2011-06-01ofproto: Optimize datapath actions.Ethan Jackson
2011-06-01ofproto: Enqueue improperly resets priority.Ethan Jackson
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-31ofproto: Discontinue use of netdev_monitor.Ethan Jackson
2011-05-26in-band: Avoid "cast increases required alignment of target type" warning.Ben Pfaff
2011-05-24cfm: Require 'name' field for 'cfm' objects.Ethan Jackson
2011-05-24ofproto: Fix possible core dump during flow revalidation.Ethan Jackson
2011-05-24ofproto-dpif: Fix statistics busted by bad merge.Ben Pfaff
2011-05-23ofproto: Properly initialize table_id when creating rules.Ben Pfaff
2011-05-20bond: Use CFM for slave status.Ethan Jackson
2011-05-20cfm: Remove packet definition from CFM header file.Ethan Jackson
2011-05-20cfm: Cleanup CFM module interface.Ethan Jackson
2011-05-20cfm: Remove Maintenance_Point and Monitor tables.Ethan Jackson
2011-05-20cfm: No longer allow configuration of ma_name and md_name.Ethan Jackson
2011-05-20cfm: Migrate cfm/show unixctl command to CFM module.Ethan Jackson
2011-05-19ofproto: Fix compiler warning.Ethan Jackson
2011-05-19ofproto-dpif: Fix bond accounting.Ben Pfaff