aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-15Increase version number to v0.90.1.v0.90.1Justin Pettit
2009-06-15Update license on file not in citrix branch to Apache 2.0.Ben Pfaff
2009-06-15Merge changes from citrix branch into master.Ben Pfaff
2009-06-15Replace SHA-1 library with one that is clearly licensed.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-06-15xenserver: Fix stupid typo in previous commit (s/modudules/modules/).Ben Pfaff
2009-06-15xenserver: Don't include veth_mod.ko in RPMs.Ben Pfaff
2009-06-15vswitch: Avoid segfault when revalidating ARP flows.Ben Pfaff
2009-06-12vconn: Add unit test for tcp and unix vconns.Ben Pfaff
2009-06-12vconn: Factor out common code from TCP and SSL vconns.Ben Pfaff
2009-06-12vconn: Drop obsolete code for Netlink-based vconns.Ben Pfaff
2009-06-12vconn: Report valid errno value if connection closed waiting for hello.Ben Pfaff
2009-06-12datapath: Add sysfs support for all (otherwise supported) Linux versions.Ben Pfaff
2009-06-12xenserver: xen 2.6.27 kernel doesn't need skb_checksum_setup definedJustin Pettit
2009-06-11xenserver: Fix key used to identify network UUIDJustin Pettit
2009-06-11Don't accept unix: connections, etc. in OpenFlow controller discovery.Ben Pfaff
2009-06-11xenserver: Pass network UUID to controller for internal networks too.Ben Pfaff
2009-06-11vswitch: Add support for large OFMP messagesJustin Pettit
2009-06-10xenserver: Remove debugging redirect from vif scriptJustin Pettit
2009-06-10vswitch: Fix memory leak when OFMP resource updates are sentJustin Pettit
2009-06-10Add unit test for SHA-1 library.Ben Pfaff
2009-06-10Add file missing from commit baf099 "Fix glibc 2.7 strtok_r() bug...".Ben Pfaff
2009-06-10vswitch: Fix handling of multicast packets received by bonds.Ben Pfaff
2009-06-10vswitch: Add ovs-appctl commands for debugging and managing bonds.Ben Pfaff
2009-06-10Fix glibc 2.7 strtok_r() bug in a more permanent fashion.Ben Pfaff
2009-06-09vswitch: Clarify what "ingress" means in policingJustin Pettit
2009-06-09xenserver: Add dump-vif-details to automakeJustin Pettit
2009-06-09xenserver: Send VIF details to controllerJustin Pettit
2009-06-09Xen: Fixes for core handling configurationJustin Pettit
2009-06-09Fix url in RPM spec.Justin Pettit
2009-06-09Add unit test for TCP/IP checksumming code.Ben Pfaff
2009-06-09Fix another "make" versus "make dist" build problem.Ben Pfaff
2009-06-09Remove "dpkg-buildpackage" test from "make distcheck".Ben Pfaff
2009-06-09Fix behavior of simultaneous "make" and "make dist".Ben Pfaff
2009-06-09xenserver: Use parallel make in RPM build on SMP machines.Ben Pfaff
2009-06-09debian: Honor "noopt", "parallel=<n>" build options.Ben Pfaff
2009-06-09debian: Run build tests during build (unless "nocheck" is specified).Ben Pfaff
2009-06-09debian: Ignore directories created as part of Debian package build.Ben Pfaff
2009-06-09Update documentation.Ben Pfaff
2009-06-09ovs-pki: Improve readability of manpage.Ben Pfaff
2009-06-09ovs-pki: Fix formatting errors in manpage.Ben Pfaff
2009-06-08vswitch: Send gratuitous learning packets when bond slaves go down.Ben Pfaff
2009-06-08mac-learning: Make data structures public.Ben Pfaff
2009-06-05vswitch: Fix typos in OFMP comments.Justin Pettit
2009-06-05vswitch: Fix OFMP alignment problem on 64-bit systems.Justin Pettit
2009-06-05vswitch: Enable bond slaves based on carrier status, not up/down.Ben Pfaff
2009-06-05netdev: New function netdev_nodev_get_carrier().Ben Pfaff
2009-06-05xenserver: Bring up bond slave device before adding to bond.Ben Pfaff
2009-06-05xenserver: Allow RPM to install only with correct Xen kernel version.Ben Pfaff
2009-06-05vswitch: Send Xen UUIDs associated with system and networksJustin Pettit