aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-05Declare the version as "1.4.1".v1.4.1Justin Pettit
2012-04-27meta-flow: Correctly set destination MAC in mf_set_flow_value().Ben Pfaff
2012-04-26tests: Fix mirroring tests on big-endian architectures.Ben Pfaff
2012-04-25Fix memory leaks.Ben Pfaff
2012-04-23ofproto: Fix use-after-free error when ports disappear.Ben Pfaff
2012-03-22debian: Fix log rotation.Ben Pfaff
2012-03-22xenserver: Recognize XenServer 5.6-SP2 scripts in RPM %post.Ben Pfaff
2012-03-21debian: Move PKI directory to FHS-compliant location.Ben Pfaff
2012-03-21ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff
2012-03-21ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff
2012-03-21hmap: New function hmap_contains().Ben Pfaff
2012-03-21ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-19debian: Use a different way to avoid failing install without kernel module.Ben Pfaff
2012-03-19ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-19ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.Ben Pfaff
2012-03-19ovsdb-doc: Put NAME section into generated manpage.Ben Pfaff
2012-03-19debian: Avoid unit test failure when doing "unofficial" builds.Ben Pfaff
2012-03-19doc: Fix typo in manpage.Thomas Goirand
2012-03-19debian: Bump standards-version to 3.9.3.Thomas Goirand
2012-03-19debian: Remove some useless files from the dkms pacakge.Thomas Goirand
2012-03-19debian: Clean .pyc files in "clean" target.Thomas Goirand
2012-03-19debian: Remove po-debconf build dependency.Thomas Goirand
2012-03-19debian: Build-depend on python-all to pull in all Python versions.Thomas Goirand
2012-03-19debian: Add missing ${python:Depends} to openvswitch-test package.Thomas Goirand
2012-03-19debian: Improve long descriptions so as to better describe the packages.Thomas Goirand
2012-03-19debian: Bump debhelper compat level to 8 and make build-depends consistent.Thomas Goirand
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-03-12tests: Skip "strings at least 2 characters long" test for narrow Python.Ben Pfaff
2012-03-12ofproto: Fix code that keeps track of MTU.Ben Pfaff
2012-03-08ovs-monitor-ipsec: Detect correctly IPSEC configuration changesAnsis Atteka
2012-03-08Revert "ovs-monitor-ipsec: Detect correctly IPSEC configuration changes"Ansis Atteka
2012-03-08ovs-monitor-ipsec: Detect correctly IPSEC configuration changesAnsis Atteka
2012-03-08bond: Incorrectly reported an error in appctl.Ethan Jackson
2012-03-08ovs-xapi-sync: Rerun processing when a db update arrives during a commit.Ben Pfaff
2012-03-07socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff
2012-03-05vswitchd: Document behavior of 802.1p priorities with VLAN splinters.Ben Pfaff
2012-03-05bridge: Remove unwanted ports at time of ofproto creation.Ben Pfaff
2012-03-02netdev: Fix typo in error message.Ben Pfaff
2012-03-02INSTALL.Linux: minor typoChris Wright
2012-03-01tests: Prefer development Python files over installed ones.Ethan Jackson
2012-02-29xenserver: Restart ovs-xapi-sync on kmod reload.Ethan Jackson
2012-02-29xenserver: Always update the bridge ID in ovs-xapi-sync.Ethan Jackson
2012-02-28debian: Fix exit status of openvswitch-switch init script "status" command.Ben Pfaff
2012-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
2012-02-19ofproto-dpif: Cleanup STP on ports when disabled on their bridge.Ethan Jackson
2012-02-16configure: Try to extract kernel source directory from build Makefile.Ben Pfaff
2012-02-16vswitchd: Always configure a default queue for QoS.Ben Pfaff
2012-02-15xenserver: Fix iteration of dictionary.Dominic Curran