summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: Remove sparse support.branch-2.4Ben Pfaff2019-03-182-10/+2
* list: New macro OVS_LIST_POISON for initializing a poisoned list.Ben Pfaff2019-03-181-1/+7
* ofpbuf: New macro OFPBUF_STUB_INITIALIZER.Ben Pfaff2019-03-181-1/+20
* travis: Remove 'sudo' configuration.Ilya Maximets2019-03-061-2/+0
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4
* netdev-linux: Fix function argument order in sfq_tc_load().Ben Pfaff2019-01-171-1/+1
* python: Escape backslashes while formatting logs.Ilya Maximets2019-01-151-1/+1
* cmap: Fix hashing in cmap_find_protected().Zang MingJie2018-12-241-1/+1
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* datapath-windows: Fix invalid reference in Buffermgmt.cSairam Venugopal2018-11-151-2/+4
* Revert "bridge: Fix ovs-appctl qos/show repeated queue information"Ben Pfaff2018-10-031-1/+0
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* bridge: Fix ovs-appctl qos/show repeated queue informationEelco Chaudron2018-10-021-0/+1
* flow: Fix uninitialized flow fields in IPv6 error case.Ben Pfaff2018-09-211-5/+6
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-202-6/+6
* odp-util: Don't attempt to write IPv6 flow label bits that don't exist.Ben Pfaff2018-09-121-0/+1
* daemon-unix: Use same name for original or restarted children.Ben Pfaff2018-09-061-1/+1
* utilities: Drop shebang from bash completion scriptMarkos Chandras2018-08-301-1/+0
* 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
* Revert "flow: Fix buffer overread for crafted IPv6 packets."Justin Pettit2018-07-161-1/+1
* flow: Fix buffer overread for crafted IPv6 packets.Ben Pfaff2018-07-091-1/+1
* ofp-group: Don't assert-fail decoding bad OF1.5 group mod type or command.Ben Pfaff2018-07-061-2/+2
* ofp-actions: Fix buffer overread in decode_LEARN_specs().Ben Pfaff2018-07-051-1/+1
* ofp-meter: Fix use-after-free for decoding meter mods.Ben Pfaff2018-02-161-1/+1
* ovs-tcpundump: fix a conversion issueAaron Conole2018-01-121-1/+1
* Revert "dpif: Fix memory leak"Ben Pfaff2018-01-021-1/+0
* odp-util: Use flexible sized buffer to hold Geneve options.Ben Pfaff2017-12-221-5/+5
* odp-util: Avoid reading wrong table in generate_all_wildcard_mask().Ben Pfaff2017-12-211-2/+3
* bond: Fix bug that writes to freed memoryYifeng Sun2017-12-201-1/+3
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* ofp-util: Fix buffer overread in ofputil_decode_bundle_add().Ben Pfaff2017-11-261-0/+4
* ofp-util: Fix buffer overread in ofputil_pull_queue_get_config_reply().Ben Pfaff2017-10-231-1/+1
* ofproto-dpif-xlate: Always process IGMP packets in userspace.Ben Pfaff2017-10-091-6/+7
* connmgr: Fix violation of flow monitoring protocol description.Ben Pfaff2017-09-281-14/+14
* ofp-util: Fix memory leaks when parsing OF1.5 group properties.Ben Pfaff2017-09-221-4/+13
* bridge: Avoid read of uninitialized data configuring Auto-Attach.Ben Pfaff2017-08-031-1/+1
* lacp: enable bond slave immediately after lacp attachHuanle Han2017-08-021-0/+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-util: Check length of buckets in ofputil_pull_ofp15_group_mod().Ben Pfaff2017-07-071-0/+3
* ofp-print: Don't abort on unknown reason in role status message.Ben Pfaff2017-07-071-1/+2
* extract-ofp-errors: Avoid unintentional sign extension in generated code.Ben Pfaff2017-06-011-2/+4
* dpif-netlink: Fix multiple-free and fd leak on error path.Ben Pfaff2017-06-011-3/+2
* bridge: Fix memory leak in bridge_aa_update_trunks().Ben Pfaff2017-06-011-0/+2
* rstp: Increment the rstp port num counter.nickcooper-zhangtonghao2017-05-311-0/+4
* debian: Add SYSTEMCTL_SKIP_REDIRECT to init filesRaymond Burkholder2017-05-301-0/+1
* rstp/stp: Unref the rstp/stp when bridges destroyed.nickcooper-zhangtonghao2017-04-211-0/+2