summaryrefslogtreecommitdiff
path: root/lib/dpif.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-031-0/+6
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-061-1/+1
* dpctl: Add function to read hardware offload statistics.Gaetan Rivet2022-01-181-0/+8
* utilities: Add upcall USDT probe and associated script.Eelco Chaudron2022-01-181-7/+14
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+1
* bridge: Fix incorrect configuration of netdev's dpif type.Ilya Maximets2021-12-171-2/+5
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-0/+32
* dpif: Fix function pointer check for bond_add.Somnath Chatterjee2021-11-031-1/+1
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-161-0/+16
* dpif: Fix use of uninitialized execute hash.Ilya Maximets2021-04-201-0/+1
* 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