aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-07cfm: Fix broken fault logic.v1.1.0Ethan Jackson
2011-04-07bridge: Run once before configuring CFM.Ethan Jackson
2011-04-06Release Open vSwitch 1.1.0Justin Pettit
2011-04-06Update top-level documentation to bring it up to date with latest features.Ben Pfaff
2011-04-05dpif-linux: Choose port numbers more prudently.Ethan Jackson
2011-04-05xenserver: Fix up iface-id after it changes or disappears too.Ben Pfaff
2011-04-01ovsdb-server: Avoid intermittent test failures due to lockfile log message.Ben Pfaff
2011-04-01cfm: Allow time for CCM reception after cfm_configure();Ethan Jackson
2011-04-01cfm: cfm_configure() only update when necessary.Ethan Jackson
2011-03-31ovsdb: Truncate bad transactions from database log.Ben Pfaff
2011-03-31ovsdb: Check that ovsdb-server truncates corrupted database logs.Ben Pfaff
2011-03-31ovsdb: Raise database corruption log level from warning to error.Ben Pfaff
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-31ovsdb-types: Fix bug in ovsdb_base_type_is_ref().Ben Pfaff
2011-03-31ovs-brcompatd: Convert svecs to ssets.Ben Pfaff
2011-03-31bridge: Convert svecs to ssets.Ben Pfaff
2011-03-31ovs-openflowd: Use sset in place of svec.Ben Pfaff
2011-03-31ofproto: Change string sets in interface from svec to sset.Ben Pfaff
2011-03-31ovsdb-parser: Use sset instead of svec for detecting unused members.Ben Pfaff
2011-03-31netdev: Use sset instead of svec in netdev interface.Ben Pfaff
2011-03-31dpif: Use sset instead of svec in dpif interface.Ben Pfaff
2011-03-31Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff
2011-03-31sset: New data type for a set of strings.Ben Pfaff
2011-03-31learning-switch: Remove dead assignment.Ethan Jackson
2011-03-31ovs-ofctl: Remove dead assignment.Ethan Jackson
2011-03-31netdev-linux: Remove dead assignments.Ethan Jackson
2011-03-31ofproto: Use new timer library.Ethan Jackson
2011-03-31cfm: Use new timer library.Ethan Jackson
2011-03-31lacp: Use new timer library.Ethan Jackson
2011-03-31lib: Create new timer library.Ethan Jackson
2011-03-31cfm: Fix appctl negative report.Ethan Jackson
2011-03-31bridge: Destroy ofproto before deleting dpif.Ben Pfaff
2011-03-31connmgr: Fix wild pointer dereference in connmgr_broadcast().Ben Pfaff
2011-03-31ofproto: Fix order of destruction in ofproto_destroy().Ben Pfaff
2011-03-31datapath: Update for changes in 2.6.39-rc1Simon Horman
2011-03-30ofpbuf: Make ofpbufs initialized with ofpbuf_use_stack() not expandable.Ben Pfaff
2011-03-30odp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct odputil_keybuf.Ben Pfaff
2011-03-30datapath: Fix mysterious GRE-over-IPSEC problems.Ben Pfaff
2011-03-30mac-learning: Fix mac_entry_is_grat_arp_locked().Ben Pfaff
2011-03-30ofproto: Get rid of send_port_status() trivial wrapper function.Ben Pfaff
2011-03-30ofp-util: Remove flow_stats_iterator, flows_stats_first(), flow_stats_next()Ben Pfaff
2011-03-30timeval: Only log poll intervals longer than 50 ms.Ben Pfaff
2011-03-30AUTHORS: Add Gaetano Catalli <gaetano.catalli@gmail.com>.Ben Pfaff
2011-03-30Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli
2011-03-29ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff
2011-03-29ofproto: New function ofconn_pktbuf_retrieve().Ben Pfaff
2011-03-29ofproto: Add functions to get and set ofconn type and role.Ben Pfaff
2011-03-29ofproto: Add ofconn_get_miss_send_len(), ofconn_set_miss_send_len().Ben Pfaff
2011-03-29ofproto: Add ofconn_get_flow_format(), ofconn_set_flow_format().Ben Pfaff
2011-03-29ofproto: Use ofconn_send_reply() for sending OpenFlow replies.Ben Pfaff