ofp-parse: Fix parsing of out_port.
[sliver-openvswitch.git] / ofproto /
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
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 Ethan Jacksonofproto-dpif-ipfix: Use XXX instead of TODO.
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 Jarno Rajahalmeofproto: Index flows by cookie.
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-17 Ethan Jacksonofproto-dpif-xlate: Hide MAX_RESUBMIT_RECURSION.
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
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 Ethan Jacksonofproto-dpif-xlate: Remove useless variable in patch...
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 Jacksonmac-learning: Simplify mac_learning_changed().
2013-06-12 Ben Pfaffofproto-dpif-xlate: Make code more readable via 'flow...
2013-06-12 Jarno Rajahalmeofproto-dpif-xlate: Harmonize naming of internal functions.
2013-06-12 Jarno Rajahalmeofproto-dpif: Check for MPLS depth at the flow.
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-04 Alex Wangofproto/pktbuf.c: Fix a typo in the comment
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 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
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-21 Ethan Jacksonofproto-dpif: Don't configure BFD on missing ofports.
2013-05-20 Alex Wangofproto/ofproto-dpif.c: Fix a typo in function header
2013-05-16 Alex Wangnetdev: Prevent using reserved names
2013-05-13 Ben Pfaffofproto-dpif: Make fin_timeout work when governor kicks in.
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
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 Ethan Jacksonofproto: Add ipfix-entities.def to gitignore.
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.
next