summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 2.5.9.v2.5.9Justin Pettit2019-09-062-2/+3
* datapath: Clear the L4 portion of the key for "later" fragmentsJustin Pettit2019-09-041-1/+4
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-09-043-52/+82
* ofproto-dpif: Fix using uninitialised memory in user_action_cookie.Ilya Maximets2019-08-242-16/+21
* stream-ssl: Fix crash on NULL private key and valid certificate.Ilya Maximets2019-06-281-1/+1
* datapath: fix flow actions reallocationAndrea Righi2019-04-151-2/+2
* Prepare for 2.5.9.Justin Pettit2019-04-103-1/+10
* Set release date for 2.5.8.v2.5.8Justin Pettit2019-04-102-2/+3
* ifupdown.sh: Add missing "--may-exist" optionGeorge Diamantopoulos2019-03-221-1/+1
* travis: Automatically recheck failed tests.Ben Pfaff2019-03-201-1/+1
* tests: Add ability to automatically rerun failed tests.Ben Pfaff2019-03-207-12/+13
* travis: Remove 'sudo' configuration.Ilya Maximets2019-03-061-2/+0
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* Prepare for 2.5.8.Justin Pettit2019-02-213-1/+10
* Set release date for 2.5.7.v2.5.7Justin Pettit2019-02-212-2/+3
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4
* stt: Fix return code during xmit.Aaron Conole2019-01-241-1/+1
* 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
* debian: Install correct vtep-ctl.Ben Pfaff2018-12-031-1/+1
* datapath-windows: Fix invalid reference in Buffermgmt.cSairam Venugopal2018-11-151-2/+4
* bond: Fix LACP fallback to active-backup when recirc is enabled.Ben Pfaff2018-11-051-3/+22
* bridge.c: prevent controller connects while flow-restore-waitZak Whittington2018-10-251-1/+2
* Prepare for 2.5.7.Justin Pettit2018-10-194-1/+16
* Set release date for 2.5.6.v2.5.6Justin Pettit2018-10-192-3/+4
* test-hash: Fix unaligned pointer value error.Joe Stringer2018-10-161-10/+10
* odp-execute: Fix broken build with Clang as compiler.Ben Pfaff2018-10-163-5/+5
* travis: Remove sparse support.Ben Pfaff2018-10-162-10/+2
* 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
* lex: Fix buffer overrun parsing overlong hexadecimal constants.Yifeng Sun2018-10-021-6/+8
* ovsdb-client: Fix a bug that uses wrong indexYifeng Sun2018-09-271-2/+2
* 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
* datapath: lisp: Fix uninitialized field in tunnel_cfg.Yunjian Wang2018-09-121-0/+1
* 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
* datapath: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-07-301-6/+3
* compat: Initialize IPv4 reassembly secret timerGreg Rose2018-07-272-0/+6
* 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-actions: Avoid buffer overread in BUNDLE action decoding.Ben Pfaff2018-07-051-6/+7