summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.branch-1.8Alex Wang2014-03-201-1/+1
* packets: Fix typo in reserved multicast Ethernet addresses.Ben Pfaff2013-06-052-16/+17
* connmgr: Fix memory leak in ofconn monitor table.Ben Pfaff2013-03-121-0/+1
* 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
* 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: Add missing "break" to mf_set_wild().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
* 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-6/+5
* 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-292-1/+2
* 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
* 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
* stream-unix: Reduce connection failure log level from ERR to WARN.Ben Pfaff2012-09-171-1/+1
* stream-ssl: Change "bootstrap race" log message from ERR to INFO.Ben Pfaff2012-09-172-1/+2
* dpif-linux: Report packet loss as WARN instead of ERR.Ben Pfaff2012-09-051-2/+2
* datapath: Fix FLOW_BUFSIZE definition.Jesse Gross2012-09-031-3/+5
* man-pages: Add missing entry for matching metadataJoe Stringer2012-08-311-0/+8
* vswitchd: Respect other_config:stp-enable port setting.Ethan Jackson2012-08-291-1/+1
* ofproto-dpif: Make sure one-packet flows have zero duration (again).Ben Pfaff2012-08-281-15/+21
* dpif: Add 'used' argument to dpif_flow_stats_extract().Ben Pfaff2012-08-283-8/+10
* datapath: Fix namespace refcount leak on failed init.Jesse Gross2012-08-221-1/+3
* stp: port_no counter is off by oneAnsis Atteka2012-08-211-1/+1
* bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff2012-08-212-4/+7
* ofp-print: Fix memory leak printing flow stats replies.Ben Pfaff2012-08-171-0/+1
* ofproto-dpif: Avoid dereferencing possibly null or wild pointer.Ben Pfaff2012-08-161-1/+2
* ofproto-dpif: Make sure one-packet flows have zero duration.Ben Pfaff2012-08-161-1/+9
* ofproto-dpif: Avoid searching all subfacets when creating first in a facet.Ben Pfaff2012-08-161-10/+14
* netdev: Map to OpenFlow port for flow lookupEd Maste2012-08-151-1/+1
* 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-1/+4
* ofproto: Avoid sensitivity to hash order in flow monitor pause/resume test.Ben Pfaff2012-08-031-3/+24
* flow: Fix wild pointer dereference in flow_compose().Ethan Jackson2012-08-011-0/+1
* Set dates for release of 1.7.0.Justin Pettit2012-07-302-2/+3
* ovs-ctl.in: Don't stop forwarding while restarting the database.Justin Pettit2012-07-301-9/+27
* ovs-ctl.in: Consistently use spaces instead of tabs.Justin Pettit2012-07-301-40/+40
* 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
* packets: First-hop router redundancy protocol MAC addresses are not BPDUs.Ben Pfaff2012-07-262-62/+70
* NEWS: Document flow setup improvement in 1.7 release.Justin Pettit2012-07-251-1/+2
* ovs-ofctl: Avoid printing false differences on "ovs-ofctl diff-flows".Ben Pfaff2012-07-252-22/+59