aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-02stream: Fix uninitialized values in stream_init().Ben Pfaff
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-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-11-01ovs-appctl: Add fdb/flush commandAnsis Atteka
2011-11-01packaging: dpkg --purge command fails on Ubuntu 11.04Ansis Atteka
2011-11-01openvswitch.h: Add missing words in comment.Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-11-01AUTHORS: Add Edward Tomasz Napierała.Ben Pfaff
2011-11-01Fix build on FreeBSD.Edward Tomasz Napierała
2011-10-31netdev-vport: Again allow "tap" devices to be added to bridges.Ben Pfaff
2011-10-31ofproto: Add OFPC_QUEUE_STATS to switch feature reply.Ben Pfaff
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27bundle: Parsing bug when using bracketed syntax.Ethan Jackson
2011-10-27nicira-ext: Fix stale documentation in the bundle action.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-27ofp-print: Pretty-print payloads in all error messages, except "hello"s.Ben Pfaff
2011-10-27ovsdb-idl: Don't even try to modify synthetic rows, instead of segfaulting.Ben Pfaff
2011-10-27Fix manpage-check on RHEL 5.Ben Pfaff
2011-10-26tests: Fix intermittent failure in ovs-monitor-ipsec test.Jesse Gross
2011-10-26Improve manpage checking rule.Ben Pfaff
2011-10-26Implement automatic dependency generation for manpages.Ben Pfaff
2011-10-26Move soexpand.pl into build-aux and make it non-executable.Ben Pfaff
2011-10-26vswitch: Don't update STP on synthetic ports.Ethan Jackson
2011-10-25Prepare for post-1.3.0 (1.3.90).Justin Pettit
2011-10-25Declare the version as "1.3.0".Justin Pettit
2011-10-25datapath: Improve <linux/openvswitch.h> comments.Ben Pfaff
2011-10-25debian: Start ovs-monitor-ipsec after ovsdb running.Justin Pettit
2011-10-24datapath: Fully parenthesize ACTION macro.Ben Pfaff
2011-10-24datapath: Fix wrong indentation.Ben Pfaff
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-24ovs-dpctl: Add new "set-if" command.Ben Pfaff
2011-10-24datapath: Disallow unknown attributes on OVS_ACTION_ATTR_SAMPLE action.Ben Pfaff
2011-10-24ofproto-dpif: Fix uninitialized struct member in xlate_actions().Ben Pfaff
2011-10-24test-openflowd: Remove.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-24ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.Ben Pfaff
2011-10-24ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.Ben Pfaff
2011-10-24DESIGN: Document multiple table support.Ben Pfaff
2011-10-24ovs-bugtool: Improve how Open vSwitch log files are saved.Ben Pfaff
2011-10-23datapath: Cleanup openvswitch.h formatting.Jesse Gross
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
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