summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update top-level documentation to bring it up to date with latest features.Ben Pfaff2011-04-064-20/+34
* dpif-linux: Choose port numbers more prudently.Ethan Jackson2011-04-051-5/+58
* xenserver: Fix up iface-id after it changes or disappears too.Ben Pfaff2011-04-051-2/+8
* ovsdb-server: Avoid intermittent test failures due to lockfile log message.Ben Pfaff2011-04-011-3/+3
* cfm: Allow time for CCM reception after cfm_configure();Ethan Jackson2011-04-011-14/+17
* cfm: cfm_configure() only update when necessary.Ethan Jackson2011-04-011-7/+12
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-03-314-3/+77
* ovsdb: Check that ovsdb-server truncates corrupted database logs.Ben Pfaff2011-03-311-0/+47
* ovsdb: Raise database corruption log level from warning to error.Ben Pfaff2011-03-311-1/+1
* ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff2011-03-314-32/+107
* ovsdb-types: Fix bug in ovsdb_base_type_is_ref().Ben Pfaff2011-03-311-2/+2
* ovs-brcompatd: Convert svecs to ssets.Ben Pfaff2011-03-311-30/+24
* bridge: Convert svecs to ssets.Ben Pfaff2011-03-311-6/+5
* ovs-openflowd: Use sset in place of svec.Ben Pfaff2011-03-313-49/+46
* ofproto: Change string sets in interface from svec to sset.Ben Pfaff2011-03-3111-65/+75
* ovsdb-parser: Use sset instead of svec for detecting unused members.Ben Pfaff2011-03-312-11/+9
* netdev: Use sset instead of svec in netdev interface.Ben Pfaff2011-03-314-31/+30
* dpif: Use sset instead of svec in dpif interface.Ben Pfaff2011-03-316-49/+46
* Convert shash users that don't use the 'data' value to sset instead.Ben Pfaff2011-03-317-116/+109
* sset: New data type for a set of strings.Ben Pfaff2011-03-313-0/+343
* learning-switch: Remove dead assignment.Ethan Jackson2011-03-311-2/+0
* ovs-ofctl: Remove dead assignment.Ethan Jackson2011-03-311-2/+0
* netdev-linux: Remove dead assignments.Ethan Jackson2011-03-311-10/+4
* ofproto: Use new timer library.Ethan Jackson2011-03-311-6/+7
* cfm: Use new timer library.Ethan Jackson2011-03-311-18/+23
* lacp: Use new timer library.Ethan Jackson2011-03-311-15/+15
* lib: Create new timer library.Ethan Jackson2011-03-313-0/+123
* cfm: Fix appctl negative report.Ethan Jackson2011-03-311-2/+5
* bridge: Destroy ofproto before deleting dpif.Ben Pfaff2011-03-311-1/+1
* connmgr: Fix wild pointer dereference in connmgr_broadcast().Ben Pfaff2011-03-311-1/+1
* ofproto: Fix order of destruction in ofproto_destroy().Ben Pfaff2011-03-311-3/+1
* datapath: Update for changes in 2.6.39-rc1Simon Horman2011-03-311-0/+11
* ofpbuf: Make ofpbufs initialized with ofpbuf_use_stack() not expandable.Ben Pfaff2011-03-304-15/+5
* odp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct odputil_keybuf.Ben Pfaff2011-03-303-14/+15
* datapath: Fix mysterious GRE-over-IPSEC problems.Ben Pfaff2011-03-301-3/+6
* mac-learning: Fix mac_entry_is_grat_arp_locked().Ben Pfaff2011-03-301-1/+1
* ofproto: Get rid of send_port_status() trivial wrapper function.Ben Pfaff2011-03-301-11/+5
* ofp-util: Remove flow_stats_iterator, flows_stats_first(), flow_stats_next()Ben Pfaff2011-03-302-52/+0
* timeval: Only log poll intervals longer than 50 ms.Ben Pfaff2011-03-301-3/+4
* AUTHORS: Add Gaetano Catalli <gaetano.catalli@gmail.com>.Ben Pfaff2011-03-301-0/+1
* Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli2011-03-302-0/+3
* ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff2011-03-298-1130/+1529
* ofproto: New function ofconn_pktbuf_retrieve().Ben Pfaff2011-03-291-5/+16
* ofproto: Add functions to get and set ofconn type and role.Ben Pfaff2011-03-291-13/+40
* ofproto: Add ofconn_get_miss_send_len(), ofconn_set_miss_send_len().Ben Pfaff2011-03-291-2/+16
* ofproto: Add ofconn_get_flow_format(), ofconn_set_flow_format().Ben Pfaff2011-03-291-7/+24
* ofproto: Use ofconn_send_reply() for sending OpenFlow replies.Ben Pfaff2011-03-291-23/+31
* ofproto: Introduce ofconn_get_ofproto() accessor function.Ben Pfaff2011-03-291-25/+45
* ofproto: Move hton_ofp_phy_port() to ofp-util.Ben Pfaff2011-03-293-13/+15
* ofproto: Break packet_in encoding out of ofproto into ofp-util.Ben Pfaff2011-03-293-39/+78