summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-2/+2
* dpif: New function flow_dump_next_may_destroy_keys().Joe Stringer2014-02-271-0/+21
* dpif: Don't synchronize flow_dump_next() status.Joe Stringer2014-02-271-40/+28
* dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer2014-02-271-9/+14
* dpif: Separate local and shared flow dump state.Joe Stringer2014-02-271-4/+21
* dpif: Use explicit packet metadata.Jarno Rajahalme2013-12-301-81/+36
* odp-execute: Consolidate callbacks.Jarno Rajahalme2013-12-301-23/+23
* Do not free uninitialized packets.Jarno Rajahalme2013-12-171-0/+7
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* dpif: Allow execute to modify the packet.Jarno Rajahalme2013-12-161-14/+8
* dpif: Document datapath masking.Ben Pfaff2013-11-121-4/+8
* ofproto-dpif: Disassociate datapath max_ports with openflow port numbers.Gurucharan Shetty2013-11-061-8/+0
* ofproto-dpif-xlate: Handle oversized actions more gracefully.Ben Pfaff2013-11-021-1/+3
* dpif: Support working around actions that a datapath does not support.Ben Pfaff2013-10-091-31/+161
* ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty2013-10-011-1/+1
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* dpif: Change get_max_ports() to return uint32_t.Alex Wang2013-08-231-1/+1
* odp-util: add verbose mode for displaying dp flow.Andy Zhou2013-08-031-1/+1
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-15/+15
* dpif: Make dpifs thread-safe, and document it.Ben Pfaff2013-07-251-26/+82
* dpif: Serialize initialization.Ben Pfaff2013-07-221-3/+3
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-11/+12
* dpif: Log flow masks for "put" and "dump_next".Justin Pettit2013-06-201-6/+9
* ofproto-dpif: Handle failed flow 'put's.Justin Pettit2013-06-201-1/+6
* Create specific types for ofp and odp portAlex Wang2013-06-201-11/+11
* ovs-dpctl: Add mega flow supportAndy Zhou2013-06-201-3/+14
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-7/+6
* dpif: Don't log warning for ENOENT with dpif_port_exists().Justin Pettit2012-11-161-1/+1
* Add functions to determine how port should be opened based on type.Justin Pettit2012-11-161-0/+17
* dpif: Add function to get the dpif type.Justin Pettit2012-11-011-0/+7
* dpif: Add new dpif_port_exists() function.Justin Pettit2012-11-011-0/+14
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-15/+15
* config: Add explicit support for building on ESX.Ethan Jackson2012-10-091-1/+1
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-1/+1
* dpif: Add 'used' argument to dpif_flow_stats_extract().Ben Pfaff2012-08-211-3/+4
* dpif: Allow the port number to be requested when adding an interface.Justin Pettit2012-07-301-5/+13
* ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff2012-05-091-0/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff2012-04-181-2/+1
* dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff2012-04-181-7/+6
* dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff2012-04-181-1/+4
* ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff2012-04-181-12/+40
* ofproto-dpif: Keep subfacet "used" times more up-to-date.Ben Pfaff2012-04-181-1/+1
* packets: New function packet_get_tcp_flags(), factored out of dpif.Ben Pfaff2012-02-151-8/+1
* Add a few 'const's.Ben Pfaff2012-02-011-1/+1
* dpif: Log each operation in dpif_operate().Ben Pfaff2012-01-161-0/+14
* dpif: Change provider interface to consistently use operation structs.Ben Pfaff2012-01-161-66/+105
* dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff2012-01-161-12/+12
* dpif: Simplify the "listen mask" concept.Ben Pfaff2012-01-121-38/+8
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-5/+5