summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check-structs: Add check that OFP_ASSERT is checking the right structures.Ben Pfaff2011-10-042-2/+22
* vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff2011-10-044-9/+4
* ofproto-dpif: Fix small typo in comment.Justin Pettit2011-10-031-1/+1
* ofproto-dpif: LACP registration should cause revalidation.Ethan Jackson2011-10-031-0/+1
* ofproto-dpif: Revalidate on port additions and deletions.Ethan Jackson2011-10-031-0/+2
* meta-flow: Fix icmp_code field's wildcard bit.Ben Pfaff2011-10-031-1/+1
* ofp-parse: Remove write-only variable in parse_ofp_flow_mod_str().Ben Pfaff2011-10-031-4/+0
* test-classifier: Remove write-only variable.Ben Pfaff2011-10-031-2/+0
* debian: Make python-openvswitch packaging work with squeeze dh_python2.Ben Pfaff2011-10-032-2/+3
* datapath: Streamline tunnel port lookupPravin Shelar2011-09-303-87/+63
* datapath: Remove unused vlan constants.Jesse Gross2011-09-301-6/+0
* flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff2011-09-306-25/+24
* Remove a pair of unnecessary dependencies on datapath-protocol.h.Ben Pfaff2011-09-303-2/+1
* cfm: Cleanup output of ovs-appctl "cfm/show" command.Justin Pettit2011-09-291-2/+1
* ovs-vsctl: Remove "cfm_remote_mpid" from man page.Justin Pettit2011-09-291-2/+2
* xenserver: Update README to be current.Justin Pettit2011-09-291-44/+57
* xenserver: Correct location of xen-bugtool plugins.Justin Pettit2011-09-291-1/+1
* bugtool: Collect "lacp/show" and "cfm/show" information.Justin Pettit2011-09-297-1/+60
* ovs-vswitchd: Document "coverage/log" in man page.Justin Pettit2011-09-291-0/+2
* lacp: Make argument to ovs-appctl "lacp/show" command optional.Justin Pettit2011-09-293-49/+64
* cfm: Make argument to ovs-appctl "cfm/show" command optional.Justin Pettit2011-09-293-21/+39
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-2914-53/+59
* datapath: Avoid skb-clone in upcallPravin Shelar2011-09-292-44/+30
* in-band: Classifier rules should use OpenFlow ports.Jesse Gross2011-09-291-1/+1
* ofp-util: make_packet_out() shouldn't receive OVSP_NONE.Jesse Gross2011-09-291-1/+1
* flow: Drop datapath-protocol.h from flow.c.Jesse Gross2011-09-291-1/+0
* vlog: Accept any case for ANY and PATTERN when setting levels.Ben Pfaff2011-09-291-3/+3
* datapath: Avoid use-after-free error in dp_device_event().Ben Pfaff2011-09-291-1/+1
* bridge: Clear out all Interface fields when an interface cannot be created.Ben Pfaff2011-09-292-2/+27
* xenserver: Fix typo in comment in XAPI plugin.Ben Pfaff2011-09-291-1/+1
* ovs.daemon: Fix bug introduced by "pychecker" warning fixes.Ben Pfaff2011-09-291-1/+1
* ovs.daemon: Fix semantics of --pidfile option.Ben Pfaff2011-09-291-1/+1
* ovs-xapi-sync: Crashes if root-prefix is unspecified.Ethan Jackson2011-09-281-1/+2
* route-table: Clear route_notifier after free.Jesse Gross2011-09-281-0/+1
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-2816-325/+437
* xenserver: Don't specify python code by hand.Ethan Jackson2011-09-271-24/+1
* xenserver: Add vlog.py to spec file.Ethan Jackson2011-09-271-0/+1
* route-table: Close netlink notifier before closing nln.Jesse Gross2011-09-271-0/+1
* tests: Use compat argparse when required.Ethan Jackson2011-09-271-0/+9
* ovs-xapi-sync: Convert to vlog.Ethan Jackson2011-09-271-24/+12
* ovs-monitor-ipsec: Convert to vlog.Ethan Jackson2011-09-271-17/+5
* python: Upgrade to vlog.Ethan Jackson2011-09-2710-99/+106
* python: Upgrade daemon module to argparse.Ethan Jackson2011-09-279-173/+118
* stream.py: Make usage() function return a string.Ethan Jackson2011-09-272-12/+8
* python: Create new vlog module.Ethan Jackson2011-09-276-2/+359
* python: Backport argparse to older platforms.Ethan Jackson2011-09-2711-17/+2420
* test-jsonrpc: Help option doesn't work.Ethan Jackson2011-09-261-2/+2
* Implement "native VLAN" feature.Ben Pfaff2011-09-269-122/+454
* bitmap: New function to allocate a bitmap initialized to all-1-bits.Ben Pfaff2011-09-262-1/+22
* ofproto-dpif: Add tests for VLAN handling.Ben Pfaff2011-09-262-0/+122