summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-1/+2
* dpif: Always generate RFC4122 UUIDs for UFID.Joe Stringer2015-06-091-0/+2
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-3/+3
* dpif-provider: Add class init function.Daniele Di Proietto2015-04-141-0/+8
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-5/+5
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-21/+10
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-3/+3
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-6/+10
* dpif: Shift ufid support checking up to dpif_backer.Joe Stringer2014-12-191-14/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* dpif: Use DPIF_FP_MODIFY for feature probes.Joe Stringer2014-12-121-2/+5
* dpif: Refactor datapath feature detection.Joe Stringer2014-12-121-0/+42
* dpif: Don't initialize output UFID in dpif_flow_get().Joe Stringer2014-12-121-1/+0
* dpif: Minimize memory copy for revalidation.Joe Stringer2014-12-021-3/+18
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-021-8/+21
* dpif: Don't clear argument in dp_enumerate_types().Ben Pfaff2014-12-021-3/+2
* route-table: Remove Unregister.Pravin B Shelar2014-12-011-1/+1
* dpif: Generate flow_hash for revalidators in dpif.Joe Stringer2014-11-251-0/+15
* dpif: Fix initialization order.Pravin B Shelar2014-11-241-3/+9
* dpctl: Fix crash.Pravin B Shelar2014-11-211-1/+4
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-2/+16
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-051-0/+16
* dpif: Fix crash in format_odp_actions() due to NULL actions.Madhu Challa2014-10-211-2/+2
* netdev-dpif: Add metadata to dpif-packet.Pravin B Shelar2014-10-091-3/+5
* dpif: Use OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-031-2/+4
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-191-0/+18
* dpif-linux: Rename dpif-netlink; change to compile with MSVC.Alin Gabriel Serdean2014-09-181-3/+3
* lib/odp: Masked set action execution and printing.Jarno Rajahalme2014-09-081-0/+1
* dpif-netdev: Streamline miss handling.Ethan Jackson2014-08-141-2/+2
* dpif: Support flow_get in dpif_operate().Joe Stringer2014-08-141-48/+43
* dpif-provider: Get rid of redundant operations.Ben Pfaff2014-08-121-171/+94
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-0/+2
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-251-23/+69
* dpif: Update documentation for RCU-protected actions.Joe Stringer2014-07-161-3/+8
* dpif: Support fetching flow mask via dpif_flow_get().Joe Stringer2014-07-151-24/+26
* dpif: Explain a bug, why it isn't important, and why it's hard to fix.Ben Pfaff2014-06-261-0/+17
* dpif: When executing an operation with help, log the sub-executes.Ben Pfaff2014-06-261-5/+12
* dpif: Consistently help datapath to execute oversized actions.Ben Pfaff2014-06-261-2/+10
* dpif: When executing actions needs help, use "set" action to set tunnel.Ben Pfaff2014-06-241-4/+25
* dpif-netdev: batch packet processingDaniele Di Proietto2014-06-231-4/+8
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-5/+14
* dpif-netdev: enumerate dpif belonging to the right classDaniele Di Proietto2014-06-121-1/+3
* dpif: Fix slow action handling for DP_HASH and RECIRCAndy Zhou2014-06-041-2/+2
* dpif: Refactor flow dumping interface to make better sense for batching.Ben Pfaff2014-05-201-111/+62
* dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou2014-04-161-0/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-7/+7
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-1/+2
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-1/+1
* dpif: Change dpif API to allow multiple handler threads read upcall.Alex Wang2014-03-201-14/+56
* lib: Use tcp_flags from flow.Jarno Rajahalme2014-03-191-1/+1