summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 2.9.6.v2.9.6Justin Pettit2019-09-042-2/+3
* datapath: Clear the L4 portion of the key for "later" fragmentsJustin Pettit2019-08-291-1/+4
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-293-68/+95
* 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
* pinctrl: Fix DNS packet parsingDumitru Ceara2019-08-281-1/+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-24/+29
* ovs-lib: Fix standalone db migration to raftAliasgar Ginwala2019-08-211-0/+1
* datapath-windows: Fix updating ct label when mask is specifiedAnand Kumar2019-08-191-0/+1
* configure: Disable -Wnull-pointer-arithmetic Clang warning.Ben Pfaff2019-08-091-0/+1
* dpif-netlink: Allow offloading of flows with dl_type 0x1234.Ilya Maximets2019-07-311-5/+0
* 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
* conntrack: Fix clang warning.Darrell Ball2019-05-081-1/+1
* conntrack: Replace structure copy by memcpy().Darrell Ball2019-05-061-9/+12
* conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'.Darrell Ball2019-05-061-4/+21
* conntrack: Fix race for NAT cleanup.Darrell Ball2019-05-061-39/+90
* rhel: Use PIDFile on forking systemd service filesTimothy Redaelli2019-04-223-0/+3
* dpif-netdev: fix meter at high packet rate.William Tu2019-04-221-1/+1
* dpif-netdev: Fix double parsing of packets when EMC disabled.Ilya Maximets2019-04-181-12/+7
* 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
* compiler: Fix compilation when using VStudio 2015/2017Alin Gabriel Serdean2019-04-161-0/+12
* datapath: fix flow actions reallocationAndrea Righi2019-04-151-2/+2
* Prepare for 2.9.6.Justin Pettit2019-04-103-1/+10
* Set release date for 2.9.5.v2.9.5Justin Pettit2019-04-102-2/+3
* reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT.Han Zhou2019-03-281-1/+1
* ofp-group: support to insert bucket with weight value for select typesolomon2019-03-273-3/+19
* OVN: Make periodic RAs consistent with RA responder.Mark Michelson2019-03-253-6/+4
* OVN: Always send prefix option in RAsMark Michelson2019-03-254-18/+16
* OVN: Use offset instead of pointer into ofpbufMark Michelson2019-03-251-2/+6
* 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
* dpdk: Stop dumping memzones to stdout.Ilya Maximets2019-03-191-1/+17
* netdev-tc-offloads: Improve log message for icmpv6 offload not supportedMoshe Levi2019-03-181-2/+2
* Add unixctl option for ovn-northdVenkata Anil2019-03-155-4/+80
* 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
* OVN: update RA next_announce according to {min, max}_intervalLorenzo Bianconi2019-03-041-0/+5
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* vagrant: fix merge conflictDavid Marchand2019-02-271-12/+0
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2019-02-274-161/+236
* Revert "Fix crash due to multiple tnl push action"Ben Pfaff2019-02-261-0/+7
* conntrack: Fix L4 csum for V6 extension hdr pkts.Darrell Ball2019-02-221-18/+10
* packets: Change return type for 'packet_csum_upperlayer6()'.Darrell Ball2019-02-222-2/+2