aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2011-09-16ofproto-dpif: Fix behavior when a subset of VLANs is trunked.Ben Pfaff
2011-09-13ofproto-dpif: Emit set_tunnel when required to.Ethan Jackson
2011-08-19ofproto-dpif: Delete MAC learning entries when they expire.Ben Pfaff
2011-08-10Option to forward BPDU (Ethernet control class) framesSanjay Sane
2011-08-10in-band: Delete remaining rules when disabling in-band control.Ben Pfaff
2011-08-10connmgr: Drop 'next_in_band_update' timer.Ben Pfaff
2011-07-28ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-07-28ofproto-dpif: Fix mirror configuration and deconfiguration.Ben Pfaff
2011-07-26ofproto-dpif: Restore former NORMAL action behavior when revalidating.Ben Pfaff
2011-07-26vlan-bitmap: Remove function vlan_bitmap_contains().Ben Pfaff
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