summaryrefslogtreecommitdiff
path: root/lib/dpif-provider.h
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-5/+3
* ct-dpif: Add ct_dpif_flush().Daniele Di Proietto2015-12-211-0/+4
* ct-dpif: Add ct_dpif_dump_{start,next,done}().Daniele Di Proietto2015-12-211-0/+25
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-1/+10
* dpif-provider: Add class init function.Daniele Di Proietto2015-04-141-0/+8
* dpif: Shift ufid support checking up to dpif_backer.Joe Stringer2014-12-191-4/+0
* dpif: Minimize memory copy for revalidation.Joe Stringer2014-12-021-2/+11
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-2/+3
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-051-0/+4
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-191-0/+7
* dpif-linux: Rename dpif-netlink; change to compile with MSVC.Alin Gabriel Serdean2014-09-181-1/+1
* dpif-netdev: Streamline miss handling.Ethan Jackson2014-08-141-2/+3
* dpif: Support flow_get in dpif_operate().Joe Stringer2014-08-141-31/+0
* dpif-provider: Get rid of redundant operations.Ben Pfaff2014-08-121-43/+2
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-251-0/+16
* dpif: Update documentation for RCU-protected actions.Joe Stringer2014-07-161-2/+4
* dpif: Support fetching flow mask via dpif_flow_get().Joe Stringer2014-07-151-4/+15
* dpif-netdev: enumerate dpif belonging to the right classDaniele Di Proietto2014-06-121-4/+5
* dpif: Refactor flow dumping interface to make better sense for batching.Ben Pfaff2014-05-201-73/+45
* dpif: Change dpif API to allow multiple handler threads read upcall.Alex Wang2014-03-201-11/+48
* dpif: New function flow_dump_next_may_destroy_keys().Joe Stringer2014-02-271-0/+13
* dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer2014-02-271-10/+17
* dpif: Separate local and shared flow dump state.Joe Stringer2014-02-271-8/+17
* dpif: Remove unused 'get_max_ports' from provider interface.Ben Pfaff2014-01-081-4/+0
* dpif: Use explicit packet metadata.Jarno Rajahalme2013-12-301-6/+4
* Do not free uninitialized packets.Jarno Rajahalme2013-12-171-1/+3
* dpif: Allow execute to modify the packet.Jarno Rajahalme2013-12-161-5/+9
* dpif: Change get_max_ports() to return uint32_t.Alex Wang2013-08-231-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-5/+5
* ovs-dpctl: Add mega flow supportAndy Zhou2013-06-201-7/+18
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* Add functions to determine how port should be opened based on type.Justin Pettit2012-11-161-0/+11
* dpif: Add new dpif_port_exists() function.Justin Pettit2012-11-011-4/+6
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-6/+6
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-1/+1
* dpif: Allow the port number to be requested when adding an interface.Justin Pettit2012-07-301-2/+6
* ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff2012-05-091-0/+4
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff2012-04-181-11/+9
* ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff2012-04-181-8/+6
* dpif: Change provider interface to consistently use operation structs.Ben Pfaff2012-01-161-24/+20
* dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff2012-01-161-1/+1
* dpif: Simplify the "listen mask" concept.Ben Pfaff2012-01-121-15/+5
* datapath: Convert kernel priority actions into match/set.Pravin B Shelar2011-11-011-2/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-211-10/+0
* dpif: New function dpif_operate() and dpif-linux implementation.Ben Pfaff2011-10-141-0/+8
* datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff2011-10-121-1/+17
* dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff2011-10-051-1/+1
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-281-19/+0
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-8/+8