summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Fix memory leak.branch-1.5Ben Pfaff2013-03-121-0/+5
* netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff2013-02-281-1/+1
* ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff2013-01-241-2/+1
* Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross2013-01-211-2/+0
* datapath: Move LRO check from transmit to receive.Jesse Gross2013-01-211-11/+12
* datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff2013-01-211-1/+3
* ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff2012-12-261-1/+1
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* stp: port_no counter is off by oneAnsis Atteka2012-08-221-1/+1
* bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff2012-08-212-4/+7
* ovs-ctl: Add support for newer name for Open vSwitch kernel module.Ben Pfaff2012-08-061-10/+31
* datapath: Relax set header validation.Jesse Gross2012-08-032-4/+4
* flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff2012-08-031-3/+6
* flow: Fix wild pointer dereference in flow_compose().Ethan Jackson2012-08-011-0/+1
* Avoid implementation-defined strerror behaviourEd Maste2012-07-271-1/+2
* ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.Ben Pfaff2012-07-271-1/+6
* Fix race condition in parallel execution of "make install".Ben Pfaff2012-07-231-1/+1
* debian: Remove controller keys on openvswitch-controller package purge.Ben Pfaff2012-07-202-0/+45
* debian: Do not change iptables rules by default.Ben Pfaff2012-07-181-2/+0
* cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff2012-07-111-0/+2
* datapath: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff2012-07-101-1/+2
* debian: Remove obsolete advice to edit /etc/default/openvswitch-switch.Ben Pfaff2012-07-091-5/+1
* debian: Add "netbase" dependency for /etc/protocols.Ben Pfaff2012-07-092-1/+2
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-022-2/+2
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff2012-07-021-8/+16
* lib: Do not assume sig_atomic_t is int.Ed Maste2012-06-262-2/+3
* ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff2012-06-251-1/+1
* debian: Make DKMS automatically build for running kernel.Ben Pfaff2012-06-192-0/+3
* vlog: Avoid use-after-free in corner case.Ben Pfaff2012-06-131-1/+8
* datapath: Check currect return value from skb_gso_segment()Pravin B Shelar2012-06-121-2/+2
* ofproto: Fix use after free in ofoperation_complete().Ethan Jackson2012-06-071-0/+1
* Set dates for release of 1.5.0.v1.5.0Justin Pettit2012-06-042-2/+2
* ofp-util: Clean up cookie handling.Justin Pettit2012-05-2911-62/+321
* ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson2012-05-251-1/+7
* Fix typo in "PYTHONPATH".Ben Pfaff2012-05-221-1/+1
* odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff2012-05-165-7/+37
* dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri2012-05-162-1/+13
* ofproto: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff2012-05-144-5/+25
* odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff2012-05-101-2/+1
* rhel: Add timeouts to network scripts.Brian Kruger2012-05-093-6/+9
* datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar2012-05-081-7/+15
* meta-flow: Correctly set destination MAC in mf_set_flow_value().Ben Pfaff2012-04-271-1/+1
* Fix memory leaks.Ben Pfaff2012-04-252-2/+6
* ofproto: Fix use-after-free error when ports disappear.Ben Pfaff2012-04-231-2/+16
* vswitchd: Remove port from datapath if it becomes non-operationalAnsis Atteka2012-04-101-0/+5
* datapath: Do not send notification if ovs_vport_set_options() failedAnsis Atteka2012-04-101-0/+2
* ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff2012-03-281-1/+2
* debian: Fix log rotation.Ben Pfaff2012-03-221-2/+2
* xenserver: Recognize XenServer 5.6-SP2 scripts in RPM %post.Ben Pfaff2012-03-221-0/+6
* debian: Move PKI directory to FHS-compliant location.Ben Pfaff2012-03-217-5/+29