rename myslice => example_slice
[sliver-openvswitch.git] / ofproto /
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Jesse Grosstunnel: Userspace implementation of tunnel manipulation.
2013-01-29 Ethan Jacksonofproto-dpif: Install drops for flows from invalid...
2013-01-28 Ethan Jacksonofproto-dpif: Require an in_port when tracing datapath...
2013-01-28 Ethan Jacksonofproto-dpif: Use ofproto_receive() in update_stats().
2013-01-26 Ben Pfaffofproto: Maintain "expirable" list for "add" flow_mod...
2013-01-26 Ben Pfaffofproto: Properly refresh rule modified time when nothi...
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-24 Ethan Jacksonofproto-dpif: Refresh stats before ovs-appctl dpif...
2013-01-24 Ethan Jacksonofproto-dpif: Scope revalidation state to dpif_backers.
2013-01-24 Ben Pfaffofproto: Avoid wild write removing OFPP_LOCAL port...
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-22 Ethan Jacksonofproto-dpif: Fix minor memory leak when creating dpif_...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-16 Jesse Grossofproto-dpif: Maintain tun_id across action lists.
2013-01-11 Krishna Kondakaalloc_ofp_port does not allocate the port number correctly
2013-01-10 Justin Pettitofproto-dpif: Use proper special value for the reserved...
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2013-01-09 Ben Pfaffofproto-dpif: Eliminate unneeded call to ofproto_dpif_c...
2013-01-09 Jarno Rajahalmeofproto-dpif: More efficient implementation of get_odp_...
2013-01-09 Ben Pfaffconnmgr: Fix memory leak destroying ofmonitor.
2013-01-09 Ben Pfaffofproto-dpif-governor: Fix small memory leak.
2013-01-04 Ben Pfaffvconn: Fix parameters for vconn_open(), vconn_open_bloc...
2013-01-04 Ethan Jacksonofproto-dpif: New function ofproto_receive().
2012-12-31 Jesse Grossofproto-dpif: Initialize tunnel metadata in both 'flow...
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-26 Ben Pfaffovs-vswitch: Make OpenFlow "dp_desc" configurable.
2012-12-26 Ben Pfaffofproto: Use NULL "desc" values to indicate defaults.
2012-12-26 Ben Pfaffofproto: Remove ofproto_set_desc().
2012-12-21 Ethan Jacksonofproto-dpif: Don't output to nonexistent ports.
2012-12-21 Ethan Jacksonofproto-dpif: User proper type for odp_port when output...
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-12-21 Ethan Jacksonofproto: Remove trailing whitespace.
2012-12-18 Ben Pfaffofproto, ofproto-dpif: Fix memory leaks of struct iface...
2012-12-18 Ben Pfaffofproto-dpif: Fix another memory leak in type_run().
2012-12-18 Ben Pfaffofproto-dpif: Fix memory leak in type_run().
2012-12-18 Ben Pfaffofproto-dpif: Avoid potential undefined behavior in...
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-12-10 Jarno RajahalmeOpenflow 1.1 queue set/get config placeholders.
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-12-04 Ben Pfaffofp-errors: Make every error encodable.
2012-12-03 Jarno Rajahalmeinclude/openflow: Moved remaining common definitions...
2012-12-03 Simon Hormanconnmgr: Reinitialise controllers if protocols changes
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-29 Giuseppe LettieriMerge branch 'mainstream'
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-24 Giuseppe LettieriMerge branch 'mainstream'
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-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_TABLE_ID
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
next