Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / ofproto /
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-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Ansis Attekaovs-appctl: fix help message for ofproto/trace command
2012-11-20 Gurucharan Shettyofproto: Fix ofport allocation.
2012-11-19 Ben Pfaffconnmgr: Use version of underlying rconn
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-16 Justin Pettitofproto-dpif: Remove datapath flows of deleted ports.
2012-11-16 Justin Pettitofproto-dpif: Query port existence by name to prevent...
2012-11-16 Justin Pettitofproto-dpif: Correct in_port on send_packet().
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-16 Ben Pfaffofp-util: Rename OFPUTIL_P_* constants and update comme...
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-12 Simon Hormanrconn: Add allowed OpenFlow versions
2012-11-05 Simon Hormanconnmgr: Parameterize ofservice_create() over allowed...
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 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Justin Pettitofproto-dpif: Use a single underlying datapath across...
2012-11-02 Justin Pettitdpif-sflow: Remove unused parameter from dpif_sflow_cre...
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
2012-11-02 Justin Pettitofproto-dpif: Introduce subfacet_destroy_batch().
2012-11-02 Justin Pettitofproto-dpif: Add ovs-appctl commands for ovs-dpctl...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin Pettitofproto: Add initialization function.
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-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-10-29 Ben Pfaffofproto-dpif: Fix "ofproto/trace" of flow for local...
2012-10-26 Isaku YamahataOF11: push_vlan support
2012-10-18 Joe Stringerofp-actions: Implement writing to metadata field
2012-10-16 Isaku Yamahatainstruction/clear-actions: string parser/formater,...
2012-10-16 Isaku Yamahatainstruction: support goto-table action
2012-10-14 Ben Pfaffofp-errors: Merge OF1.0 "all tables full" with OF1...
2012-10-12 Ben Pfaffofproto: Fix typo in macro name.
2012-10-12 Simon Hormanofproto: Do not add flow on flow mod if new_cookie...
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-04 Ben Pfaffofproto-dpif: Avoid zeroing tunnel info in handle_miss_...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-10-01 Simon Hormanofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove...
2012-09-28 Simon Hormanofproto: Rationalise comments in handle_flow_mod().
2012-09-26 Ben Pfaffofproto-dpif: Report in trace "output" if an "output...
2012-09-26 Ben Pfaffopenflow-1.2: Remove OFPAT12_* definitions that duplica...
2012-09-20 Anupam Chandaofproto: Fix uninitialized field in ofputil_flow_update.
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_TABLE_ID
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
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 zero_rightmost_1bit().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffofproto: Move ofpacts_check() calls from ofproto-dpif...
2012-09-04 Ben Pfaffofproto: Move 'max_ports' from ofproto-dpif.c to ofproto.c.
2012-08-29 Isaku Yamahataofproto-dpif: Make OFPP_TABLE send packet-in on miss.
2012-08-29 Isaku Yamahataofproto-dpif: refactor rule_dpif_lookup() for table...
2012-08-21 Ben Pfaffofproto-dpif: Make sure one-packet flows have zero...
2012-08-21 Ben Pfaffdpif: Add 'used' argument to dpif_flow_stats_extract().
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-16 Ben Pfaffofproto-dpif: Avoid dereferencing possibly null or...
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-08-16 Ethan Jacksonofproto-dpif: Increase recursion limit.
2012-08-16 Ben Pfaffofproto-dpif: Fix typo in comment.
2012-08-16 Ben Pfaffofproto-dpif: Make sure one-packet flows have zero...
2012-08-16 Ben Pfaffofproto-dpif: Avoid searching all subfacets when creati...
2012-08-13 Ethan Jacksoncfm: Expose remote CFM opstate in the database.
2012-08-13 Ethan Jacksoncfm: Report opup as undefined if not in extended mode.
2012-08-09 Ben PfaffAdd support for 'hard_timeout' in OF1.2 flow_removed...
2012-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Packet In...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-03 Ben Pfaffofproto-dpif: Remove superfluous cast.
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-07-24 Ben Pfaffofproto-dpif: Add more details to "ofproto/trace" output.
2012-07-18 Ben Pfaffofproto-dpif: Make OFPP_TABLE always resubmit to table 0.
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-16 Gurucharan Shettyofproto: fix typo in documentation.
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
2012-07-12 Ben Pfaffofproto: Represent flow cookie changes as operations...
2012-07-12 Ben Pfaffofproto: Revert change in flow cookie when an ofoperati...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-12 Ben Pfaffofproto: Finalize all ofoperations in a given ofgroup...
2012-07-12 Ben Pfaffofproto: Mark some function parameters const.
2012-07-06 Ben Pfaffofproto: Make ofoperation_create() return the new opera...
2012-07-06 Ben Pfaffofproto: Fix typos in comments.
2012-07-05 Ben Pfaffovs-vswitchd: Log datapath ID in a more user-friendly...
2012-07-05 Ben Pfaffofproto: Always include ofproto name in log messages.
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-06-27 Ben Pfaffofproto: Report nonexistent ports and queues as errors...
2012-06-26 Mehak MahajanSetting miss_send_len on receiving NXT_SET_ASYNC_CONFIG...
2012-06-26 Ben Pfaffofproto-dpif-governor: Improve performance when most...
2012-06-22 Ethan Jacksonofproto-dpif: Place high priority on sending CCMs.
next