ofproto-dpif: Un-wildcard nw_frag only for protocols that have fragments.
[cascardo/ovs.git] / ofproto / ofproto-dpif.c
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-19 Joe Stringerunixctl: Make dpif/dump-flows fetch kernel flows.
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-16 Jarno Rajahalmeofproto/trace: Fix memory leak on error path.
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif: Remove ovs-appctl dpif/del-flows.
2013-12-13 Ethan Jacksonofproto-dpif: Remove avg_subfacet_life.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-13 Ethan Jacksonofproto: Move all statistics accounting into xlate_acti...
2013-12-13 Ethan Jacksonofproto: Retrieve ipfix, sflow and netflow in xlate_rec...
2013-12-13 Ethan Jacksonofproto: Handle netflow similarly to ipfix and sflow...
2013-12-13 Ethan Jacksonnetflow: Make thread safe.
2013-12-13 Ethan Jacksonofproto: Modularize netflow.
2013-12-13 Joe Stringerofproto-dpif: Only run bundles when lacp or bonds are...
2013-12-12 Joe Stringerofproto-dpif: Don't poll ports when nothing changes
2013-12-12 Ethan Jacksonofproto-dpif: Remove dead code.
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-11 Ben Pfaffofproto-dpif: Improve comment.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-12-02 Ben Pfaffofproto-dpif: keep slow path flow time stamp up-to...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-19 Lorand Jakabofproto-dpif: add support for layer 3 ports
2013-11-11 Ben Pfaffofproto-dpif: New unixctl command ofproto/trace-packet...
2013-11-11 Ben Pfaffofproto-dpif: Improve help output for ofproto/trace.
2013-11-11 Ben Pfaffofproto-dpif: Factor code out of ofproto_unixctl_trace().
2013-11-06 Gurucharan Shettyofproto-dpif: Disassociate datapath max_ports with...
2013-11-04 alex wangcfm: Add ovsdb column "cfm_flap_count".
2013-11-03 Simon Hormanofproto-dpif: Translation of fast failover groups
2013-11-02 Simon Hormanofproto-dpif: Translation of indirect and all groups
2013-11-02 Simon Hormanofproto-dpif: Implement group callbacks
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-23 YAMAMOTO Takashiconnmgr: Fix packet-in reason for OpenFlow1.3 table...
2013-10-23 Ben Pfafffail-open: Add function to identify fail-open's flows.
2013-10-23 Ben Pfaffofproto, ofp-util: Begin disentangling packet-in wire...
2013-10-17 Jarno RajahalmeMore accurate wildcarding and fragment handling.
2013-10-17 Gurucharan Shettyovs-dpctl: Add a 'filter' option to match wildcarded...
2013-10-17 Alex Wangofproto-dpif-monitor: Run ofproto-dpif-monitor in a...
2013-10-14 Ben Pfaffofp-actions: Make ofpacts_format() caller add "actions...
2013-10-11 Alex Wangofproto-dpif: Make execute_actions() function non-static.
2013-10-11 Alex Wangofproto-dpif: Change comment for execute_actions()...
2013-10-10 Ben Pfaffdpif: Support working around actions that a datapath...
2013-10-10 Ben Pfaffodp-util: Make it possible to combine slow path reasons.
2013-10-10 Ben Pfaffofproto-dpif: Factor lots of code out into new function...
2013-10-10 Ben Pfaffofproto-dpif: Simplify code using execute_odp_actions().
2013-10-09 Ethan Jacksonofproto-dpif-xlate: Do initial rule lookup for callers.
2013-10-09 Alex Wangofproto-dpif-monitor: Add ofproto-dpif-monitor module.
2013-10-09 Alex Wangofproto-dpif: Make stats update thread safe.
2013-10-09 Alex Wangofproto-dpif: Move send_packet() to ofproto-dpif-xlate...
2013-10-02 Gurucharan Shettyovs-dpctl, ofproto/trace: Show and handle the in_port...
2013-10-01 Alex Wangofproto-dpif: Compute the subfacet add/del rate using...
2013-10-01 Ethan Jacksonofproto-dpif: Move special upcall handling into ofproto...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-17 Ben Pfaffofproto-dpif: Avoid unnecessarily counting packets.
2013-09-17 Ben Pfaffofproto-dpif: Remove write-only member 'key_fitness...
2013-09-17 Ben Pfaffofproto-dpif-upcall: Remove redundant 'packets' list...
2013-09-17 Ben Pfaffofproto-dpif: Use shash_find_and_delete() to simplify...
2013-09-17 Ben Pfaffofproto-dpif: Fix use-after-free error deleting last...
2013-09-13 Ben Pfaffofproto-dpif: Move "learn" actions into individual...
2013-09-13 Ben Pfaffofproto: Remove redundant cls parameter from a few...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Replace rwlock in struct rule by a mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffguarded-list: New data structure for thread-safe queue.
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
2013-09-13 Ben Pfaffofproto-dpif: Remove vestigial "clogged" feature.
2013-09-10 Ethan Jacksonofproto-dpif: Don't hold mac rwlock while calling send_...
2013-09-04 Alex Wangtimeval: Remove CACHE_TIME scheme.
2013-09-04 Ethan Jacksonofproto: Rename struct rule's evict lock and use it...
2013-09-04 Ethan Jacksonofproto-dpif: Don't manage eviction groups from threads.
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-09-04 Ben Pfaffofproto-dpif: Do not dpif_port_del() patch ports in...
2013-09-04 Alex Wangofproto-dpif-xlate: Fix confusion between "no stp port...
2013-09-04 Ben Pfaffofproto-dpif: Removed unused struct facet 'hmap_node...
2013-09-04 Ben Pfaffofproto-dpif: Fix use-after-free deleting a bridge...
2013-09-04 Ethan Jacksonofproto-dpif: Destroy facets on ofproto removal.
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-29 Ben Pfafflist: New function list_move().
2013-08-28 Ben Pfaffofproto: Fully construct rules before putting them...
2013-08-27 Ben Pfaffofproto: Make OFPFC_ADD internally modify a rule instea...
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-23 Jarno RajahalmeRemove duplicate call to subfacet_create().
2013-08-22 Ben Pfaffofproto-dpif: Mark rule_release() as no_thread_safety_a...
2013-08-22 Romain Lengletipfix: implement flow caching and aggregation in exporter
2013-08-20 Alex Wangofproto-dpif: Enable smooth transition between CFM...
2013-08-20 Alex Wangbfd: Implement BFD decay.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-16 YAMAMOTO Takashiofproto-dpif-upcall: ofproto_dpif_send_packet_in()...
2013-08-16 Ben Pfaffofproto-dpif: Fix bad pointer dereference when deleting...
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-15 YAMAMOTO Takashiofproto-dpif: move per-backer wait calls from wait...
next