summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ofp-actions: Add truncate action.William Tu2016-06-241-1/+24
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-201-1/+3
* dpif: Remove a warningYAMAMOTO Takashi2016-05-201-2/+0
* dpif-netdev: create batch objectPravin B Shelar2016-05-181-6/+6
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-4/+4
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-3/+2
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-2/+4
* tnl-arp-cache: Rename module and functions to tnl-neigh-cache.Thadeu Lima de Souza Cascardo2015-11-301-2/+2
* dpif-netlink: Allow MRU packet attribute.Andy Zhou2015-10-131-0/+2
* Add support for connection tracking.Joe Stringer2015-10-131-0/+1
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-0/+8
* dpif: Generalize test for dummy dpifs beyond the name.Ben Pfaff2015-06-161-3/+3
* 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