netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / dpif.h
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
2015-09-02 Alex Wangdpif-netdev: Purge all ukeys when reconfigure pmd.
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-22 Daniele Di Proiettoovs-numa: Change 'core_id' to unsigned.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2014-12-30 Alex Wangdpif-netdev: Add per-pmd flow-table/classifier.
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-05 Andy Zhoubridge: Store datapath version into ovsdb
2014-10-28 Thomas Grafdoc: Convert docs to Markdown language
2014-10-03 Jarno Rajahalmedpif: Use OVS_FLOW_ATTR_PROBE.
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-14 Ethan Jacksondpif-netdev: Streamline miss handling.
2014-08-13 Joe Stringerdpif: Support flow_get in dpif_operate().
2014-08-12 Ben Pfaffdpif-provider: Get rid of redundant operations.
2014-08-04 Ben PfaffDo not seemingly #include Linux-specific headers on...
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-02-27 Joe Stringerdpif: New function flow_dump_next_may_destroy_keys().
2014-02-27 Joe Stringerdpif: Don't synchronize flow_dump_next() status.
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-27 Joe Stringerdpif: Separate local and shared flow dump state.
2013-12-31 Jarno Rajahalmedpif: Use explicit packet metadata.
2013-12-17 Francesco Fuscodpif-linux: fix the size of n_masks
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-11-13 Ben Pfaffdpif: Document datapath masking.
2013-11-06 Gurucharan Shettyofproto-dpif: Disassociate datapath max_ports with...
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-22 Andy Zhoudpif-linux: collect and display mega flow mask stats
2013-10-10 Ben Pfaffdpif: Support working around actions that a datapath...
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-07-25 Ben Pfaffdpif: Make dpifs thread-safe, and document it.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-01-29 Ethan Jacksonnetdev-vport: Build on all platforms.
2013-01-09 Ben Pfaffdpif: Document.
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-02 Justin Pettitdpif: Add function to get the dpif type.
2012-11-02 Justin Pettitdpif: Add new dpif_port_exists() function.
2012-11-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-11-02 Justin Pettitdpif: Fix minor typo in comment.
2012-08-21 Ben Pfaffdpif: Add 'used' argument to dpif_flow_stats_extract().
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-02-01 Ben PfaffAdd a few 'const's.
2012-01-16 Ben Pfaffdpif: Factor 'type' and 'error' out of individual dpif_...
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-09-30 Ben Pfaffflow: Move flow_extract_stats() to dpif.c, as dpif_flow...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-09 Ben Pfaffdpif: Improve logging of upcalls.
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-04 Ben Pfaffdpif: New function dpif_normalize_type().
2011-05-02 Ben Pfaffovs-dpctl: Add -s option to print packet and byte counters.
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdpif: Eliminate ODPPF_* constants from client-visible...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-08-27 Ben Pfaffofproto: Avoid user->kernel->user round-trip for many...
2010-07-20 Ben Pfaffdpif: Abstract translation from OpenFlow queue ID into...
next