aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-27ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff
2011-07-27ovs-ofctl: New --readd option for "replace-flows".Ben Pfaff
2011-07-27netlink-socket: Reduce nl_sock_recv() from 2 (or more) system calls to 1.Ben Pfaff
2011-07-27netlink-socket: Remove unused nl_sock_sendv() function.Ben Pfaff
2011-07-26debian: Move OVSDB schema and ovsdb-tool to openvswitch-switch.Ben Pfaff
2011-07-26ofproto-dpif: Restore former NORMAL action behavior when revalidating.Ben Pfaff
2011-07-26vlan-bitmap: Remove function vlan_bitmap_contains().Ben Pfaff
2011-07-26mac-learning: Fix inverted logic in is_learning_vlan().Ben Pfaff
2011-07-26datapath: Add missing targets to avoid failure on e.g. "make TAGS".Ben Pfaff
2011-07-26ofp-print: Make port "config" and "state" output easier to read.Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff
2011-07-26ovsdb: Report the number of connections for inbound Managers.Ben Pfaff
2011-07-26ovsdb-server: Reliably report status of inbound connections.Ben Pfaff
2011-07-26ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff
2011-07-26ovs-vswitchd: Make database socket command-line argument optional.Ben Pfaff
2011-07-26ovsdb-server: Make database command-line argument optional.Ben Pfaff
2011-07-26dirs: Make sysconfdir available via ovs_sysconfdir().Ben Pfaff
2011-07-26ovsdb-doc: Fix definition of .TQ macro.Ben Pfaff
2011-07-26stream-unix: Fix naming of passive Unix streams.Ben Pfaff
2011-07-26Update version to reflect this branch is for post-1.1.x development.Justin Pettit
2011-07-26debian: Fix bug from commit 211b05b5 "debian: Modernize use of dh_install."Ben Pfaff
2011-07-26nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff
2011-07-26debian: Add support for bridge compatibility.Ben Pfaff
2011-07-26ovs-vsctl: Log better warnings for duplicate ports and interfaces.Ben Pfaff
2011-07-26debian: Modernize use of dh_install.Ben Pfaff
2011-07-26utilities: Install ovs-parse-leaks utility by default.Ben Pfaff
2011-07-26ovs-ctl: Drop back to an empty database if schema conversion fails.Ben Pfaff
2011-07-26ovs-ctl: Log messages about database upgrade process.Ben Pfaff
2011-07-25rhel: Fix use of $< in ordinary Make rules.Ben Pfaff
2011-07-25ovs-parse-leaks: Fix typos in manpage.Ben Pfaff
2011-07-22mac-learning: Simplify memory management.Ethan Jackson
2011-07-22mac-learning: Use random secret in hash function.Ethan Jackson
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22util: New function log_2_floor().Ben Pfaff
2011-07-22bundle: Run bundle_check() in unit tests.Ethan Jackson
2011-07-22utilities: Add ovs-bugtool to gitignore.Ethan Jackson
2011-07-22nx-match: Whitespace cleanup.Ethan Jackson
2011-07-22INTERNALS: Describe SLB bonding.Ben Pfaff
2011-07-22ofproto-dpif: Initialize 'may_enable' at port construction time.Ben Pfaff
2011-07-22mac-learning: Convert to hmap.Ethan Jackson
2011-07-21mac-learning: Fix serious performance bug in the learning table.Ethan Jackson
2011-07-21ovs-ofctl: Use strchr() instead of strstr().Ben Pfaff
2011-07-20ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent".Ben Pfaff
2011-07-20bridge: Log a warning when QoS misconfiguration is likely.Ben Pfaff
2011-07-20bundle: Avoid GCC 4.5 warning about possibly uninitialized value.Ben Pfaff
2011-07-20bundle: Treat slave_type properly as 32-bit value.Ben Pfaff