ofproto-dpif: Always un-wildcard 'dl_type'.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-24 Ethan Jacksonofproto-dpif: Minor need_revalidate tweaks.
2013-06-24 Ben Pfaffofproto-dpif: Make "fdb/show" report OpenFlow port...
2013-06-21 Justin Pettitofproto-dpif: Use megaflows.
2013-06-21 Justin Pettitdpif: Log flow masks for "put" and "dump_next".
2013-06-21 Justin Pettitofproto-dpif: Handle failed flow 'put's.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-19 Ethan Jacksonofproto-dpif: Revalidate on ofproto removal.
2013-06-19 Ethan Jacksonofproto-dpif: Reconfigure when netflow is enabled/disabled.
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Ethan Jacksonofproto-dpif: Reconfigure tunnel in port_modified().
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-18 Justin Pettitofproto-dpif: Move process_special() to ofproto-dpif...
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct priority_to_dscp.
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct dpif_backer.
2013-06-12 Ethan Jacksonofproto-dpif: Verify backer in ofport_get_peer().
2013-06-12 Ethan Jacksonofproto-dpif-xlate: Hide 'struct xlate_ctx'.
2013-06-12 Ethan Jacksonofproto-dpif: Pull xlate_actions() into its own file.
2013-06-12 Justin Pettitofproto-dpif: Print slow path actions in dpif/dump...
2013-06-12 Justin Pettitofproto-dpif: Use proper flow when using facets.
2013-06-12 Justin Pettitofproto-dpif: Never wildcard dl_type for "normal" action.
2013-06-11 Ben Pfaffofproto-dpif: Fix format specifier.
2013-06-11 Ethan Jacksonofproto-dpif: Retire 'struct initial_vals'.
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-10 Ben Pfaffofproto-dpif: Fix incorrect printf format specifiers.
2013-06-07 Ethan Jacksonofproto-dpif-governor: Dispense with governor name.
2013-06-07 Ethan Jacksonofproto-dpif: Maintain subfacets in dpif_backer.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-06-07 Ethan Jacksonofproto: Track subfacet stats in the backer.
2013-06-07 Ethan Jacksonofproto-dpif: More responsive average subfacet statistics.
2013-06-06 Ben Pfaffnetdev-vport: Don't return static data in netdev_vport_...
2013-06-06 Simon Hormanofproto-dpif: Actually log errors in facet_check_consis...
2013-06-05 Simon Hormanofproto-dpif: Use execute_actions to execute controller...
2013-06-05 Ben Pfaffofproto-dpif: Do not give stats to rules bypassed by...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-06-03 Ethan Jacksoncfm: Update netdev when changed.
2013-05-31 Alex Wangofproto-dpif.c: Modify vsp_realdev_to_vlandev() function
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-30 Ethan Jacksonofproto-dpif: Simplify ofproto hit count tracking.
2013-05-30 Alex Wangofproto-dpif: Fix a typo
2013-05-30 Ethan Jacksonofproto-dpif: Remove useless odp_in_port from subfacet.
2013-05-30 Ethan Jacksonofproto-dpif: Consolidate facet stat logic.
2013-05-30 Ethan Jacksonofproto-dpif: Fix facet_lookup_valid().
2013-05-30 Jesse Grossofproto-dpif: Don't count misses in OpenFlow table...
2013-05-29 Ethan Jacksonofproto-dpif: Revamp xlate_actions() interface.
2013-05-29 Ethan Jacksonofproto-dpif: Rename action_xlate_ctx.
2013-05-29 Ethan Jacksonofproto-dpif: Move odp_actions from subfacet to facet.
2013-05-29 Ethan Jacksonodp-util: Make slow_path_reasons mutually exclusive.
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-05-29 Ethan Jacksonofproto-dpif: Ditch SLOW_MATCH slow path reason.
2013-05-29 Ethan Jacksonofproto-dpif: Avoid redundant facet_find() in facet_loo...
2013-05-29 Ethan Jacksonofproto-dpif: handle_flow_miss_common() without facets.
2013-05-28 Pavithra RameshBFD: Reconfigure BFD on port deletion.
2013-05-22 Ethan Jacksoncfm: Implement "demand mode".
2013-05-21 Alex Wangofproto/ofproto-dpif.c: Re-implement the ofproto/trace...
2013-05-20 Alex Wangofproto/ofproto-dpif.c: Fix a typo in function header
2013-05-13 Ben Pfaffofproto-dpif: Make fin_timeout work when governor kicks in.
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-05-09 Ethan Jacksonofproto-dpif: Update 'facet->rule' stats in facet_push_...
2013-05-09 Ethan Jacksonofproto-dpif: Simplify send_packet().
2013-05-09 Ethan Jacksonofproto-dpif: Remove ofproto_update_local_port_stats().
2013-05-09 Ben Pfaffofproto-dpif: Simplify ofproto_receive().
2013-05-09 Ben Pfafftunnel: Make tnl_port_receive() parameter 'const'.
2013-05-09 Ben Pfaffofproto-dpif: Make ofport_dpif_cast() internally consis...
2013-05-08 Jarno Rajahalmeofproto-dpif: Keep perfect fitness on tunnel input.
2013-05-08 Jarno Rajahalmeofproto-dpif: Remove initial_vals.tunnel_ip_tos.
2013-05-08 Jarno RajahalmeKeep all of tunnel metadata in flow.
2013-05-08 Ben Pfaffofproto-dpif: Avoid figuring out sFlow and IPFIX action...
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
2013-04-30 Ben Pfaffofproto-dpif: Fix 'size' argument to fix_sflow_action().
2013-04-22 Romain LengletImplement IPFIX export
2013-04-22 Jarno RajahalmeRestore all flow changes by compose_output_action__().
2013-04-22 Jarno Rajahalmeofproto-dpif: Restore flow nw_tos in all cases.
2013-04-09 Jarno RajahalmeRemove unused struct xlate_reg_state definition.
2013-04-07 Ethan Jacksonofproto-dpif: Disable miss handling in rule_get_stats().
2013-03-29 Andy Zhouovs-appctl: dpif/show display bug fix
2013-04-02 Ethan Jacksonofproto-dpif: Don't rate limit facet_learn() with fin_t...
2013-04-01 Ethan Jacksonofproto-dpif: Push statistics less frequently.
2013-04-01 Ethan Jacksonofproto-dpif: Run fast internally.
2013-04-01 Ethan Jacksonofproto-dpif: Systematically push stats upon request.
2013-03-27 Andy Zhouofproto-dpif: Keep track of exact-match flow info
2013-03-27 Ethan Jacksonofproto-dpif: Rate limit calls to facet_learn().
2013-03-27 Ethan Jacksonofproto-dpif: Rate limit facet_check_consistency()
2013-03-23 Ethan Jacksonofproto-dpif: Push statistics in rule_get_stats().
2013-03-21 Ethan Jacksonofproto-dpif: xlate actions once with subfacets.
2013-03-20 Simon Hormanmpls: Allow l3 and l4 actions to prior to a push_mpls...
2013-03-18 Ansis Attekaipsec: unset IPSEC_MARK flag from skb_mark after tunnel...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-13 Andy Zhouovs-appctl: dpif/show display per bridge stats
2013-03-11 Jarno Rajahalmeofproto-dpif: Remove unnecessary ofp_port to odp_port...
2013-03-08 Ben Pfaffofproto-dpif: Fix up user specifying wrong bridge on...
2013-03-08 Jarno Rajahalmeofproto-dpif: GOTO_TABLE recursion removal.
2013-03-08 Justin Pettitofproto-dpif: Print slow-path actions instead of "drop...
2013-03-08 Justin Pettitofproto-dpif: Add helper function to retrieve a subface...
2013-03-08 Justin Pettitofproto-dpif: Clarify that 'one_subfacet' may not alway...
next