summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix unused 'done' label build warning in flow.c.v1.2.2Justin Pettit2011-09-221-4/+0
* ovs-bugtool: Fix --unlimited option.Daniel Roman2011-09-222-1/+2
* Prepare Open vSwitch 1.2.2 release.Justin Pettit2011-09-203-1/+14
* datapath: Correctly validate vport attributes on old kernels.Jesse Gross2011-09-201-2/+2
* debian: Correct path to ovs-controller in init script.Ben Pfaff2011-09-202-1/+2
* datapath: Fully initialize datapath before local port.Jesse Gross2011-09-202-25/+55
* datapath: Correctly set error code in queue_userspace_packets().Jesse Gross2011-09-191-1/+4
* ofproto-dpif: Fix behavior when a subset of VLANs is trunked.Ben Pfaff2011-09-161-1/+1
* ovs-brcompatd: Delete ports when netdevs on fake bridges disappear.Ben Pfaff2011-09-151-1/+1
* datapath: Set vport in skb when executed from userspace.Jesse Gross2011-09-141-0/+5
* ofproto-dpif: Emit set_tunnel when required to.Ethan Jackson2011-09-131-0/+1
* Debian: Update changelog for 1.2.1-3 uploadSimon Horman2011-09-121-0/+11
* Debian: fail gracefully if modules can't be loaded on installSimon Horman2011-09-123-2/+38
* ovs-ctl: Add load-kmod commandSimon Horman2011-09-122-5/+31
* datapath: Allow a packet with no input port to omit ODP_KEY_ATTR_IN_PORT.Ben Pfaff2011-09-084-9/+27
* datapath: Calculate flow hash after extracting metadata.Jesse Gross2011-09-081-1/+2
* Debian: Update changelog for 1.2.1-2 uploadSimon Horman2011-08-261-0/+14
* debian: Transition to dh_python2Simon Horman2011-08-265-12/+9
* Debian: update changelog for 1.2.1-1Simon Horman2011-08-241-4/+8
* Debian: set -e in brcompat postinstSimon Horman2011-08-241-0/+2
* doc: Add spaces between commas to avoid overflowing line during formatting.Ben Pfaff2011-08-241-4/+4
* docs: Add missing escapeSimon Horman2011-08-241-1/+1
* docs: Suppress "warning: macro `DD' not defined" warningSimon Horman2011-08-241-0/+1
* Debian: Add dependency on ${misc:Depends}Simon Horman2011-08-241-2/+3
* Prepare Open vSwitch 1.2.1 release.v1.2.1Justin Pettit2011-08-193-1/+13
* ofproto-dpif: Delete MAC learning entries when they expire.Ben Pfaff2011-08-191-0/+3
* nx-match: Fix bug in "move" action.Ethan Jackson2011-08-151-1/+1
* ofp-parse: Fix parsing of register values 2**31 and greater.Ben Pfaff2011-08-151-3/+9
* debian: Avoid installing duplicate files in ovsdbmonitor package.Ben Pfaff2011-08-101-1/+1
* nicira-ext: Fix NXM example.Ben Pfaff2011-08-101-1/+1
* ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".Ben Pfaff2011-08-101-4/+2
* Option to forward BPDU (Ethernet control class) framesSanjay Sane2011-08-107-2/+64
* debian: Ensure that /var/run/openvswitch exists in controller init script.Ben Pfaff2011-08-101-0/+5
* bridge: Add port to datapath before trying to retrieve device stats.Ben Pfaff2011-08-101-6/+6
* Document and warn that mirroring to a VLAN is incompatible with SLB bonding.Ben Pfaff2011-08-102-5/+18
* lib: Adapt headers for use in C++.Casey Barker2011-08-107-4/+38
* in-band: Delete remaining rules when disabling in-band control.Ben Pfaff2011-08-103-9/+19
* connmgr: Drop 'next_in_band_update' timer.Ben Pfaff2011-08-101-7/+0
* Prepare Open vSwitch 1.2.0 release.v1.2.0Justin Pettit2011-08-033-2/+49
* Update ChangeLog to reflect changes since 1.1.0.Justin Pettit2011-08-031-9/+22
* vlog: Move log level definitions from source code to user documentation.Ben Pfaff2011-08-013-22/+33
* vlog: Add a new log level "off".Ben Pfaff2011-08-0117-52/+58
* debian: Fix path for ovsdb-server in init script.Justin Pettit2011-08-011-1/+1
* datapath: Backport flex_arrays.Jesse Gross2011-07-285-0/+491
* datapath: Don't pass __GFP_ZERO to kmalloc on older kernels.Jesse Gross2011-07-281-0/+17
* datapath: Backport reciprocal division.Jesse Gross2011-07-284-0/+52
* ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson2011-07-282-41/+42
* nx-match: Shorten line length to 79 characters.Ethan Jackson2011-07-281-30/+30
* ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman2011-07-286-7/+63
* Datapath action should not refer to controllerpravin shelar2011-07-288-26/+27