netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto / ofproto-dpif.h
2016-01-21 Ben Pfaffofproto-dpif-rid: Use UUID, not pointer, to identify...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2015-09-25 Zoltan Kissofproto-dpif: Do not block on uninitialized pause barriers.
2015-09-18 Jesse Grosstunneling: Track recursion levels across ARP generation.
2015-08-03 Ben Pfaffofproto-dpif: Use a regular ref instead of try_ref...
2015-07-20 Ben Pfaffofproto-dpif: Remove prototype for unimplemented function.
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-05-29 Joe Stringerofproto-dpif: Refactor feature support structure.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-24 Simon HormanImplement hash fields select group
2015-03-24 Simon HormanSupport translation of NTR selection method
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2014-12-23 Alex Wangrecirculation: Map recirc_id to ofproto_dpif.
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-13 Alex Wangrecirculation: Do not drop packet when there is no...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-12 Ben PfaffFix misspellings of "OpenFlow".
2014-11-10 Jarno Rajahalmeofproto-dpif: Clean up table lookup code.
2014-11-10 Jarno Rajahalmerule_dpif_lookup_from_table: Check frags only once.
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-07-07 Jarno Rajahalmeofproto-dpif: Use ovs_refcount_try_ref_rcu().
2014-06-12 Simon Hormanofproto-dpif: Add idle_timeout parameter to ofproto_dpi...
2014-06-12 Simon Hormanofproto-dpif: Add recirc_id field to struct rule_dpif
2014-06-12 Simon Hormanofproto-dpif: Move RECIRC_RULE_PRIORITY to common header
2014-05-28 Ryan Wilsonofproto-dpif-xlate: Implement RCU locking in ofproto...
2014-05-22 Simon Hormanofproto: per-table statistics
2014-05-22 Ryan Wilsonofproto: Add support for Openflow group and bucket...
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-16 Andy Zhouofproto-dpif: Install internal rule should not change...
2014-05-12 YAMAMOTO Takashiofproto-dpif.h: Fix a comment
2014-05-02 Simon Hormanofproto-dpif: Add table_is_internal() helper
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-03-28 YAMAMOTO Takashirecirculation: Some cosmetic fixes
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-25 Andy Zhouofproto-dpif: Added Per backer recirculation ID management
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-01-16 Ben Pfaffofproto-dpif: Add more lock annotations.
2013-11-02 Simon Hormanofproto-dpif: Translation of indirect and all groups
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-11 Alex Wangofproto-dpif: Make execute_actions() function non-static.
2013-10-09 Alex Wangofproto-dpif: Move send_packet() to ofproto-dpif-xlate...
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-05 Simon Hormanofproto-dpif: Correct indentation of rule_dpif_{release...
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Take responsibility for ofproto_rec...
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 Ethan Jacksonofproto-dpif-xlate: Don't trace on deep resubmit.
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-01 Ethan Jacksonofproto-dpif: Hide rule_calculate_tag().
2013-07-07 Ethan Jacksonofproto-dpif: Remove pointers between rules and facets.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
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-20 Alex WangCreate specific types for ofp and odp port
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
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.
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct dpif_backer.
2013-06-12 Ethan Jacksonofproto-dpif: Pull xlate_actions() into its own file.