aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-29Implement library for lockfiles and use it in cfg code.Ben Pfaff
2009-10-29unixctl: Allow passing auxiliary data to unixctl commands.Ben Pfaff
2009-10-23cfg: Fix implementation of timeout in attempting to lock the config file.Ben Pfaff
2009-10-23Add test to ensure that time advances both normally and in a daemon.Ben Pfaff
2009-10-23Distribute README-gcov, so that users building from tarballs can read it.Ben Pfaff
2009-10-22Merge "citrix" into "master".Ben Pfaff
2009-10-22bridge: Eject NORMAL flows without a learning entry from datapath.Jesse Gross
2009-10-20bonding: Balance bond slaves based on ratio.Jesse Gross
2009-10-20bonding: Drop unicast packets which have a different learned port.Jesse Gross
2009-10-19xen: Restore state files for VIF VLANsJesse Gross
2009-10-19xen: Correctly write VLAN key in config file.Jesse Gross
2009-10-16ovs-vsctl: Add tests that adding duplicate bridges or ports fails.Ben Pfaff
2009-10-16ovs-vsctl: Add the ability to perform multiple operations in a single run.Ben Pfaff
2009-10-16ovs-vsctl: Refactor internals to increase flexibility.Ben Pfaff
2009-10-16ovs-vsctl: Allow bridge name to be omitted from del-port command.Ben Pfaff
2009-10-16ovs-vsctl: Log changes to configuration file to syslog.Ben Pfaff
2009-10-15Make sure that time advances in a daemon between calls to time_refresh().Ben Pfaff
2009-10-15datapath: Fix build with Linux 2.6.31.Ben Pfaff
2009-10-15datapath: Ignore return value from rtnl_notify().Ben Pfaff
2009-10-15datapath: Fix warning on 64-bit builds.Ben Pfaff
2009-10-15datapath: Factor out code for getting and setting listen mask.Ben Pfaff
2009-10-09vlan: Compare vlan tags before implicit tagging when RSPANing.Jesse Gross
2009-10-09datapath: Fix build with Centos 5.3 kernel.Ben Pfaff
2009-10-09datapath: Add cpumask.h header wrapper to distribution.Ben Pfaff
2009-10-08xenserver: Crossport "master" interface-reconfigure to "citrix".Ben Pfaff
2009-10-08ofproto: Make current packet counts more accurate.Jesse Gross
2009-10-08bonding: Compare ports, not interfaces, for loop checks.Jesse Gross
2009-10-08ovs-ofctl: Fix use-after-free error in mod-flows command.Jean Tourrilhes
2009-10-08datapath: Fix validation of ODPAT_SET_VLAN_PCP actions.Jean Tourrilhes
2009-10-07xenserver: Fix ovs-vsctl in built RPM by defining /etc as sysconfdir.Ben Pfaff
2009-10-06Merge commit 'v0.90.6' into citrixJustin Pettit
2009-10-06Prepare for v0.90.6 release.v0.90.6Justin Pettit
2009-10-06xenserver: Fix dbcache location for xen-bugtoolJustin Pettit
2009-10-06Merge commit 'origin/citrix'Justin Pettit
2009-10-05xenserver: Include dbcache in xen-bugtool outputJustin Pettit
2009-10-05netflow: Increase maximum number of NetFlow records to 30.Jesse Gross
2009-10-05Merge "citrix" branch into "master.Ben Pfaff
2009-10-05bonding: Update the link status on the bond fake interface.Jesse Gross
2009-10-05xenserver: use ovs-vsctl for VIF VLANs instead of separate state filesIan Campbell
2009-10-05xenserver: Include bridge.*.xs-network-uuids for all networksIan Campbell
2009-10-02vswitch: Allow user to set Ethernet address of any internal interface.Ben Pfaff
2009-10-02vswitch: Factor out detection of internal interfaces into a new function.Ben Pfaff
2009-10-02secchan: Clarify logic in add_output_action().Ben Pfaff
2009-10-02dpif-linux: Clarify bad device warning messageJustin Pettit
2009-10-02dpif-linux: Fail earlier if OVS kernel module isn't loadedJustin Pettit
2009-10-02xenserver: Rework interface-reconfigure.Ian Campbell
2009-10-02xenserver: Clear vlan.* from /etc/ovs-vswitchd.conf on boot tooIan Campbell
2009-10-02Correct whitespace in xenserver/etc_init.d_vswitchIan Campbell
2009-10-02netdev-linux: Improve netdev_linux_set_etheraddr().Ben Pfaff
2009-10-02netdev-linux: Return correct error codes on receive.Jesse Gross