summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wdp-xflow: Remove wx structure from global list when closing.wdpBen Pfaff2011-03-031-0/+1
* vswitchd: Use wdp instead of xfif interface from bridge code.Ben Pfaff2011-02-053-56/+53
* wdp-xflow: Always report an up-to-date port list in wx_port_list().Ben Pfaff2011-02-021-19/+53
* vswitchd: Use wdp functions instead of xfif ones for enumerating bridges.Ben Pfaff2011-01-271-18/+19
* ofp-util: Use our usual variable naming convention in make_ofp_error_msg().Ben Pfaff2010-11-041-6/+6
* ofp-util: Actually map vendor codes to IDs correctly.Ben Pfaff2010-11-041-0/+2
* ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant.Ben Pfaff2010-11-041-1/+1
* Fix typos in comments.Ben Pfaff2010-11-042-5/+10
* Merge remote branch 'origin/master' into HEADBen Pfaff2010-10-062-5/+4
|\
| * datapath: Force our include directory to be first.Jesse Gross2010-10-051-2/+1
| * xenserver: ovs-external-ids log to file instead of syslogEthan Jackson2010-10-051-3/+3
* | Merge "master" into "wdp".Ben Pfaff2010-10-06151-1792/+6270
|\ \ | |/
| * tunnel: Correctly check for internal device.Jesse Gross2010-10-041-4/+2
| * Add Nicira extension for modifying queue without transmittingJustin Pettit2010-10-027-2/+91
| * netflow: Avoid (theoretically) looping 2**32 times.Ben Pfaff2010-10-011-17/+32
| * netflow: Do 64-bit division less often.Ben Pfaff2010-10-011-8/+11
| * INSTALL.Linux: Describe how to upgrade the Open vSwitch database.Ben Pfaff2010-10-011-2/+31
| * ovs-controller: Improve QoS abilities.Ben Pfaff2010-10-014-16/+158
| * learning-switch: Introduce struct for configuration.Ben Pfaff2010-10-013-38/+46
| * ovs-controller: Make --with-flows read the file only once, at startup.Ben Pfaff2010-10-015-36/+39
| * ofp-parse: Add test.Ben Pfaff2010-10-014-0/+45
| * ofp-print: Make output easier to read.Ben Pfaff2010-10-011-15/+38
| * ofp-parse: Factor out duplicated code into new functions.Ben Pfaff2010-10-014-77/+72
| * ofp-parse: Properly byteswap in_port.Ben Pfaff2010-10-011-2/+4
| * ofproto: Only dump queue statistics if the queue really exists.Ben Pfaff2010-10-011-2/+3
| * netdev-linux: Fix off-by-one error dumping queue stats.Ben Pfaff2010-10-011-1/+1
| * ovs-ofctl: Add "queue-stats" command to print queue stats.Ben Pfaff2010-10-013-0/+91
| * Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-0133-261/+197
| * util: New macro OBJECT_CONTAINING.Ben Pfaff2010-10-011-0/+10
| * ofproto: Use hash table instead of sparse array for ofports.Ben Pfaff2010-10-011-51/+60
| * sflow: Use hash table instead of sparse array for sflow ports.Ben Pfaff2010-10-011-22/+49
| * bridge: Use hash table instead of sparse array for bridge ports.Ben Pfaff2010-10-011-8/+18
| * hmap: New function hmap_clear().Ben Pfaff2010-10-012-0/+18
| * netdev-linux: Use hash table instead of sparse array for QoS classes.Ben Pfaff2010-10-011-65/+106
| * ovs-vsctl: Reduce log level for "Called as..." for read-only invocations.Ben Pfaff2010-10-011-39/+55
| * ovs-vsctl: Factor out and optimize searching for a command by name.Ben Pfaff2010-10-011-42/+58
| * debian: openvswitch-common ethtool should not be requiredEthan Jackson2010-09-281-1/+2
| * debian: Restart ovs-monitor-ipsec when --monitor specifiedJustin Pettit2010-09-271-0/+1
| * debian: Create ovs-monitor-ipsec rundir if it doesn't existJustin Pettit2010-09-271-0/+4
| * debian: Added a manpage for ovs-bugtoolEthan Jackson2010-09-233-0/+48
| * tests: Test that children restart with special exit codeEthan Jackson2010-09-232-1/+57
| * tests: Remove trailing whitespace from python daemon testsEthan Jackson2010-09-222-8/+8
| * xenserver: monitor-external-ids should run with --monitorEthan Jackson2010-09-223-2/+9
| * xenserver: Added additional logging to ovs-external-idsEthan Jackson2010-09-221-7/+21
| * vswitch: Consistently use spaces instead of tabs in vswitch.xmlJustin Pettit2010-09-231-48/+48
| * netdev: Cleanup minor comment formatting issues.Justin Pettit2010-09-231-12/+7
| * vswitch: Disable header-caching when IPsec is enabledJustin Pettit2010-09-233-1/+32
| * debian: Use DODTIME instead of DIETIME in init scriptsJustin Pettit2010-09-234-8/+9
| * xenserver: Rename monitor-external-ids -> ovs-external-idsEthan Jackson2010-09-225-29/+29
| * debian: Support two locations for ethtoolEthan Jackson2010-09-221-1/+5