ofproto: Inline trivial functions.
[sliver-openvswitch.git] / tests /
2014-04-29 Ben Pfafftests: Whitelist messages about RCU blocking in the...
2014-04-29 Jarno Rajahalmelib/odp-util: Remove extra parenthesis from sctp key...
2014-04-28 Ben Pfafftests: Fix up "ofproto-dpif - ofproto-dpif-monitor 1".
2014-04-28 Dave TuckerPython Logging Formatting Improvements
2014-04-28 Joe Stringertests: Fix race condition waiting for monitor thread.
2014-04-24 Ethan Jacksonofproto-dpif-upcall: Remove the flow_dumper thread.
2014-04-23 Simon Hormanrun-ryu: Use unix socket rather than patch ports
2014-04-22 Gurucharan Shettytestsuite.at: Workaround for carriage returns on windows.
2014-04-22 Gurucharan Shettytestsuite.at: kill for windows.
2014-04-22 Gurucharan Shettytestsuite.at: pwd for windows.
2014-04-22 Gurucharan Shettytests: Define a variable "IS_WIN32" for tests.
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-17 Alex Wangofproto-dpif.at: Fix a race.
2014-04-10 Ben Pfafftests: Skip queue limit tests if the queues are very...
2014-04-10 Joe Stringerofproto-dpif.at: Update MPLS test names.
2014-04-10 YAMAMOTO Takashilearn.at: Fix a shell syntax
2014-04-09 Joe Stringertests/ofproto-dpif: Use vlog to test dpif behaviour.
2014-04-09 Jarno RajahalmeTests: Fix ofproto/trace and expose megaflows when...
2014-04-09 Andy Zhoudpif: Wildcard bond output port with recirculation
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix a race in "idle_age and hard_age...
2014-04-08 YAMAMOTO Takashilearn.at: Fix a race in "learn refreshes hard_age"...
2014-04-08 YAMAMOTO Takashilearn.at: Fix a race in "self-modifying flow with hard_...
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix races in "NetFlow flow expiration...
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix a race in "flow stats" test
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix a race in fin_timeout test
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix some races in MPLS actions tests
2014-04-08 YAMAMOTO Takashilearn.at: Fix a race in "self-modifying flow with idle_...
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Avoid races in table miss tests
2014-04-08 YAMAMOTO Takashiofproto-dpif.at: Fix a race in "ofproto-dpif - controller"
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-07 Ben Pfaffovsdb-server: Improve message for "add-db" of database...
2014-04-07 Ben Pfafflockfile: Improve log message when a process tries...
2014-04-07 Ben Pfafftests: Fix typo in ovsdb-server test.
2014-04-07 Ben Pfafftests: Remove problematic but questionably useful part...
2014-04-07 Simon Hormanofp-parse: Handle buffer resize when parsing actions
2014-04-06 YAMAMOTO Takashiovsdb-server.at: Update a comment
2014-04-06 YAMAMOTO Takashiofproto-dpif.at: Wait for the monitor's pidfile disappe...
2014-04-05 Ben Pfaffdpif-netdev: Unwildcard entire odp_port in dpif_netdev_...
2014-04-04 Alex Wangtest-reconnect: Fix a warning.
2014-04-04 Gurucharan ShettyAvoid static declarations of arrays with unknown size.
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-04-03 Flavio Leitnerbridge: don't bring up internal ports by default.
2014-04-03 Jarno Rajahalmeofpbuf: Rename trivial _get_ functions without the...
2014-04-03 Lorand Jakabtests: add ovstest to .gitignore
2014-04-03 Andy Zhouunit-test: Link 29 test programs into ovstest
2014-04-03 Andy Zhouunit-test: Improve ovstest user interface
2014-04-03 Ben Pfaffjsonrpc-server: Combine notifications when connection...
2014-04-03 Ben PfaffRevert "json: New function json_serialized_length()."
2014-04-03 Ben PfaffRevert "ovsdb-data: New functions for predicting serial...
2014-04-03 Ben PfaffRevert "jsonrpc-server: Add test for disconnecting...
2014-04-03 Ben Pfaffovsdb-server: Send update for _version for changes...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-04-02 YAMAMOTO Takashiofproto.at: Fix races in rule eviciton tests
2014-04-02 YAMAMOTO Takashiofproto-dpif: Fix races in MPLS tests
2014-04-02 YAMAMOTO Takashiofproto: Fix a race in pause and resume test
2014-04-02 YAMAMOTO Takashiofproto-dpif.at: Fix races in table-miss tests
2014-04-01 Andy Zhouunit-test: merge test-heap into ovstest
2014-04-01 Andy Zhouunit-test: Add ovstest
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-28 Andy Zhouovs-vsctl: Improve error reporting
2014-03-24 Alexander Wuofp-util: Implement OFPMP_TABLE_FEATURES decoding and...
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2014-03-23 Alexandru Copotofproto: Allow the use of the OpenFlow 1.4 protocol
2014-03-20 Simon Hormanofproto-dpif: Add table-miss flow tests
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-03-20 Alex Wangcfm: Add test for the update of CFM status to OVSDB.
2014-03-19 Jarno Rajahalmelib/flow: Retain ODPP_NONE on flow_extract().
2014-03-18 Justin Pettittests: Fix small typo in "OpenFlow" in ofproto tests.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-13 YAMAMOTO Takashilearn.at: fix a race in "self-modifying flow with hard_...
2014-03-13 YAMAMOTO Takashilearn.at: fix a comment
2014-03-13 YAMAMOTO Takashilearn.at: wrap long comments
2014-03-12 kmindgofproto: Update rule's priority in eviction group.
2014-03-11 Joe Stringertests: Test learned flow idle timeouts.
2014-03-04 Gurucharan ShettyMakefile: Remove unnecessary includes of SSL_LIBS.
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-27 YAMAMOTO Takashiofproto-dpif.at: Avoid races in MPLS tests
2014-02-27 Ben Pfafftests: Re-fix a race.
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-26 YAMAMOTO Takashiofproto-dpif: Fix "sFlow packet sampling" tests on...
2014-02-26 Ben Pfafftests: Sort output from dump-flows to avoid hash order...
2014-02-26 Joe Stringerupcall: Remove datapath flows when setting n-threads.
2014-02-25 Joe Stringerofproto-dpif: Test flow stats reporting.
2014-02-22 Ben Pfaffofproto-dpif-xlate: Avoid recursively taking read side...
2014-02-20 Simon Hormantests/run-ryu: Correct logfile reporting
2014-02-19 Simon Hormanpackets: Always set ethertype in push_mpls()
2014-02-19 Joe Stringertests: Add MPLS push on MPLS test.
2014-02-19 YAMAMOTO Takashitests/run-ryu: Fix setup for Ryu tests
2014-02-19 YAMAMOTO Takashitests/run-ryu: Fix log file names
2014-02-14 Ben Pfafftests: Add support for automatically running Ryu tests...
2014-02-12 Jarno Rajahalmemeta-flow: Fix setting MFF_IP_FRAG.
2014-02-11 Joe Stringertests: Fix MPLS test cases.
2014-02-11 Joe Stringertests: Add basic MPLS push test.
2014-02-11 Ben Pfafftests: Add missing banner.
2014-02-08 Joe Stringertests: Don't rely on strace for IPv6 IDL testcases.
2014-02-07 Simon Hormantests: Add MPLS + VLAN tests.
2014-02-07 YAMAMOTO Takashiofproto-dpif.at: Avoid races in "ofproto-dpif - dummy...
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 YAMAMOTO Takashiofproto-dpif.at: Avoid races by sleeping
next