ofproto-dpif: Use ofproto_receive() in update_stats().
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
2013-01-28 Ethan Jacksonofproto-dpif: Use ofproto_receive() in update_stats().
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-22 Ethan Jacksonofproto-dpif: Fix minor memory leak when creating dpif_...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Jesse Grossofproto-dpif: Maintain tun_id across action lists.
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-04 Ethan Jacksonofproto-dpif: New function ofproto_receive().
2012-12-31 Jesse Grossofproto-dpif: Initialize tunnel metadata in both 'flow...
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-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-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
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-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-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-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-09-26 Ben Pfaffofproto-dpif: Report in trace "output" if an "output...
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
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 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-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-03 Ben Pfaffofproto-dpif: Remove superfluous cast.
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
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-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
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-22 Ethan Jacksonofproto-dpif: Place high priority on sending CCMs.
2012-06-22 Ethan Jacksonbridge: Run fast when adding and deleting ports.
2012-06-21 Ben Pfaffofproto-dpif: Add coverage counters for facet revalidation.
2012-06-21 Ben Pfaffofproto-dpif: Remove unused coverage counters.
2012-06-07 Ethan Jacksonofproto-dpif: Avoid calling eth_addr_is_reserved().
2012-06-07 Ethan Jacksonpackets: Generalize reserved RSPAN protocols.
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
2012-05-14 Simon HormanRemove forward declaration of vsp_vlandev_to_realdev()
2012-05-10 Simon Hormanofproto-dpif: Make parameters const.
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "slow path" datapath flows.
2012-05-09 Ben Pfaffofproto-dpif: Introduce "internal flows" for handling...
2012-05-09 Ben Pfaffofproto-dpif: Move code closer to left margin in facet_...
2012-05-09 Ben Pfaffofproto-dpif: Factor parts of update_stats() out into...
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-09 Ben Pfaffodp-util: Use switch for checking values of an enum.
2012-05-09 Ben Pfaffofproto-dpif: Minor style fix.
2012-05-07 Ben Pfaffofproto-dpif: Accept OpenFlow-like flows in "ofproto...
2012-05-07 Ben Pfaffofproto-dpif: Factor out VLAN splinter flow adjustment...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid calling get_ofp_port() twice in...
next