aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2011-11-17ofproto-dpif: Improve RSPAN translation performance from O(n**2) to O(n).Ben Pfaff
2011-11-17ofproto-dpif: Make compose_mirror_dsts() harder to screw up.Ben Pfaff
2011-11-17ofproto-dpif: Remove duplicate VLAN logic.Ben Pfaff
2011-11-17ofproto-dpif: Do not output RSPAN packets to SPAN ports.Ben Pfaff
2011-11-15ofproto: Disable STP when unregistering a port.Justin Pettit
2011-11-15stp: Track BPDU tx and rx counts.Justin Pettit
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-08ofproto-dpif: Actually disable STP on port when disabling STP on port.Justin Pettit
2011-11-02ofproto-dpif: Use send_packet() instead of netdev_send().Jesse Gross
2011-11-02ofproto: Reject invalid input ports in OFPT_PACKET_OUT requests.Ben Pfaff
2011-11-02ofproto: Add error code for bad role.Ben Pfaff
2011-11-02ofproto: Issue OpenFlow error for bad table IDs.Ben Pfaff
2011-11-02ofproto: Consistently log OpenFlow error replies.Ben Pfaff
2011-11-01ovs-appctl: Add fdb/flush commandAnsis Atteka
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-31ofproto: Add OFPC_QUEUE_STATS to switch feature reply.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27bundle: Don't special case OFPP_LOCAL in bundle actions.Ethan Jackson
2011-10-27bundle: Allow OFPP_NONE in bundle actions.Ethan Jackson
2011-10-24ofproto-dpif: Fix uninitialized struct member in xlate_actions().Ben Pfaff
2011-10-24ofproto: Check for overlapping flows only in the target table.Ben Pfaff
2011-10-24ofproto-dpif: Fix htons() that should be ntohs().Ben Pfaff
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22ofproto: Add function to set OpenFlow state and update controller.Justin Pettit
2011-10-22ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.Justin Pettit
2011-10-22ofproto: Fix comment describing ofport_modified().Justin Pettit
2011-10-22ofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-19ofproto-dpif: Increase recursion limit.Ben Pfaff
2011-10-18ofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.Ben Pfaff
2011-10-18ofproto-dpif: Fix in-band action for sFlow.Pravin B Shelar
2011-10-14ofproto-dpif: Batch interacting with the dpif on flow miss operations.Ben Pfaff
2011-10-14ofproto-dpif: Separate facet creation and action translation.Ben Pfaff
2011-10-14ofproto-dpif: Factor controller optimization out of execute_odp_actions().Ben Pfaff
2011-10-14ofproto-dpif: Break send_packet_in() into two separate functions.Ben Pfaff
2011-10-14ofproto-dpif: Move DHCP in-band control special case into xlate_actions().Ben Pfaff
2011-10-14ofproto-dpif: Revalidate tagged packets, too, in facet_lookup_valid().Ben Pfaff
2011-10-14ofproto-dpif: Properly re-translate uninstallable facets in rule_execute().Ben Pfaff
2011-10-13ofproto-dpif: Avoid bad pointer dereference in execute_odp_actions().Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff