Merge branch 'mainstream'
[sliver-openvswitch.git] / ofproto /
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-25 Ben Pfafftunnel: Make tnl_find() easier to understand.
2013-09-25 YAMAMOTO Takashifor ovs-appctl bridge/dump-flows, don't show "priority...
2013-09-24 Jarno Rajahalmeofproto-dpif-upcall: Fix a memory leak.
2013-09-24 Ben Pfaffofproto-dpif-upcall: Fix typos in comments.
2013-09-24 Ben Pfaffofproto: Fix memory leak in rule_actions_unref().
2013-09-24 Ben Pfaffofproto: Allow ofproto_delete_flow() to delete hidden...
2013-09-19 Ben Pfaffofproto-dpif-upcall: Forward packets in order of arrival.
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
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-16 Jarno Rajahalmerule_ofpacts: keep datapath meter_id.
2013-09-16 Jarno Rajahalmeofproto meters: Keep provider meter_id over mods.
2013-09-16 Jarno Rajahalmeofproto: Actually return the error code from meter...
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Ben Pfaffofp-util: Announce OpenFlow 1.3 table features only...
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: Refactor eviction cases to use common code.
2013-09-13 Ben Pfaffofproto: New helper any_pending_ops().
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Make some functions for rules private to ofpro...
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: Protect index by cookie with ofproto_mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffofproto: Move rule_execute() out of ofopgroup_complete().
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: Remove soon-to-be-invalid optimizations.
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-13 Ben Pfaffofproto: Merge ofproto_rule_delete() and ofproto_delete...
2013-09-13 Ben Pfaffofproto-dpif: Remove vestigial "clogged" feature.
2013-09-13 Ben Pfaffofproto: Avoid gratuitous memory allocation and free.
2013-09-13 Ben Pfaffofproto: Correct comments.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-13 Ben Pfaffofproto: Reduce number of "collect" functions taking...
2013-09-13 Ben Pfaffofproto: Factor code out of collect_rules_{loose,strict...
2013-09-12 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
2013-09-12 Jarno RajahalmeDelete meters in the right place.
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-12 Daniel Balutaofproto: update flow_stats flags on flow_stats_request
2013-09-10 Ethan Jacksonofproto: Reduce default number of miss handlers.
2013-09-10 Ethan Jacksonofproto-dpif: Don't hold mac rwlock while calling send_...
2013-09-10 Ethan Jacksonofproto: Fix core dump due to uninitialized cls_rule.
2013-09-10 Ben Pfaffofproto: Support out_group feature when matching on...
2013-09-10 Ben Pfaffofproto: Do not call ->rule_destruct() if ->rule_constr...
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-07 Alexandru Copotofproto: implement OFPT_GET_ASYNC_REQUEST
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-05 Simon Hormanovs-ofctl: Handle any number of buckets in group statistics
2013-09-05 Simon HormanUse enum ofp11_group_type in struct ofgroup
2013-09-05 Simon Hormanofproto-dpif: Correct indentation of rule_dpif_{release...
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: Convert units correctly in ofport_open().
2013-09-04 Ben Pfaffofproto-dpif: Removed unused struct facet 'hmap_node...
2013-09-04 Ben Pfaffofproto: Fix memory leak in add_flow().
2013-09-04 Ben Pfaffofproto-dpif-mirror: Fix memory leak in mbridge_unref().
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-04 Ethan Jacksonofproto-dpif-xlate: Fix mac learning deadlock.
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-29 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
2013-08-29 Ben Pfafflist: New function list_move().
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffofproto: Remove obsolete comment and assertion.
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-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben Pfaffofproto-dpif-xlate: Fix fin_timeout to make rules expir...
2013-08-28 Jarno Rajahalmeofproto-dpif-upcall: Batch upcalls.
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Alex Wangofproto: Change max_ports and alloc_port_no to uint16_t...
2013-08-23 priteshofproto: remove the extra reset to make code clear...
2013-08-23 Ben Pfaffofproto-dpif-xlate: Refactor xlate_table_action() to...
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-23 Jarno Rajahalmeofproto-dpif-upcall.c: Fix indentation.
2013-08-23 Jarno RajahalmeRemove duplicate call to subfacet_create().
2013-08-22 Ben Pfaffofproto: Fix typo in comment.
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-21 Gurucharan Shettyofproto: Start ofport allocation from the previous...
2013-08-21 Ethan Jacksonofproto-dpif-upcall: Increase upcall stub size.
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-20 Ben Pfaffofproto-dpif-sflow: Fix memory leak.
2013-08-20 Ben Pfaffofproto-dpif-xlate: Add comment on xlate_actions().
next