datapath-windows: Fix broken build.
[cascardo/ovs.git] / tests /
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-28 Ben Pfafftests: Avoid nonportable "sed -i".
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-08-24 Alex Wangovn-controller-vtep.at: Remove all 'Broken pipe' warnin...
2015-08-24 Ben Pfaffofp-util: For OF1.0, don't wildcard PCP field when...
2015-08-21 Gurucharan Shettyovsdb-server: Add the ability to push peer-cert.
2015-08-21 Jesse Grosstun-metadata: Always set option present when copying...
2015-08-21 Jarno Rajahalmetest-classifier: Add benchmark.
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-20 Alex Wangovn-controller-vtep.at: Check the successful exit of...
2015-08-19 Joe Stringersystem-traffic: Add basic vxlan tunnel sanity test.
2015-08-19 Joe Stringersystem-macros: Don't explicitly remove bridge.
2015-08-19 Joe Stringersystem-macros: Create ADD_BR variant.
2015-08-19 Joe Stringersystem-traffic: Check ping-by-ping output.
2015-08-19 Joe Stringersystem-common-macros: Allow quotes in NS_EXEC().
2015-08-17 Alex Wangovn-controller-vtep.at: Skip test when using Windows...
2015-08-17 Alex Wangovn-controller-vtep: Add binding module.
2015-08-16 Alex Wangovn-controller-vtep.at: Fix intermittent test failure.
2015-08-16 Alex Wangovn-controller-vtep.at: Fix intermittent test failure.
2015-08-13 Ethan Jacksonofproto: Allow in-place modifications of datapath flows.
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-08-12 Jarno Rajahalmeclassifier: Simplify minimask_hash().
2015-08-11 Joe Stringersystem-kmod-macros: Fix VSWITCHD_STOP.
2015-08-11 Alex Wangovn-controller-vtep: Add gateway module.
2015-08-11 Alex Wangovn: Add controller for VTEP gateway.
2015-08-08 Alex Wangovn-northd: Pass logical port type and options to ovn...
2015-08-08 Alex Wangovn-sbctl: Add ovn-sbctl.
2015-08-07 Daniele Di Proiettotests: Add system-userspace-testsuite.
2015-08-07 Daniele Di Proiettotests: Introduce NS_EXEC and NS_CHECK_EXEC for system...
2015-08-07 Daniele Di Proiettotests: Rename kmod-testsuite to system-kmod-testsuite.
2015-08-07 Joe Stringerkmod-macros: Don't unload kmod in VSWITCHD_STOP.
2015-08-07 Daniele Di Proiettokmod-macros: Move some code to traffic-common-macros.
2015-08-07 Daniele Di Proiettotests: Rename kmod-traffic.at to traffic.at.
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-08-04 Joe Stringerkmod-traffic: Expand sanity tests.
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
2015-08-03 Ben Pfaffactions: Allow caller to specify output table.
2015-07-31 Ben Pfaffofproto-dpif-xlate: Fix mirroring interaction with...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Rewrite mirroring to better fit...
2015-07-31 Minoru TAKAHASHIofp-util: Fix group desc request encoding.
2015-07-31 Minoru TAKAHASHIofp-util: Fix port desc request encoding.
2015-07-31 Ben Pfaffofproto-dpif: Fix inaccurate wildcard output in ofproto...
2015-07-31 Ben Pfafftype-props: Suppress warnings in newer Clang and GCC.
2015-07-29 Ben Pfaffofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid...
2015-07-28 Ben Pfaffofp-print: Abbreviate duplicated table features.
2015-07-27 Gurucharan Shettyofproto-dpif.at: Skip a sflow test.
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-07-24 Ben Pfaffofproto-dpif-xlate: Fix handling of write_actions(group...
2015-07-22 Ben PfaffMakefiles: Clean and do not distribute IDL-generated...
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-21 Aaron Conoletests/automake.mk: Changes to support make distcheck.
2015-07-21 Ben Pfaffofproto-macros: Remove stray garbage from file.
2015-07-20 Alex Wangofpbuf: Update msg when resizing ofpbuf.
2015-07-17 Joe Stringerovn: Fix extra token detection.
2015-07-17 Joe Stringerofp-parse: Fix typo in consistency check.
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-16 Jesse Grossflow: Factor out flag parsing and formatting routines.
2015-07-16 Alex Wangofproto-macros.at: Make check_logs() check all *.log...
2015-07-15 Jarno Rajahalmeflow: Eliminate miniflow_clone() and minimask_clone().
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-13 Ben Pfafftests: Skip IPv6 tests if the system does not support...
2015-07-07 Ben Pfaffofp-util: Log the type of an invalid message being...
2015-07-07 Ben Pfaffofp-util: Require inner and outer message in bundle...
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Use OF1.4+ "importance" as part of eviction...
2015-06-26 Jesse Grosstunneling: Userspace datapath support for Geneve options.
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-25 Jesse Grosstunneling: Don't match on source IP address for native...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-25 Jesse Grossmetaflow: Extend size of mf_value to 128 bytes.
2015-06-25 Jesse Grossbitmap: Convert single bitmap functions to 64-bit.
2015-06-25 Ben Pfafftests: Use taskkill if tskill is not available, on...
2015-06-25 Alin Serdeantests: Reduce user burden for running "make check".
2015-06-23 Ben PfaffIncrease prerequisite from Python 2.4 to Python 2.7.
2015-06-23 Alex Wangdb-ctl-base: Improve show command.
2015-06-23 Alex Wangvtep-ctl: Use db-ctl-base.
2015-06-23 Alex Wangdb-ctl-base: Make common database command code into...
2015-06-23 Alin Serdeantests: Remove the windows service in case it failed...
2015-06-23 Alin Serdeanbfd: Add OVS_VSWITCHD_STOP to bfd unit tests
2015-06-22 Ben Pfaffofproto-dpif-xlate: Add support for OpenFlow group...
2015-06-22 Gurucharan Shettytests: Adjust output of vconn for windows.
2015-06-22 Gurucharan Shettyofproto.at: Don't specify the specific error.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmetest-classifier: Test versioning features.
2015-06-11 Jarno Rajahalmeclassifier: Make traversing identical rules robust.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-10 Jarno Rajahalmeovs-ofctl: Add bundle support and unit testing.
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-06-10 Joe Stringerodp-util: Reuse UUID marshalling for UFID.
2015-06-10 Jarno Rajahalmeofp-parse: Use F_OUT_PORT when parsing.
next