netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / dpif.c
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Thadeu Lima de Sou... tnl-arp-cache: Rename module and functions to tnl-neigh...
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-09-02 Alex Wangdpif-netdev: Purge all ukeys when reconfigure pmd.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-16 Ben Pfaffdpif: Generalize test for dummy dpifs beyond the name.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-06-10 Joe Stringerdpif: Always generate RFC4122 UUIDs for UFID.
2015-05-22 Daniele Di Proiettoovs-numa: Change 'core_id' to unsigned.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-14 Daniele Di Proiettodpif-provider: Add class init function.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-03-03 Pravin B Shelardpif_packet: Rename to dp_packet
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-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-11 Joe Stringerdpif: Use DPIF_FP_MODIFY for feature probes.
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-11 Joe Stringerdpif: Don't initialize output UFID in dpif_flow_get().
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-12-02 Ben Pfaffdpif: Don't clear argument in dp_enumerate_types().
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-25 Pravin B Shelardpif: Fix initialization order.
2014-11-21 Pravin B Shelardpctl: Fix crash.
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-05 Andy Zhoubridge: Store datapath version into ovsdb
2014-10-21 Madhu Challadpif: Fix crash in format_odp_actions() due to NULL...
2014-10-09 Pravin B Shelarnetdev-dpif: Add metadata to dpif-packet.
2014-10-03 Jarno Rajahalmedpif: Use OVS_FLOW_ATTR_PROBE.
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-18 Alin Gabriel Serdeandpif-linux: Rename dpif-netlink; change to compile...
2014-09-08 Jarno Rajahalmelib/odp: Masked set action execution and printing.
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 Daniele Di Proiettodpctl: add ovs-appctl dpctl/* commands to talk to dpif...
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-16 Joe Stringerdpif: Update documentation for RCU-protected actions.
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
2014-06-26 Ben Pfaffdpif: Explain a bug, why it isn't important, and why...
2014-06-26 Ben Pfaffdpif: When executing an operation with help, log the...
2014-06-26 Ben Pfaffdpif: Consistently help datapath to execute oversized...
2014-06-25 Ben Pfaffdpif: When executing actions needs help, use "set"...
2014-06-23 Daniele Di Proiettodpif-netdev: batch packet processing
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-06-12 Daniele Di Proiettodpif-netdev: enumerate dpif belonging to the right...
2014-06-04 Andy Zhoudpif: Fix slow action handling for DP_HASH and RECIRC
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-19 Jarno Rajahalmelib: Use tcp_flags from flow.
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
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-30 Jarno Rajahalmeodp-execute: Consolidate callbacks.
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
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-11-02 Ben Pfaffofproto-dpif-xlate: Handle oversized actions more grace...
2013-10-10 Ben Pfaffdpif: Support working around actions that a datapath...
2013-10-02 Gurucharan Shettyovs-dpctl, ofproto/trace: Show and handle the in_port...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-03 Andy Zhouodp-util: add verbose mode for displaying dp flow.
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-25 Ben Pfaffdpif: Make dpifs thread-safe, and document it.
2013-07-22 Ben Pfaffdpif: Serialize initialization.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
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-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-11-16 Justin Pettitdpif: Don't log warning for ENOENT with dpif_port_exists().
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-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-08-21 Ben Pfaffdpif: Add 'used' argument to dpif_flow_stats_extract().
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
next