aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11configure: Pass correct -target option to "cgcc" in the common case.Ben Pfaff
2011-07-08INSTALL.bridge: Fix suggested ovs-brcompatd invocation.Ben Pfaff
2011-07-08ovsdb: Remove useless "return;" in ovsdb_jsonrpc_session_get_status().Ben Pfaff
2011-07-08packets: Remove unneeded !! from eth_addr_is_local().Ben Pfaff
2011-07-08vconn-stream: Always call the stream's run function from vconn_stream_run().Ben Pfaff
2011-07-07ovsdb-tool: Put version number in comment when compacting or converting.Ben Pfaff
2011-07-06ovsdb: Fix segfault in ovsdb_file_txn_row_from_json().Ben Pfaff
2011-07-06ovs-ctl: Fix indentation of some headings.Ben Pfaff
2011-07-06python: Make invalid UTF-8 sequence messages consistent across Python versions.Ben Pfaff
2011-07-06debian: Remove obsolete reference to var/log/core.Ben Pfaff
2011-07-01ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit
2011-07-01PORTING: Add some minor clarifications.Justin Pettit
2011-07-01ovs-ofctl: Document "in_port" action in man page.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-07-01bridge: Fix null pointer dereference.Ben Pfaff
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
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-30classifier: Print ARP opcode as "arp_op" instead of "opcode".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-29xenserver: Restart HA daemon after force-reload-kmod.Ben Pfaff
2011-06-29ovs-ctl: Fix ovs-dpctl invocation.Ben Pfaff
2011-06-29bond: Drop packets on slaves disabled by LACP.Ethan Jackson
2011-06-29datapath: Support Linux 3.0Simon Horman
2011-06-28utilities: Update gitignore.Ethan Jackson
2011-06-28ofp-parse: Fix invalid memory use.Ethan Jackson
2011-06-28bridge: Populate interface status/statistics as soon as a port is added.Andrew Evans
2011-06-27bond: Drop packets on backup slaves.Ethan Jackson
2011-06-24datapath: Rename linux-2.6 and compat-2.6 directories.Jesse Gross
2011-06-24ovsdb: Synchronize comments and code in ovsdb_file_commit().Ben Pfaff
2011-06-23Debian: set source format to 3.0 (quilt)Simon Horman
2011-06-23datapath: Add missing header.Jesse Gross
2011-06-23ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff
2011-06-23ovs-ctl: Use iptables -n -L instead of -S for compatibility.Ben Pfaff
2011-06-23ovs-ctl: Fix incorrect error message.Ben Pfaff
2011-06-22xenserver: Update all external_ids in tap interfaces.Ethan Jackson
2011-06-22configure: Fix typo in user message.Ben Pfaff
2011-06-22configure: Fix --with-linux when environment contains KSRC.Ben Pfaff
2011-06-22configure: Do not reject Linux 3.0 at configure time.Ben Pfaff
2011-06-22configure: Change --with-l26 to --with-linux.Ben Pfaff
2011-06-22configure: Remove "26" from Linux variable names.Ben Pfaff
2011-06-22configure: Fix typo in variable name.Ben Pfaff
2011-06-22debian: Avoid implying that Linux 2.6.9 is supported.Ben Pfaff
2011-06-22ovsdb: Fix memory leak in transaction.Ben Pfaff
2011-06-22vswitch.xml: Use new <ref key> attribute where appropriate.Andrew Evans
2011-06-21Avoid inserting duplicate iptables rules when restarting vswitch.Ben Pfaff
2011-06-21ovs-ctl: Clean up temporary file used for force-reload-kmod.Ben Pfaff