summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 2.7.11.v2.7.11Ilya Maximets2020-08-042-2/+3
* ovs-rcu: Avoid flushing callbacks during postponing.Ilya Maximets2020-06-102-5/+13
* ovsdb: Fix timeout type for wait operation.Ilya Maximets2020-06-011-2/+2
* classifier: Prevent tries vs n_tries race leading to NULL dereference.Eiichi Tsukata2020-05-283-21/+35
* Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"Dumitru Ceara2020-03-261-2/+0
* pvector: Use acquire-release semantics for size.Yanqin Wei2020-03-132-11/+20
* netdev-dpdk: Avoid undefined behavior processing devargsAaron Conole2020-01-131-1/+1
* ofproto: fix stack-buffer-overflowLinhaifeng2019-12-021-1/+1
* ofproto: Fix crash on PACKET_OUT due to recursive locking after upcall.Ilya Maximets2019-11-263-16/+63
* ovsdb-server: fix memory leak while deleting zoneDamijan Skvarc2019-11-201-0/+2
* netdev-dpdk: Fix flow control not configuring.Tomasz Konieczny2019-11-041-15/+36
* rhel: openvswitch-fedora.spec.in: Fix output redirect to null deviceRoi Dayan2019-10-291-1/+1
* dpif-netdev: Do not mix recirculation depth into RSS hash itself.Ilya Maximets2019-10-281-1/+0
* lldp: Fix for OVS crashes when a LLDP-enabled port is deletedSurya Rudra2019-10-242-5/+8
* ofproto: fix a typo for ttl in dpif_sflow_actionsMartin Zhang2019-10-071-1/+1
* Documentation: Fix security mailing list address.Ben Pfaff2019-09-231-1/+1
* compat: Fixup ipv6 fragmentation on 4.9.135+ kernelsGreg Rose2019-09-233-4/+54
* Prepare for 2.7.11.Justin Pettit2019-09-063-1/+10
* Set release date for 2.7.10.v2.7.10Justin Pettit2019-09-062-3/+4
* 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
* Make pid_exists() more robust against empty pid argumentMichele Baldessari2019-08-291-1/+1
* tests: fix output indentation in tunnel.atFlavio Leitner2019-08-281-7/+7
* tnl-neigh: Use outgoing ofproto version.Flavio Leitner2019-08-282-2/+64
* ofproto-dpif: Fix using uninitialised memory in user_action_cookie.Ilya Maximets2019-08-232-18/+23
* libX.pc: use the correct output directoryAaron Conole2019-08-093-4/+4
* configure: Disable -Wnull-pointer-arithmetic Clang warning.Ben Pfaff2019-08-091-0/+1
* stream-ssl: Fix crash on NULL private key and valid certificate.Ilya Maximets2019-06-281-1/+1
* netdev-dpdk: Fix additional vhost tx retry.Kevin Traynor2019-06-281-1/+1
* doc: Fix cropped what-is-ovs page.Ilya Maximets2019-05-172-6/+7
* dpdk: Use DPDK 16.11.9 release.Ian Stokes2019-05-095-8/+10
* dpif-netdev: Update comment about flow installation race.Ilya Maximets2019-04-181-2/+1
* conntrack: Fix minimum connections to clean.Darrell Ball2019-04-161-2/+3
* datapath: Revert "datapath: Fix template leak in error cases."Flavio Leitner2019-04-161-4/+2
* datapath: fix flow actions reallocationAndrea Righi2019-04-151-2/+2
* Prepare for 2.7.10.Justin Pettit2019-04-103-1/+10
* Set release date for 2.7.9.v2.7.9Justin Pettit2019-04-102-2/+3
* ofp-group: support to insert bucket with weight value for select typesolomon2019-03-273-3/+19
* ofproto: fix the bug of bucket counter is not updatedLi Wei2019-03-252-0/+18
* netdev-dpdk: Print netdev name for txq mapping.Ilya Maximets2019-03-221-4/+12
* ifupdown.sh: Add missing "--may-exist" optionGeorge Diamantopoulos2019-03-221-1/+1
* timeval: Check for OS-provided clock_gettime on macOSRichard Oliver2019-03-153-4/+5
* travis: Stop rsyslog before start.Ilya Maximets2019-03-141-0/+4
* vlog: Better handle syslog handler exceptions.Ilya Maximets2019-03-141-11/+14
* travis: Remove 'sudo' configuration.Ilya Maximets2019-03-061-2/+0
* ovsdb-monitor.at: Use correct perl scripts.Ilya Maximets2019-03-051-1/+1
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* conntrack: Fix L4 csum for V6 extension hdr pkts.Darrell Ball2019-02-251-8/+3
* packets: Change return type for 'packet_csum_upperlayer6()'.Darrell Ball2019-02-252-2/+2
* ovsdb-client: Fix typo.Han Zhou2019-02-221-1/+1