summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.branch-1.2Ben Pfaff2012-07-021-8/+16
* lib: Do not assume sig_atomic_t is int.Ed Maste2012-06-262-2/+3
* 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
* tests: Prefer development Python files over installed ones.Ethan Jackson2012-03-091-1/+1
* bond: Incorrectly reported an error in appctl.Ethan Jackson2012-03-081-1/+1
* 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
* INSTALL.Linux: minor typoChris Wright2012-03-021-1/+1
* debian: Fix exit status of openvswitch-switch init script "status" command.Ben Pfaff2012-02-281-1/+2
* 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-2/+15
* 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
* 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
* socket-util: Correctly return negative values for errors.Ben Pfaff2011-12-071-3/+4
* ovs-vlan-bugs: Document driver bug with priority tagged packets.Ben Pfaff2011-12-011-0/+5
* ovsdb: Correctly implement conditions that include multiple clauses.Ben Pfaff2011-11-282-58/+87
* flow: flow_extract() improperly parses IPv6 TOS bits.Ethan Jackson2011-11-161-1/+1
* stream: Fix uninitialized values in stream_init().Ben Pfaff2011-11-022-0/+3
* netdev-vport: Again allow "tap" devices to be added to bridges.Ben Pfaff2011-10-312-1/+3
* ofproto-dpif: Fix VLAN and other field handling in OFPP_NORMAL.Ben Pfaff2011-10-311-17/+30
* debian: Start ovs-monitor-ipsec after ovsdb running.Justin Pettit2011-10-251-1/+1
* ofp-util: Avoid misaligned memory access in ofputil_encode_packet_in().Ben Pfaff2011-10-182-8/+10
* ofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.Ben Pfaff2011-10-181-0/+2
* packets.h: Fix STP destination MAC address.Justin Pettit2011-10-181-1/+1
* ofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.Justin Pettit2011-10-181-6/+20
* bridge: Forbid '/' in bridge names to prevent arbitrary directory access.Ben Pfaff2011-10-171-2/+9
* datapath: Fix recv path for CONFIG_PREEMPT_RCU.Pravin B Shelar2011-10-061-1/+3
* debian: Package the installed Python files, not those from the source tree.Ben Pfaff2011-10-051-2/+1
* debian: Make python-openvswitch packaging work with squeeze dh_python2.Ben Pfaff2011-10-032-2/+3
* ovs-bugtool: Use RUNDIR macro for ovs-appctl target.Justin Pettit2011-09-231-2/+2
* 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