summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* rhel: Stop installing internal headers.Ilya Maximets2022-07-291-1/+1
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-283-22/+38
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-071-0/+6
* ofproto-dpif: Fix meter use-after-free.Peng He2022-05-301-0/+2
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-251-1/+0
* ofproto-dpif: Trigger revalidation if ct tp changes.lic1212022-05-251-0/+3
* ofproto-dpif-xlate: Remove mirror assert.lic1212022-05-041-3/+8
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-271-0/+3
* ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels.Jan Scheurich2022-04-271-0/+4
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-041-1/+1
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-301-1/+1
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-1/+2
* ofproto-dpif-xlate: Avoid successive ct_clear datapath actions.Eelco Chaudron2022-03-181-1/+3
* ofproto: Use xlate map for uuid lookups.Gaetan Rivet2022-03-073-20/+21
* ofproto: Add refcount to ofproto to fix ofproto use-after-free.Peng He2022-03-077-24/+98
* ofproto-dpif: Trigger revalidation when ipfix config set.lic1212022-03-041-0/+6
* ofproto: Fix ipfix not always sampling on egress.Adrian Moreno2022-02-091-1/+3
* ofproto-dpif-upcall: Fix n_revalidators on upcall show.Wan Junjie2022-02-021-2/+2
* ofproto-dpif: Fix issue with non-reversible actions on a patch ports.Eelco Chaudron2022-01-251-15/+12
* ofproto-dpif: Fix memory leak in dpif/show-dp-features appctl.Ilya Maximets2022-01-171-0/+1
* ofproto-dpif-xlate: Snoop ingress packets and update neigh cache if needed.Paolo Valerio2021-12-171-0/+13
* tnl-neigh-cache: Do not refresh the entry while revalidating.Paolo Valerio2021-12-171-1/+2
* ofproto: Fix resource usage explosion due to removal of large number of flows.Ilya Maximets2021-11-302-2/+33
* ofproto: Fix resource usage explosion while processing bundled FLOW_MOD.Ilya Maximets2021-11-302-0/+48
* ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.Numan Siddique2021-11-171-2/+10
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-8/+24
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-162-2/+25
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-2/+0
* ofproto: Fix potential NULL dereference in ofproto_ct_*_zone_timeout_policy().Dumitru Ceara2021-06-031-2/+2
* ofproto: Fix potential NULL dereference in ofproto_get_datapath_cap().Dumitru Ceara2021-06-031-1/+1
* ofproto-dpif: Fix use of uninitialized attributes of timeout policy.Ilya Maximets2021-05-241-0/+2
* ofproto/ofproto-dpif-sflow: Check sflow agent in case of raceGavin Li2021-04-211-2/+2
* connmgr: Check nullptr inside ofmonitor_report().Yifeng Sun2021-02-231-1/+5
* ofproto-dpif-upcall: Fix ukey leak on udpif destroy.Ilya Maximets2021-02-191-0/+5
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-8/+7
* ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.XiaoXiong Ding2020-12-211-0/+1
* python: Fixup python shebangs to python3.Greg Rose2020-08-261-2/+2
* connmgr: Support changing openflow versions without restarting.Aaron Conole2020-08-171-8/+17
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-172-7/+48
* ofproto: Remove duplicated includesYunjian Wang2020-07-142-3/+0
* ofproto: report coverage on hitting datapath flow limitGowrishankar Muthukrishnan2020-07-131-0/+6
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-3/+2
* ofproto: Delete buckets when lb_output is false.Adrian Moreno2020-07-071-0/+3
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-227-22/+153
* ofproto-dpif-trace: Improve NAT tracing.Dumitru Ceara2020-06-163-27/+95
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-2/+22
* ofproto: Fix statistics of removed flow.Ilya Maximets2020-05-151-2/+2
* userspace: Add conntrack timeout policy support.William Tu2020-05-011-1/+2
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+23
* tun_metadata: Fix coredump caused by use-after-free bugYifeng Sun2020-04-103-8/+16