aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-15debian: Update changelog for 1.4.0-2 uploadSimon Horman
2012-02-14debian: Use provided kernel source dir instead of host kernel version.Ben Pfaff
2012-02-14debian: Do not run "make" if "configure" fails during DKMS build.Ben Pfaff
2012-02-13debian: Look in /lib/modules instead of /usr/src for DKMS kernel sources.Ben Pfaff
2012-02-13debian: Fix dependencies for openvswitch-datapath-dkms package.Ben Pfaff
2012-02-10ovs-xapi-sync: Always set iface-id, not just when xs-vif-uuid changes.Ben Pfaff
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-06debian: Don't install Python modules for obsolete Python versions.Ben Pfaff
2012-02-03debian: Add dependency on ${misc:Depends} to openvswitch-testSimon Horman
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-02-01mac-learning: Increase MAC learning timeout to 300 seconds.Ben Pfaff
2012-01-31sflow_agent: Use snprintf() in place of sprintf().Ben Pfaff
2012-01-31debian: Add comment about upstream Linux 3.3 support in "changelog".v1.4.0Justin Pettit
2012-01-30Set dates for 1.4.0 release.Justin Pettit
2012-01-30NEWS: Point out userspace is compatible with Linux 3.3 OVS kernel module.Justin Pettit
2012-01-30table: Avoid segmentation fault when printing an empty cell in JSON format.Ben Pfaff
2012-01-26ovs-ctl: Restore ability to create 256 bridges.Ben Pfaff
2012-01-24ofproto: Optionally flush all learning tables with appctl.Ethan Jackson
2012-01-24tests: Fix broken interface-reconfigure tests.Ben Pfaff
2012-01-24debian: Delete log files correctly when packages are purged.Ben Pfaff
2012-01-24xenserver: Only replace XenServer hosts scripts that we recognize.Ben Pfaff
2012-01-24xenserver: Synchronize scripts with XenServer 6.0.0.Ben Pfaff
2012-01-24datapath: Fix version check for 3.2.Jesse Gross
2012-01-23ofproto-dpif: Revalidate flows after "fdb/flush".Ben Pfaff
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2012-01-17datapath: Enforce mutual exclusion between bridge and brcompat_mod.Ben Pfaff
2012-01-12multipath: Correctly calculate number of required destination bits.Ben Pfaff
2012-01-11datapath: Fix multipart datapath dumps.Ben Pfaff
2012-01-06ofproto-dpif: Keep subfacets longer to avoid assert-fail in facet_account().Ben Pfaff
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2012-01-04ofproto-dpif: Have lookup_input_bundle() return a bundle.Justin Pettit
2012-01-04ovs-ofctl: Fix error in man page related to TCI masks.Justin Pettit
2012-01-04ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff
2012-01-03vswitchd: Also consider access port VLANs as "in use" for VLAN splinters.Ben Pfaff
2012-01-02Debian: Depend on python (>= 2.7) | python-argparseSimon Horman
2011-12-27bundle: Fix returned error code in one bundle_check() corner case.Ben Pfaff
2011-12-27ofproto-dpif: Fix bug in VLAN splinters.Ben Pfaff
2011-12-27packet: Match userspace and kernel definition of ICMP header.Jesse Gross