summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Stop parse odp actions if nlattr is overflowbranch-2.3Yifeng 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
* 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
* 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
* bond: Fix bug that writes to freed memoryYifeng Sun2017-12-201-1/+3
* 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
* extract-ofp-errors: Avoid unintentional sign extension in generated code.Ben Pfaff2017-06-011-2/+4
* debian: Add SYSTEMCTL_SKIP_REDIRECT to init filesRaymond Burkholder2017-05-301-0/+1
* lacp: fix build failure with inline declarationShu Shen2017-01-311-1/+2
* rconn: Avoid abort for ill-behaved remote.Ben Pfaff2016-12-231-6/+10
* lacp: Select a may-enable IF as the lead IFBen Pfaff2016-12-232-1/+9
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* csum: Fix csum_continue() on big endian with an odd number of bytes.Daniele Di Proietto2016-12-091-0/+4
* stream-ssl: Fix memory leak on error path.Ben Pfaff2016-10-171-1/+1
* netdev-dpdk.h: Add missing copyright.Daniele Di Proietto2016-10-121-0/+16
* token-bucket: Correctly truncate existing tokens.Eziz Durdyyev2016-07-141-1/+1
* ipfix: Bug fix for not sending template packets on 32-bit OSBenli Ye2016-06-141-2/+2
* stp: Initialize mutex whenever we register unixctl command.Ben Pfaff2016-05-202-12/+16
* acinclude.m4: Fix skb_get_hash function detectionMarkos Chandras2016-05-161-1/+2
* ovs-save: Handle MTU changes correctly.Gurucharan Shetty2016-04-111-2/+2
* datapath: check for backported ip_is_fragmentFlavio Leitner2016-04-072-1/+2
* Prepare for 2.3.4.Justin Pettit2016-03-223-1/+12
* Set release date for 2.3.3.v2.3.3Justin Pettit2016-03-222-4/+6
* flow: Fix buffer overflow for crafted MPLS packets.Ben Pfaff2016-03-221-3/+3
* ovs-thread: Do not always end quiescent state in ovs_thread_create().Daniele Di Proietto2016-03-255-2/+75
* bridge: Fix qos_unixctl_show bug.Ian Stokes2016-03-222-16/+23
* ovs-vtep: Delete flows with untagged vlan carefully.Gurucharan Shetty2016-03-172-2/+3
* 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
* netdev-linux: Fix warning message.Thadeu Lima de Souza Cascardo2016-02-161-1/+1
* netlink-socket: return correct error code when connect failsThadeu Lima de Souza Cascardo2016-02-161-0/+1
* ofproto-dpif-upcall: Do not attribute stats when flow_del returns error.Alex Wang2016-02-051-0/+4
* Summary: From: Ethan Jackson <ethan@nicira.com>Ethan Jackson2016-02-052-70/+189
* ofproto-dpif-xlate: Make xlate_actions() caller supply action buffer.Ben Pfaff2016-02-054-89/+94
* type-props: Suppress warnings in newer Clang and GCC.Ben Pfaff2016-02-052-9/+29
* type-props: Avoid a MSVC warning.Gurucharan Shetty2016-02-051-2/+2
* ofproto-dpif-mirror: Fix bug that flag "need_revalidate" is never reset.Huanle Han2016-02-051-2/+4
* bridge: Do not add bridges with '/' in name.Daniele Di Proietto2016-02-032-2/+33
* datapath: test for netlink_set_err returning voidPravin B Shelar2016-01-282-1/+3
* ovs-ofctl: Fix memory leak reported by valgrind.William Tu2016-01-111-1/+4
* ofp-util: Avoid use-after-free error in ofputil_append_meter_config().Ben Pfaff2016-01-042-1/+3
* netdev-bsd: Destroy mutex on netdev_bsd_construct_system() error path.xushengping2016-01-042-1/+3