guarded-list: New data structure for thread-safe queue.
[cascardo/ovs.git] / ofproto / ofproto-dpif.c
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-13 Ben Pfafflist: New function list_move().
2013-09-10 Ethan Jacksonofproto-dpif: Don't hold mac rwlock while calling send_...
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: Fix use-after-free deleting a bridge...
2013-09-04 Ethan Jacksonofproto-dpif: Destroy facets on ofproto removal.
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'.
2013-06-28 Ethan Jacksonofproto-dpif-sflow: Reference count 'struct dpif_sflow'.
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
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 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 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-18 Justin Pettitofproto-dpif: Move process_special() to ofproto-dpif...
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct priority_to_dscp.
next