summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.branch-1.3Ben Pfaff2012-07-021-8/+16
* lib: Do not assume sig_atomic_t is int.Ed Maste2012-06-262-2/+3
* datapath: Check currect return value from skb_gso_segment()Pravin B Shelar2012-06-121-2/+2
* ofproto: Fix use-after-free error when ports disappear.Ben Pfaff2012-04-231-2/+16
* debian: Fix log rotation.Ben Pfaff2012-03-221-2/+2
* netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff2012-03-193-5/+15
* ofproto: Fix code that keeps track of MTU.Ben Pfaff2012-03-121-1/+1
* ovs-monitor-ipsec: Detect correctly IPSEC configuration changesAnsis Atteka2012-03-081-4/+3
* bond: Incorrectly reported an error in appctl.Ethan Jackson2012-03-081-1/+1
* ovs-xapi-sync: Rerun processing when a db update arrives during a commit.Ben Pfaff2012-03-081-1/+4
* socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff2012-03-071-2/+2
* bridge: Remove unwanted ports at time of ofproto creation.Ben Pfaff2012-03-052-2/+7
* netdev: Fix typo in error message.Ben Pfaff2012-03-021-2/+2
* INSTALL.Linux: minor typoChris Wright2012-03-021-1/+1
* tests: Prefer development Python files over installed ones.Ethan Jackson2012-03-011-1/+1
* xenserver: Restart ovs-xapi-sync on kmod reload.Ethan Jackson2012-02-291-7/+14
* xenserver: Always update the bridge ID in ovs-xapi-sync.Ethan Jackson2012-02-291-3/+2
* debian: Fix exit status of openvswitch-switch init script "status" command.Ben Pfaff2012-02-281-1/+2
* dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff2012-02-271-3/+9
* ofproto-dpif: Cleanup STP on ports when disabled on their bridge.Ethan Jackson2012-02-191-0/+8
* configure: Try to extract kernel source directory from build Makefile.Ben Pfaff2012-02-161-10/+17
* vswitchd: Always configure a default queue for QoS.Ben Pfaff2012-02-162-4/+16
* xenserver: Fix iteration of dictionary.Dominic Curran2012-02-152-1/+2
* debian: Use provided kernel source dir instead of host kernel version.Ben Pfaff2012-02-141-1/+1
* debian: Do not run "make" if "configure" fails during DKMS build.Ben Pfaff2012-02-141-1/+1
* debian: Look in /lib/modules instead of /usr/src for DKMS kernel sources.Ben Pfaff2012-02-132-1/+2
* debian: Fix dependencies for openvswitch-datapath-dkms package.Ben Pfaff2012-02-131-1/+1
* ovs-xapi-sync: Always set iface-id, not just when xs-vif-uuid changes.Ben Pfaff2012-02-101-15/+16
* ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen2012-02-082-5/+3
* sflow_agent: Use snprintf() in place of sprintf().Ben Pfaff2012-01-311-2/+2
* table: Avoid segmentation fault when printing an empty cell in JSON format.Ben Pfaff2012-01-301-1/+3
* debian: Delete log files correctly when packages are purged.Ben Pfaff2012-01-244-1/+90
* datapath: Correct GRE checksum offset.Jesse Gross2012-01-201-2/+3
* datapath: Enforce mutual exclusion between bridge and brcompat_mod.Ben Pfaff2012-01-173-18/+37
* multipath: Correctly calculate number of required destination bits.Ben Pfaff2012-01-123-1/+10
* datapath: Use correct ethernet addr len.Pravin B Shelar2012-01-121-2/+2
* datapath: Fix multipart datapath dumps.Ben Pfaff2012-01-111-4/+3
* bundle: Fix returned error code in one bundle_check() corner case.Ben Pfaff2011-12-271-2/+2
* packet: Match userspace and kernel definition of ICMP header.Jesse Gross2011-12-271-1/+13
* NEWS: Fix typo in entry for 1.3.0.Ben Pfaff2011-12-211-2/+2
* ofproto-dpif: Fix use-after-free for OFPP_CONTROLLER flows.Ben Pfaff2011-12-161-5/+11
* bridge: Enable support for access and native VLAN ports on bonds.Ben Pfaff2011-12-122-11/+3
* debian: Consistently use American spelling of "license" in copyright.in.Ben Pfaff2011-12-121-9/+9
* debian: Correct licensing information for user/kernel shared header files.Ben Pfaff2011-12-121-2/+5
* debian: Add sFlow license information and text to copyright.in.Ben Pfaff2011-12-121-0/+508
* sFlow: add Sun Industry Standards Source License 1.1 as licensing optionNeil McKee2011-12-127-14/+40
* Final changes for 1.3.0 release.v1.3.0Justin Pettit2011-12-092-2/+2
* socket-util: Correctly return negative values for errors.Ben Pfaff2011-12-071-3/+4
* datapath: small potential memory leak in ovs_vport_alloc()Dan Carpenter2011-12-061-1/+3
* xenserver: Reduce number of xapi DB calls in pluginRob Hoes2011-12-061-6/+4