summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-0710-16/+144
* dpctl: Fix comment describing get_one_dp().Justin Pettit2017-12-071-2/+2
* tests: Use $(MKDIR_P) instead of mkdir -p.Ben Pfaff2017-12-061-1/+1
* tests: Use $(MKDIR_P) to avoid races.Ben Pfaff2017-12-061-1/+1
* OVN pacemaker: Add the monitor action for Master roleNuman Siddique2017-12-051-8/+40
* ovn/TODO: Remove some completed items.Justin Pettit2017-12-041-69/+0
* datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.Yunjian Wang2017-12-041-1/+6
* OVN: Add external_ids to NAT and Logical_Router_Static_Route tables.Lucas Alvares Gomes2017-12-042-4/+24
* sflow: Correctly document setup command.Ben Pfaff2017-12-041-1/+1
* coding-style: Explain when to break lines before or after binary operators.Ben Pfaff2017-12-041-21/+31
* odp-util: Fix another hang in NSH action parsing.Ben Pfaff2017-12-011-1/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-0110-1/+83
* fedora.rst, rhel.rst: Fix broken build.Ben Pfaff2017-12-012-12/+12
* RPM: Improve doc to use builddep tool.Flavio Leitner2017-12-012-26/+62
* ovn-ctl: Add new commands 'run_nb_server' and 'run_sb_server'Numan Siddique2017-12-013-3/+59
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-012-0/+11
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* odp-execute: Add helpful comment to odp_execute_actions().Ben Pfaff2017-11-301-0/+9
* odp-execute: Skip processing actions when batch is emptiedVishal Deep Ajmera2017-11-301-3/+6
* types: Avoid compound literals as initializers.Ben Pfaff2017-11-301-2/+2
* cmap: Use PADDED_MEMBERS macro for cmap_bucket padding.Ilya Maximets2017-11-301-24/+19
* ofproto-dpif-xlate: Fix bug that may leak ofproto_flow_modYifeng Sun2017-11-291-0/+2
* bfd: Fix memory leakYifeng Sun2017-11-291-0/+1
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* execution: Fix bug that leaks ovsdb_rowYifeng Sun2017-11-291-1/+2
* flow: Avoid buffer overread in parse_nsh() for malformed packet.Ben Pfaff2017-11-291-1/+1
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-297-23/+31
* util: Make xmalloc_cacheline() allocate full cachelines.Ben Pfaff2017-11-291-28/+32
* redhat: Create /etc/openvswitch/* with openvswitch as user/groupTimothy Redaelli2017-11-291-3/+4
* smap: Return default on failure in smap_get_int/ullong.Ilya Maximets2017-11-291-6/+19
* util: Introduce str_to_ullong() helper function.Ilya Maximets2017-11-292-0/+19
* util: Check ranges on string to int/long conversion.Ilya Maximets2017-11-291-2/+12
* ovs-ofctl: Fix bad free in colors_parse_from_env().Lili Huang2017-11-291-1/+2
* datapath-windows: Fix possible NULL dereference in IpFragmentAlin Serdean2017-11-291-0/+1
* datapath-windows: Fix static analysis warnings around ovsInstanceListLockAlin Serdean2017-11-291-4/+7
* datapath-windows: Fix static analysis warnings in OvsGetTcpPayloadLengthAlin Serdean2017-11-291-10/+7
* datapath-windows: Add assert to ethHdr in OvsActionMplsPushAlin Serdean2017-11-291-0/+1
* datapath-windows: Vport check RtlStringCbLengthW return valueAlin Serdean2017-11-291-2/+7
* datapath-windows: prettify logging in iphelperAlin Serdean2017-11-291-2/+3
* datapath-windows: Use only non executable memoryAlin Serdean2017-11-2910-28/+35
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-287-35/+98
* system-stats: Include core number in the process stats.Bhanuprakash Bodireddy2017-11-281-2/+3
* process: Extend get_process_info() for additional fields.Bhanuprakash Bodireddy2017-11-282-20/+25
* util: Add high resolution sleep support.Bhanuprakash Bodireddy2017-11-284-0/+56
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-283-9/+88
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* datapath-windows: Account for VLAN tag in tunnel DecapShashank Ram2017-11-2810-37/+111
* Update mailing list archive pointers to the current server.Justin Pettit2017-11-275-8/+8
* odp-util: Fix buffer overread in parsing string form of ODP flows.Ben Pfaff2017-11-271-1/+1
* tc: Fix build breakage on GCC 7 by annotating fall-through.Ben Pfaff2017-11-271-0/+2