summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.branch-1.7Alex Wang2014-03-201-1/+1
* meta-flow: Fix mf_set_wild() on ip_frag field.Ben Pfaff2013-03-122-3/+4
* ovsdb: Fix memory leak.Ben Pfaff2013-03-121-0/+5
* netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff2013-02-281-1/+1
* datapath: Fix ovs_vport_cmd_del return value on successRich Lane2013-02-081-0/+1
* ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.Justin Pettit2013-02-011-1/+3
* ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff2013-01-311-2/+4
* ovsdb-idl: Fix memory leak on error path.Ben Pfaff2013-01-311-1/+2
* meta-flow: Avoid null pointer dereference in mf_format_frag_string().Ben Pfaff2013-01-311-6/+3
* ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff2013-01-241-2/+1
* Prepare for 1.7.3.v1.7.3Justin Pettit2013-01-183-1/+12
* 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-0/+2
* rconn: Avoid memory leak in rconn_send_with_limit() on queue overflow.Ben Pfaff2013-01-071-5/+6
* ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff2012-12-261-1/+1
* meta-flow: Don't allow negative port numbers.Justin Pettit2012-12-131-1/+4
* bond: Fix segfault sending learning packets with LACP disabled.Ben Pfaff2012-11-291-1/+1
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* ovs-ctl.in: increase the limit of fdCong Wang2012-11-151-1/+1
* Prepare for 1.7.2.v1.7.2Justin Pettit2012-11-093-1/+12
* socket-util: Report fd of -1 on error in inet_open_active().Ben Pfaff2012-11-071-0/+1
* netdev-vport: Fix ToS/TTL mixup in unparsing.Jesse Gross2012-09-251-2/+2
* datapath: Fix FLOW_BUFSIZE definition.v1.7.1Jesse Gross2012-09-031-3/+5
* datapath: Fix namespace refcount leak on failed init.Jesse Gross2012-08-221-1/+3
* 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
* netdev: Map to OpenFlow port for flow lookupEd Maste2012-08-161-1/+1
* Prepare for 1.7.1.Justin Pettit2012-08-133-1/+12
* tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.Ben Pfaff2012-08-131-1/+17
* xenserver: Improve efficiency of code by using get_all_records_where()Rob Hoes2012-08-131-4/+3
* rconn: Treat draining a message from the send queue as activity.Ben Pfaff2012-08-131-9/+14
* rconn: Remove unused functions.Ben Pfaff2012-08-132-61/+0
* 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-2/+5
* flow: Fix wild pointer dereference in flow_compose().Ethan Jackson2012-08-011-0/+1
* Set dates for release of 1.7.0.v1.7.0Justin Pettit2012-07-302-2/+3
* 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
* NEWS: Document flow setup improvement in 1.7 release.Justin Pettit2012-07-251-1/+2
* 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
* ovs-check-dead-ifs: Tolerate processes that disappear during run.Ben Pfaff2012-07-052-1/+7
* ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff2012-07-054-19/+44
* python: Call 'wait' methods correctly in jsonrpc and stream code.Ben Pfaff2012-07-022-2/+2