Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / tests /
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-23 Ansis Attekavswitchd: fix 32-bit builds
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-19 Simon Hormanvswitchd: Configuration of allowed OpenFlow versions
2012-11-16 Justin Pettitbridge: Always "up" internal devices.
2012-11-16 Ben Pfaffofp-util: Allow use of OpenFlow 12 flow format
2012-11-15 Pravin B Shelarodp-utils: Print human readable ipv4-tunnel-key flags.
2012-11-09 Ben Pfafftests: Add tests for encoding and decoding OpenFlow...
2012-11-05 Simon Hormanofp-util: Add version bitmap support to hello messages.
2012-11-05 Simon Hormanvconn: Replace minimum version with bitmap of allowed...
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-11-02 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Justin Pettitofproto-dpif: Use a single underlying datapath across...
2012-11-02 Justin Pettitofproto-dpif: Add ovs-appctl commands for ovs-dpctl...
2012-11-02 Justin Pettittests: Rewrite unit tests to not expect bridge with...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin Pettittests: Define new ADD_OF_PORTS macro for ofproto tests.
2012-11-02 Justin PettitAllow the OpenFlow port to be requested for a port.
2012-11-02 Justin PettitUse ODP ports in dpif layer and below.
2012-11-01 Jesse Grossodp: Enable parsing ipv4_tunnel key.
2012-10-29 Justin Pettitflow: Set ttl in flow_compose().
2012-10-26 Isaku YamahataOF11: push_vlan support
2012-10-23 Ed Mastelib: Accomodate FreeBSD return value for ssl connection.
2012-10-22 Mehak MahajanARP packets must have print arp_tpa/arp_spa instead...
2012-10-22 Mehak MahajanDo not print ICMP fields for non IP packets.
2012-10-22 Mehak MahajanChange logging format for flows to that accepted by...
2012-10-18 Joe Stringerofp-actions: Implement writing to metadata field
2012-10-18 Isaku Yamahataofpaction: support OF11 pop_vlan
2012-10-18 Ben Pfaffofp-util: Again allow OpenFlow port 0 in commands and...
2012-10-18 Isaku Yamahatalib: support OF11 dec_nw_ttl
2012-10-16 Isaku Yamahatainstruction/clear-actions: string parser/formater,...
2012-10-16 Isaku Yamahatainstruction: support goto-table action
2012-10-15 Isaku Yamahatapython/ovs/stream: teach stream.py tcp socket
2012-10-14 Ben Pfaffofp-errors: Merge OF1.0 "all tables full" with OF1...
2012-10-12 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages
2012-10-10 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages
2012-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-10-05 Ethan Jacksontimeval: Recover from failed timer_create() calls.
2012-10-04 Mehak Mahajanovsdb/jsonrpc-server: ovsdb-server closes accepted...
2012-10-04 Ethan Jacksontests: Allow environment specified autom4te.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-10-02 Ed Mastetests: jemalloc debug config for FreeBSD 9 and 10.
2012-10-01 Ed Mastetests: Also enable FreeBSD libc debugging
2012-10-01 Ben Pfafftests: Enable glibc malloc debugging features in testsuite.
2012-10-01 Simon Hormanofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove...
2012-10-01 Simon Hormanofproto: Add del-flow based on table-id tests
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-26 Isaku Yamahataofp-actions: Add support for OpenFlow 1.2 "set-field...
2012-09-25 Ben Pfaffovsdb-server: Add support for multiple databases.
2012-09-21 Simon Hormanflow: Only show IPv4 flow information for IPv4 flows
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-17 Ben Pfafftests: Fix sensitivity to record ordering in test-netfl...
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-09-07 Ben Pfaffreconnect: Rename reconnect_received() to reconnect_act...
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-09-04 Simon Hormanofp-errors: Remove OFPERR_NXBIC_DUP_TYPE
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffhash: Introduce an implementation of murmurhash.
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffutil: New function popcount().
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-09-04 Ben Pfaffflow: Remove flow_wildcards_is_exact().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Ensure that padding is always zeroed.
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-08-31 Ben Pfafflockfile: Log more helpful message when locking fails...
2012-08-31 Ben Pfafflockfile: In tests, also verify log messages.
2012-08-29 Simon Hormanofp-msgs: Allow encoding and decoding of Open Flow...
2012-08-29 Simon Hormanovs-ofctl: Use vconn as a parameter of dump_stats_trans...
2012-08-29 Simon Hormanofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST
2012-08-29 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-29 Joe Stringertests: Fix autopath tests
2012-08-20 Ben Pfaffofproto-dpif: Kill off test-netflow daemon if test...
2012-08-20 Ben Pfafftests: New m4 macro ON_EXIT to add a cleanup action.
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-17 Ben Pfafftests: Put AT_CAPTURE_FILE on its own line.
2012-08-17 Ben Pfafftests: Invoke daemons with --no-chdir so core files...
2012-08-16 Ben Pfafftests: Factor "seq" shell function out into common...
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-08-14 Jesse Grosstests: Add delay in NetFlow unit tests before killing...
2012-08-10 Simon Hormanofp-print: Enable display of Open Flow 1.1 & 1.2 Table...
2012-08-10 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-09 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Port Mod...
2012-08-09 Leo Altermantimeval: On Linux x86-64 systems refresh time whenever...
2012-08-09 Leo Altermanlockfile: Remove lockfile_lock timeout argument
2012-08-09 Simon HormanAllow decoding of Open Flow 1.1 & 1.2 Flow Removed...
2012-08-09 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 and 1.2 Packe...
2012-08-08 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Packet In...
2012-08-08 Simon Hormanofp-print: Open Flow 1.2 Flow Mod message tests
2012-08-07 Ben Pfafftests: Test that ofp10_match bytes that should be ignor...
2012-08-07 Ben Pfaffvconn: Ensure that vconn_run() is enough to complete...
next