summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-0/+23
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-2/+2
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-7/+7
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-9/+12
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+39
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-271-1/+0
* dpif: Fix leak and usage of uninitialized dp_extra_info.Ilya Maximets2020-01-201-0/+1
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-16/+0
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+7
* dpif: Add support to set user featuresPaul Blakey2019-12-221-0/+9
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+7
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+1
* ovs-tc: offload datapath rules matching on internal portsJohn Hurley2019-04-101-8/+5
* Revert "ofproto-dpif: Let the dpif report when a port is a duplicate."Flavio Leitner2019-01-251-7/+2
* treewide: Wider use of packet batch APIs.Ilya Maximets2018-12-111-1/+1
* dpif: Restore a few lines with form feed charactersSriharsha Basavapatna2018-10-311-1/+1
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-9/+21
* dpif: Remove support for multiple queues per port.Ben Pfaff2018-09-261-12/+3
* dpctl: Expand the flow dump type filterGavi Teitz2018-09-131-2/+3
* 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