summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-8/+6
* dpif: Move common meter checks into the dpif layer.Justin Pettit2018-07-301-3/+19
* Revert "dpctl: Expand the flow dump type filter"Justin Pettit2018-07-251-3/+2
* dpctl: Expand the flow dump type filterGavi Teitz2018-07-251-2/+3
* ofproto-dpif: Let the dpif report when a port is a duplicate.Ben Pfaff2018-07-051-2/+7
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-2/+2
* Embrace anonymous unions.Ben Pfaff2018-05-251-31/+31
* odp-execute: Rename 'may_steal' to 'should_steal'.Darrell Ball2018-05-231-3/+3
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+1
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-2/+2
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-10/+12
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dpif: Remove duplicated word in comment for dpif_recv()Kaige Fu2017-10-301-5/+5
* dpif: Fix cleanup of netdev_ports mapRoi Dayan2017-08-181-6/+14
* dpif: Clean up netdev_ports map on dpif_close().Joe Stringer2017-08-091-0/+8
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+2
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-3/+3
* dpif: fix warn msg when failed to open netdevMarcelo Leitner2017-07-051-1/+2
* dpif: Fix cleanup of userspace datapath.Darrell Ball2017-06-271-2/+12
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-2/+2
* dpif: Refactor flow logging functions to be used by other modulesRoi Dayan2017-06-151-43/+44
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-2/+2
* dpif: Save added ports in a port map for netdev flow api usePaul Blakey2017-06-151-0/+32
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-1/+1
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-4/+3
* dpif: Log packet metadata on execute.Jarno Rajahalme2017-04-171-0/+7
* ofproto: Probe for sample nesting level.Andy Zhou2017-03-101-1/+1
* dpif: Refactor dpif_probe_feature()Andy Zhou2017-03-101-2/+6
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-8/+39
* dpif: Meter framework.Jarno Rajahalme2017-03-081-0/+88
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+2
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-6/+6
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-1/+1
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-0/+1
* dpctl: Avoid making assumptions on pmd threads.Daniele Di Proietto2017-01-151-3/+3
* dpif: Simplify dpif_execute_helper_cb()Andy Zhou2017-01-121-19/+12
* dpif: Return ENODEV from dpif_port_query_by_*() if there's no port.Daniele Di Proietto2017-01-061-4/+7
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+17
* 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