datapath: Accept any in_port mask but override to be exact match
[cascardo/ovs.git] / ofproto /
2013-07-30 Andy Zhouofproto-dpif: Only track drop flows that are installed
2013-07-30 Andy Zhouofproto-dpif: Unset DPIF_FP_MODIFY flag when creating...
2013-07-17 Justin Pettitofproto-dpif: Make "ovs-appctl dpif/dump-flows" megaflo...
2013-07-17 Justin Pettitofproto-dpif: Expire fin_timeout actions when no previo...
2013-07-17 Justin Pettitofproto-dpif: Don't put new subfacets as result of...
2013-07-13 Justin Pettitofproto-dpif: Zero-out subfacet counters when installat...
2013-07-03 Jarno RajahalmeKeep all of tunnel metadata in flow.
2013-06-29 Justin Pettitofproto-dpif: Add ability to disable megaflows.
2013-06-28 Andy Zhouovs-appctl: allow ofproto/trace to take mega flow input
2013-06-28 Justin Pettitnetflow: Only un-wildcard IPv4 packets.
2013-06-28 Justin Pettitofproto-dpif: Remove old comment.
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-26 Justin Pettittunnel: Only un-wildcard the ECN bits for IP traffic.
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-21 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-14 Jarno Rajahalmeofproto: Fix use of uninitialized local variable.
2013-06-14 Justin Pettittunnel: Don't wildcard TTL and TOS in some circumstances.
2013-06-13 Ben Pfaffofproto-dpif: Fix format specifier.
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 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-11 Ethan Jacksonofproto-dpif: Consolidate facet stat logic.
2013-06-05 Ben Pfaffofproto-dpif: Do not give stats to rules bypassed by...
2013-06-05 Jesse Grossofproto-dpif: Don't count misses in OpenFlow table...
2013-06-03 Ethan Jacksoncfm: Update netdev when changed.
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-31 Alex Wangofproto-dpif.c: Modify vsp_realdev_to_vlandev() function
2013-05-30 Ethan Jacksonofproto-dpif: Revamp xlate_actions() interface.
2013-05-30 Ethan Jacksonofproto-dpif: Rename action_xlate_ctx.
2013-05-30 Ethan Jacksonofproto-dpif: Move odp_actions from subfacet to facet.
2013-05-30 Ethan Jacksonodp-util: Make slow_path_reasons mutually exclusive.
2013-05-30 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-05-30 Ethan Jacksonofproto-dpif: Ditch SLOW_MATCH slow path reason.
2013-05-30 Ethan Jacksonofproto-dpif: Avoid redundant facet_find() in facet_loo...
2013-05-30 Ethan Jacksonofproto-dpif: handle_flow_miss_common() without facets.
2013-05-22 Ethan Jacksoncfm: Implement "demand mode".
2013-05-13 Ben Pfaffofproto-dpif: Make fin_timeout work when governor kicks in.
2013-05-08 Ben Pfaffofproto-dpif: Avoid figuring out sFlow and IPFIX action...
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: Increase default flow-eviction-threshold.
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-12 Ben Pfaffofproto: Remove unnecessary struct forward declaration.
2013-03-12 Ben Pfaffconnmgr: Fix memory leak in ofconn monitor table.
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...
2013-03-07 Ben Pfaffofproto-dpif: Treat zero MPLS post-decrement TTL as...
2013-03-07 Ben Pfaffbridge: Fix interpretation of 'health' member of struct...
2013-03-07 Ben Pfaffbridge: Fix remote_opstate bug recently introduced.
2013-03-06 Justin Pettittunnel: Mark ECN status on decapsulated tunnel packets.
2013-03-06 Justin Pettittunnel: Generate datapath flows for tunneled packets...
2013-03-06 Justin Pettitofproto-dpif: Store the initial tunnel IP TOS values...
2013-03-06 Justin Pettitofproto-dpif: Make initial packet value handling generic.
2013-03-06 Justin Pettitofproto-dpif: Pass around "facet" in flow_push_stats().
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-28 Ethan Jacksonofproto-dpif: Handle tunnel config changes in facet_rev...
2013-02-28 Ethan Jacksonofproto-dpif: Ignore subfacet install errors.
2013-02-28 Ethan Jacksonofproto-dpif: Always maintain subfacet key.
2013-02-26 Kyle Mesteryofproto: Create and delete tnl_backers in type_run()
2013-02-25 Ethan Jacksonin-band: Use "internal" netdev type for local ports.
2013-02-22 Justin Pettitofproto-dpif: Look at the flow's ofproto when handling...
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-17 Ethan Jacksonofproto-dpif: Receive special packets on patch ports.
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-14 Kyle Mesteryvxlan: Change dpif_backer->tnl backer to a "struct...
2013-02-14 Ben Pfaffofproto-dpif: Move 'orig_flow' from action_xlate_ctx...
2013-02-12 Ben Pfaffofproto-dpif: Reduce number of get_ofp_port() calls...
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
next