summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Stop parse odp actions if nlattr is overflowbranch-2.2Yifeng Sun2019-02-041-0/+4
* python: Escape backslashes while formatting logs.Ilya Maximets2019-01-151-1/+1
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* pcap-file: Fix formatting of log message.Ben Pfaff2018-08-031-1/+1
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* connmgr: Fix crash when in_band_create() fails.Ben Pfaff2017-07-171-1/+1
* ovsdb-types: Fix memory leak on error path.Yunjian Wang2017-07-111-0/+1
* ofp-util: fix memory leak in ofputil_pull_ofp11_bucketszhongbaisong2017-07-071-0/+1
* ofp-print: Don't abort on unknown reason in role status message.Ben Pfaff2017-07-071-1/+2
* rconn: Avoid abort for ill-behaved remote.Ben Pfaff2016-12-231-6/+10
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* bond: Use correct type for slave's change_seq.Jarno Rajahalme2015-12-041-1/+1
* debian: place kernel module to satisfy depmod search.Saurabh Mohan2015-11-022-1/+2
* meta-flow: Fix ip_frag handling in mf_set_wild().Jarno Rajahalme2015-08-202-3/+3
* Update my email addressYAMAMOTO Takashi2015-06-031-1/+1
* json: Fix error message for corner case in json_string_unescape().Ben Pfaff2015-05-292-1/+10
* debian: install openvswitch kernel module under "updates" directoryAnsis Atteka2015-05-261-1/+1
* netdev-bsd: Fix sign extension bug in ifr_flags on FreeBSD.Kevin Lo2015-04-051-2/+4
* ofproto-dpif-xlate: Roll back group bucket actions after every bucket.Jarno Rajahalme2015-03-242-8/+32
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* setup n_upcall_pids for vport_request when destroy all channelsGao feng2015-01-221-0/+1
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.Ben Pfaff2015-01-191-1/+2
* netflow: Fix interpretation of flow_seq.Motonori Shindo2014-11-041-1/+1
* odp-util: Fix segfault in MPLS attribute parsing.Joe Stringer2014-10-311-31/+26
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().Jarno Rajahalme2014-10-061-2/+2
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-022-5/+12
* thread: Use explicit wide type when shifting > 32 bitsThomas Graf2014-08-291-2/+2
* netdev-linux: Cast policer rate to uint64_t to avoid overflowThomas Graf2014-08-291-1/+1
* ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf2014-08-281-0/+2
* vtep-ctl: Free error string before return from cmd_remove().Madhu Challa2014-08-271-2/+2
* Fix memory leaks in error paths.yinpeijun2014-08-272-0/+2
* debian: Fix cross build.Ed Swierk2014-08-261-1/+1
* odp-util: Only add recirc_id mask to Netlink message if mask is providedThomas Graf2014-08-261-1/+3
* json: Fix leaked nodes in json_hash_object()Thomas Graf2014-08-261-0/+1
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-284-41/+139
* connmgr: Demote service controllers too in ofconn_set_role().Ben Pfaff2014-07-281-3/+3
* ovs-ofctl: Add --unixctl command line option.Ben Pfaff2014-07-283-1/+15
* Fix two memory leaks.yinpeijun2014-07-283-0/+3
* ovsdb: Don't add ovsdb-server.c to libovsdb.Gurucharan Shetty2014-07-182-1/+1
* netlink-socket: Fix handling socket allocation failure in nl_dump_start().Ben Pfaff2014-07-151-7/+6
* dpif-linux: Avoid null dereference if all ports disappear.Ben Pfaff2014-07-151-1/+1
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-153-4/+5
* ofp-util: Fix null pointer dereference in ofputil_pull_buckets().Ben Pfaff2014-07-151-0/+1
* tests: Disable glibc memory checking under glibc <= 2.11.Ben Pfaff2014-07-111-4/+18
* netlink-socket: Work around kernel Netlink dump thread races.Ben Pfaff2014-07-102-0/+12
* netlink-socket: Fix sign of error code.Ben Pfaff2014-07-101-1/+1
* datapath/flow_netlink: Fix NDP flow mask validationDaniele Di Proietto2014-07-101-1/+1