summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-sandbox: Add option to support multiple ovn-controllers.Ben Pfaff2018-05-251-3/+15
* ovs-sim: Convert documentation to RST format.Ben Pfaff2018-05-257-328/+230
* ovsdb: Improve timing in cluster torture test.Ben Pfaff2018-05-251-3/+2
* ovsdb: Improve torture test for clusters.Ben Pfaff2018-05-251-6/+6
* ovn: Update TODO.Ben Pfaff2018-05-251-26/+0
* compati/ip_gre: remove duplicate vport definition.William Tu2018-05-251-4/+0
* odp-util: refector erspan option parsing.William Tu2018-05-251-8/+5
* erspan: update NEWS and FAQ.William Tu2018-05-252-2/+23
* Embrace anonymous unions.Ben Pfaff2018-05-2538-456/+457
* ovs-fields: Improve formatting of NSH section.Ben Pfaff2018-05-251-36/+32
* ovs-fields: Correct ideas about which OXM classes are official.Ben Pfaff2018-05-252-30/+36
* erspan: add NXOXM_ET_ERSPAN_ field tests.William Tu2018-05-251-32/+45
* ovn pacemaker: Fix promotion issue when the master node is resetNuman Siddique2018-05-251-1/+1
* dpdk: reflect status and version in the databaseAaron Conole2018-05-259-12/+85
* dpdk: allow init to failAaron Conole2018-05-251-7/+16
* dpif-netdev: Free packets on TUNNEL_PUSH if should_steal.Ilya Maximets2018-05-251-5/+9
* netdev-dpdk: fix check for "net_nfp" driverTimothy Redaelli2018-05-251-1/+1
* netdev-dpdk: Don't use PMD driver if not configured successfullyEelco Chaudron2018-05-252-4/+11
* netdev-dpdk: Remove use of rte_mempool_ops_get_count.Kevin Traynor2018-05-251-12/+13
* Extend tests for conjunctive match support in OVNNuman Siddique2018-05-241-0/+228
* Factor prerequisites out of AND/OR trees with unique symbolJakub Sitnicki2018-05-242-12/+72
* netdev-native-tnl: Fix alignment for erspan index.Darrell Ball2018-05-241-11/+4
* ofp-flow: Fix uninitialized data decoding OF1.5 flow stats.Ben Pfaff2018-05-232-0/+2
* rconn: Introduce new invariant to fix assertion failure in corner case.Ben Pfaff2018-05-233-26/+18
* datapath: compat: Fix ndo_size in RHEL 7.5 backportYi-Hung Wei2018-05-235-0/+6
* ovn-controller: Count calls to lflow_run()Jakub Sitnicki2018-05-231-1/+6
* rhel: Use openvswitch user/group for the log directoryTimothy Redaelli2018-05-231-1/+1
* ovn.at: fix occasional failure - ACL reject rule testHan Zhou2018-05-231-1/+3
* odp-execute: Rename 'may_steal' to 'should_steal'.Darrell Ball2018-05-236-30/+31
* odp-execute: Correct and clarify 'steal' parameter.Darrell Ball2018-05-231-2/+6
* tests: Make test result more predictable.Darrell Ball2018-05-231-1/+2
* erspan: fix invalid erspan version.William Tu2018-05-211-1/+3
* gre: Resolve gre receive issuesGreg Rose2018-05-214-18/+164
* rhel: Enable ERSPAN features for RHEL 7.xGreg Rose2018-05-213-14/+26
* erspan: set bso when truncated bit is set.William Tu2018-05-211-1/+1
* erspan: auto detect truncated ipv6 packets.William Tu2018-05-212-0/+12
* ip6erspan: make sure enough headroom at xmit.William Tu2018-05-211-0/+3
* ip6erspan: improve error handling for erspan version number.William Tu2018-05-211-0/+2
* ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-05-211-1/+2
* erspan: Add flow-based erspan optionsGreg Rose2018-05-216-54/+198
* lib/dpif-netlink: Fix miscompare of gre portsGreg Rose2018-05-211-2/+2
* ip6gre: Add ip6gre vport typeGreg Rose2018-05-216-8/+26
* erspan: auto detect truncated packets.William Tu2018-05-212-0/+12
* openvswitch: fix vport packet length check.William Tu2018-05-211-4/+4
* erspan: add kernel datapath supportWilliam Tu2018-05-217-10/+435
* userspace: add erspan tunnel support.William Tu2018-05-2130-27/+1183
* userspace: add gre sequence number support.William Tu2018-05-215-6/+42
* netdev-native-tnl: refactor the tunnel push header.William Tu2018-05-214-6/+11
* datapath: add erspan version I and II supportWilliam Tu2018-05-213-1/+54
* compat: erspan: use bitfield instead of mask and offsetWilliam Tu2018-05-211-2/+3