summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare Open vSwitch 1.2.0 release.v1.2.0Justin Pettit2011-08-033-2/+49
* Update ChangeLog to reflect changes since 1.1.0.Justin Pettit2011-08-031-9/+22
* vlog: Move log level definitions from source code to user documentation.Ben Pfaff2011-08-013-22/+33
* vlog: Add a new log level "off".Ben Pfaff2011-08-0117-52/+58
* debian: Fix path for ovsdb-server in init script.Justin Pettit2011-08-011-1/+1
* datapath: Backport flex_arrays.Jesse Gross2011-07-285-0/+491
* datapath: Don't pass __GFP_ZERO to kmalloc on older kernels.Jesse Gross2011-07-281-0/+17
* datapath: Backport reciprocal division.Jesse Gross2011-07-284-0/+52
* ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson2011-07-282-41/+42
* nx-match: Shorten line length to 79 characters.Ethan Jackson2011-07-281-30/+30
* ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman2011-07-286-7/+63
* Datapath action should not refer to controllerpravin shelar2011-07-288-26/+27
* git: Update gitignore in tests and utilities.Ethan Jackson2011-07-282-0/+3
* ofproto-dpif: Fix mirror configuration and deconfiguration.Ben Pfaff2011-07-281-0/+1
* vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.Ben Pfaff2011-07-281-1/+1
* xenserver: Fix typo in spec file.Ethan Jackson2011-07-271-1/+1
* Remove spurious blank line.Ben Pfaff2011-07-271-1/+0
* ovs-benchmark: New utility.Ben Pfaff2011-07-277-0/+834
* socket-util: New function lookup_hostname().Ben Pfaff2011-07-272-0/+35
* socket-util: Factor inet_parse_passive() out of inet_open_passive().Ben Pfaff2011-07-272-48/+70
* ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff2011-07-272-4/+29
* ovs-ofctl: New --readd option for "replace-flows".Ben Pfaff2011-07-274-2/+23
* netlink-socket: Reduce nl_sock_recv() from 2 (or more) system calls to 1.Ben Pfaff2011-07-271-55/+50
* netlink-socket: Remove unused nl_sock_sendv() function.Ben Pfaff2011-07-272-36/+0
* debian: Move OVSDB schema and ovsdb-tool to openvswitch-switch.Ben Pfaff2011-07-262-2/+2
* ofproto-dpif: Restore former NORMAL action behavior when revalidating.Ben Pfaff2011-07-261-8/+4
* vlan-bitmap: Remove function vlan_bitmap_contains().Ben Pfaff2011-07-262-11/+5
* mac-learning: Fix inverted logic in is_learning_vlan().Ben Pfaff2011-07-261-1/+1
* datapath: Add missing targets to avoid failure on e.g. "make TAGS".Ben Pfaff2011-07-261-3/+22
* ofp-print: Make port "config" and "state" output easier to read.Ben Pfaff2011-07-263-62/+143
* vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff2011-07-264-15/+233
* ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff2011-07-2613-12/+576
* ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff2011-07-267-45/+137
* ovsdb: Report the number of connections for inbound Managers.Ben Pfaff2011-07-264-0/+24
* ovsdb-server: Reliably report status of inbound connections.Ben Pfaff2011-07-263-64/+45
* ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff2011-07-263-97/+195
* ovs-vswitchd: Make database socket command-line argument optional.Ben Pfaff2011-07-263-18/+24
* ovsdb-server: Make database command-line argument optional.Ben Pfaff2011-07-263-16/+23
* dirs: Make sysconfdir available via ovs_sysconfdir().Ben Pfaff2011-07-263-2/+11
* ovsdb-doc: Fix definition of .TQ macro.Ben Pfaff2011-07-261-1/+2
* stream-unix: Fix naming of passive Unix streams.Ben Pfaff2011-07-261-2/+2
* Update version to reflect this branch is for post-1.1.x development.Justin Pettit2011-07-261-1/+1
* debian: Fix bug from commit 211b05b5 "debian: Modernize use of dh_install."Ben Pfaff2011-07-262-2/+3
* nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff2011-07-263-17/+50
* debian: Add support for bridge compatibility.Ben Pfaff2011-07-2610-35/+158
* ovs-vsctl: Log better warnings for duplicate ports and interfaces.Ben Pfaff2011-07-261-8/+28
* debian: Modernize use of dh_install.Ben Pfaff2011-07-267-25/+27
* utilities: Install ovs-parse-leaks utility by default.Ben Pfaff2011-07-263-2/+4
* ovs-ctl: Drop back to an empty database if schema conversion fails.Ben Pfaff2011-07-261-5/+17
* ovs-ctl: Log messages about database upgrade process.Ben Pfaff2011-07-261-3/+4