ofproto: Inline actions in struct rule_actions.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
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...
2013-08-14 Ben Pfaffofproto-dpif: Destroy bundle after moving its last...
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-13 Jesse Grossofproto: Include classifier wildcards in trace output.
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-10 Ben Pfaffnetdev-vport: Make netdev_vport_patch_peer() return...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-08-09 Ethan Jacksonofproto-dpif-xlate: Require a lock for reconfiguration.
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-08 Ethan Jacksonofproto-dpif: Lock the expirable list.
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-08-08 Ethan Jacksonofproto-dpif: Make packet_ins thread safe.
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Take responsibility for ofproto_rec...
2013-08-05 Ethan Jacksonofproto-dpif: Make vlan splinters thread safe.
2013-08-05 Ethan Jacksonofproto-dpif: Guard rule statistics with a mutex.
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Maintain a pointer to struct dpif.
2013-08-03 Andy Zhouodp-util: add verbose mode for displaying dp flow.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Don't trace on deep resubmit.
2013-08-03 Andy Zhouofproto-dpif: avoid losing track of kernel flows upon...
2013-08-03 Ethan Jacksonofproto-dpif: Handle learn action flow mods asynchronously.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Take control of the qdscp map.
2013-08-02 Ethan Jacksonofproto-dpif-xlate: Pull STP xlation into ofproto-dpif...
2013-08-02 Ethan Jacksontag: Retire the venerable tag library.
2013-08-02 Ethan Jacksonbond: Stop using tags.
2013-08-02 Ethan Jacksonmac-learning: Stop using tags.
2013-08-01 Ethan Jacksonofproto-dpif: Hide rule_calculate_tag().
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-08-01 Ethan Jacksonstp: Make the STP module thread safe.
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-29 Ben Pfaffofproto-dpif: Tolerate spontaneous changes in datapath...
2013-07-29 Ben Pfaffofproto-dpif: Correctly refresh all ports on ENOBUFS...
2013-07-17 Justin Pettitofproto-dpif: Make "ovs-appctl dpif/dump-flows" megaflo...
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-07 Ethan Jacksonofproto-dpif: Remove pointers between rules and facets.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-06-29 Justin Pettitofproto-dpif: Add ability to disable megaflows.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
2013-06-28 Ethan Jacksontunnel: Use ofport_dpif instead of ofport.
2013-06-28 Andy Zhouovs-appctl: allow ofproto/trace to take mega flow input
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Ethan Jacksonofproto-dpif: Move tag_the_flow() to ofproto-dpif.c
2013-06-28 Ethan Jacksonofproto-dpif: Remove 'has_bundle_action'.
2013-06-28 Ethan Jacksonofproto-dpif-ipfix: Reference count 'struct dpif_ipfix'.
next