summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Stop parse odp actions if nlattr is overflowbranch-2.1Yifeng Sun2019-02-041-0/+4
* 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
* ovsdb-types: Fix memory leak on error path.Yunjian Wang2017-07-111-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
* ofp-actions: Prevent integer overflow in decode.Joe Stringer2016-03-031-1/+5
* ofp-actions: Fix use-after-free in bundle action.Joe Stringer2016-03-031-1/+1
* meta-flow: Fix ip_frag handling in mf_set_wild().Jarno Rajahalme2015-08-201-1/+1
* netdev-bsd: Fix netdev_bsd_get_mtu() return value.Ben Pfaff2015-04-171-1/+1
* netdev-bsd: Fix sign extension bug in ifr_flags on FreeBSD.Kevin Lo2015-04-051-2/+4
* ofp-parse: Correctly update bucket lists if they are empty.Ben Pfaff2015-02-133-18/+22
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-133-52/+247
* timeval: Correctly report usage statistics in log_poll_interval().Ben Pfaff2015-02-111-26/+31
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* lib/odp-util: Do not use mask if it doesn't exist.Jarno Rajahalme2014-11-101-8/+8
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* 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
* Fix memory leaks in error paths.yinpeijun2014-08-271-0/+1
* json: Fix leaked nodes in json_hash_object()Thomas Graf2014-08-261-0/+1
* Fix two memory leaks.yinpeijun2014-07-281-0/+1
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-162-12/+29
* dpif-linux: Fix bad backport in previous commit.Ben Pfaff2014-07-151-1/+1
* dpif-linux: Avoid null dereference if all ports disappear.Ben Pfaff2014-07-151-2/+2
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-151-2/+2
* ofp-util: Fix null pointer dereference in ofputil_pull_buckets().Ben Pfaff2014-07-151-0/+1
* json: Fix parsing of strings that end with a backslash.Ben Pfaff2014-06-251-5/+9
* dpif: When executing actions needs help, use "set" action to set tunnel.Ben Pfaff2014-06-251-3/+22
* stream-ssl: Enable TLSv1.1 and TLSv1.2.Ben Pfaff2014-06-131-3/+11
* lib/classifier: Fix use of uninitialized memory.Jarno Rajahalme2014-06-131-3/+9
* lib/classifier: Clarify trie_lookup_value().Jarno Rajahalme2014-06-131-8/+8
* lib/match: Add mask bits for nd_target for ICMPv6Jarno Rajahalme2014-06-021-0/+1
* netdev: Safely increment refcount in netdev_open().Joe Stringer2014-05-051-3/+3
* vlandev: Fix an obvious predicate logic crash bug.ZhengLingyun2014-04-101-1/+1
* lib/ofp-actions: Silently discard set ip ecn/ttl actions on OpenFlow10.Jarno Rajahalme2014-04-091-2/+2
* ofp-print: Fix misaligned data access in ofp_print_error_msg().Ben Pfaff2014-04-052-4/+8
* packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff2014-04-054-15/+16
* dpif-netdev: Unwildcard entire odp_port in dpif_netdev_mask_from_nlattrs().Ben Pfaff2014-04-051-2/+8
* lib/pcap: Use ofpbuf_tail() instead of ofpbuf_end().Jarno Rajahalme2014-03-251-1/+1
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang2014-03-201-2/+2
* dpif-netdev: Use packet key to parse TCP flags.Jarno Rajahalme2014-03-191-3/+4
* cfm: Notify connectivity_seq on remote maintenance points change.Alex Wang2014-03-191-9/+13
* stp: Fix bpdu tx problem in listening statekmindg2014-03-152-0/+10
* odp-util: Include tun_id when nonzero even if "key" flag not set.Ben Pfaff2014-03-011-1/+2
* dpif-linux: Lookup netdev to get netdev type string.Joe Stringer2014-02-261-2/+5
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-194-0/+18
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.Ben Pfaff2014-02-112-15/+13