summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Fix re-creation of tunnel backing interfaces on restart.Ilya Maximets2023-02-271-19/+9
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-161-2/+7
* ofproto-dpif: Avoid unneccesary backer revalidation.lic1212022-06-281-2/+5
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-281-4/+3
* ofproto-dpif: Fix meter use-after-free.Peng He2022-05-301-0/+2
* ofproto-dpif: Trigger revalidation if ct tp changes.lic1212022-05-251-0/+3
* ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels.Wan Junjie2022-04-041-0/+4
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-13/+11
* ofproto: Use xlate map for uuid lookups.Gaetan Rivet2022-03-071-18/+1
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-071-10/+14
* ofproto-dpif: Trigger revalidation when ipfix config set.lic1212022-03-041-0/+6
* ofproto-dpif: Fix memory leak in dpif/show-dp-features appctl.Ilya Maximets2022-01-171-0/+1
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+39
* ofproto-dpif: Increase dp_hash default max buckets.Mike Pattrick2021-12-031-2/+2
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-161-4/+107
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-081-1/+21
* ofproto-dpif: Fix use of uninitialized attributes of timeout policy.Ilya Maximets2021-05-241-0/+2
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-23/+24
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+30
* userspace: Add conntrack timeout policy support.William Tu2020-05-011-1/+2
* ofproto: Add support to watch controller port liveness in fast-failover groupVishal Deep Ajmera2020-03-061-0/+10
* ofproto-dpif: Only delete tunnel backer ports along with the dpif.Ben Pfaff2020-02-291-2/+4
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-271-3/+0
* ofproto-dpif-upcall: Get rid of udpif_synchronize().Ben Pfaff2020-01-241-4/+0
* dpif: Fix memory leak while dumping dpif flows.Damijan Skvarc2020-01-221-0/+3
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-1/+1
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+10
* ofproto-dpif: Fix using uninitialized execute hash.Ilya Maximets2020-01-071-63/+50
* Add offload packets statisticszhaozhanxu2019-12-061-11/+18
* ofproto-dpif: Refactor the get capability code.William Tu2019-12-021-14/+4
* ofproto-provider: Move datapath capabilities callback to correct section.Ilya Maximets2019-11-281-1/+1
* ofproto: Fix crash on PACKET_OUT due to recursive locking after upcall.Ilya Maximets2019-11-261-10/+30
* ofproto-dpif: Expose datapath ND Extensions capability to ovsdbFlavio Leitner2019-11-221-0/+1
* ofproto-dpif: Allow IPv6 ND Extensions only if supportedFlavio Leitner2019-11-211-1/+58
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-211-0/+51
* lacp: warn transmit failure of lacp pduGowrishankar Muthukrishnan2019-10-301-1/+5
* lldp: Fix for OVS crashes when a LLDP-enabled port is deletedSurya Rudra2019-10-241-5/+5
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-261-0/+97
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-261-0/+293
* ofproto-dpif: Free leaked 'webster'Yifeng Sun2019-09-191-0/+1
* ofproto-dpif: Uninitialize 'xlate_cache' to free resourcesYifeng Sun2019-09-191-0/+1
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+8
* ofproto-dpif: Fix continuation with patch portYi-Hung Wei2019-06-211-3/+1
* lacp: Don't send or receive PDUs when carrier state of slave is downNitin Katiyar2019-06-101-7/+7
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-1/+2
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-231-1/+3
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+43
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+21
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-2/+4