summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dpctl: Fix dereferencing null pointer in parse_ct_limit_zones().branch-3.1Zhiqi Chen2023-05-112-2/+19
* netdev-offload: Fix deadlock/recursive use of the netdev_hmap_rwlock rwlock.Eelco Chaudron2023-05-101-32/+38
* ofproto-dpif-xlate: Fix use-after-free when xlate_actions().Yunjian Wang2023-05-101-1/+6
* ci: Separate DPDK from OVS build.David Marchand2023-05-056-78/+145
* ovsdb-idl.at: Fix write-changed-only tests without change tracking.Ilya Maximets2023-05-041-2/+2
* tc: Fix cleaning chains.Roi Dayan2023-04-282-4/+11
* python-stream: Handle SSL error in do_handshake.Stefan Hoffmann2023-04-261-1/+2
* dpif-netlink: Fix memory leak dpif_netlink_open().Yunjian Wang2023-04-251-1/+1
* ofp-parse: Check ranges on string to uint32_t conversion.Yunjian Wang2023-04-251-5/+2
* learning-switch: Fix coredump of OpenFlow15 learning-switch.Faicker Mo2023-04-254-1/+27
* ovsdb: Allow conversion records with no data in a clustered storage.Ilya Maximets2023-04-244-36/+93
* ovsdb: Check for ephemeral columns before writing a new schema.Ilya Maximets2023-04-245-12/+24
* ovsdb-tool: Fix cluster-to-standalone for DB conversion records.Ilya Maximets2023-04-244-0/+107
* ovs-tcpdump: Stdout is shutdown before ovs-tcpdump exit.Songtao Zhan2023-04-061-0/+11
* Prepare for 3.1.2.Ilya Maximets2023-04-063-1/+10
* Set release date for 3.1.1.v3.1.1Ilya Maximets2023-04-062-2/+5
* ofproto-dpif-xlate: Always mask ip proto field.Aaron Conole2023-04-066-10/+229
* conntrack-tp: Fix clang warning.Lin Huang2023-04-041-0/+7
* netdev-offload-tc: Del ufid mapping if device not exist.Faicker Mo2023-04-032-1/+57
* db-ctl-base: Partially revert b8bf410a5.Daniel Alvarez Sanchez2023-03-302-38/+12
* netdev-tc-offloads: Fix misaligned 8 byte read.Mike Pattrick2023-03-291-2/+2
* ovs-thread: Fix cpus not read for the first 10s.Adrian Moreno2023-03-271-1/+1
* dpif-netlink: Always create at least 1 handler.Adrian Moreno2023-03-271-1/+1
* netdev-offload-tc: Fix parse_tc_flower_to_actions() reporting errors.Eelco Chaudron2023-03-221-9/+27
* vswitch: Add missing documentation for "ct_flush" capability.Ales Musil2023-03-151-0/+6
* dpctl: Fix flush-conntrack with datapath as argument.Ales Musil2023-03-153-3/+55
* ofproto-dpif-upcall: Wait for valid hw flow stats before applying min-revalid...Eelco Chaudron2023-03-156-10/+48
* system-traffic: Fix conntrack test cases which are failing with af_xdp.Eelco Chaudron2023-03-131-2/+2
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* ofproto-dpif-upcall: Include hardware offloaded flows in total flows.Eelco Chaudron2023-03-031-0/+11
* ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.Eelco Chaudron2023-03-037-2/+116
* classifier: Fix missing masks on a final stage with ports trie.Ilya Maximets2023-02-282-5/+108
* ofproto: Fix re-creation of tunnel backing interfaces on restart.Ilya Maximets2023-02-272-19/+68
* conntrack: Fix conntrack_clean may access the same exp_list each time.Liang Mancang2023-02-211-2/+2
* ovs-actions: Correct typo in ovs-actions man page.Mike Pattrick2023-02-211-1/+1
* ofproto-ipfix: Use per-domain template timeouts.Adrian Moreno2023-02-211-24/+105
* Prepare for 3.1.1.Ilya Maximets2023-02-163-1/+10
* Set release date for 3.1.0.v3.1.0Ilya Maximets2023-02-162-2/+2
* ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp ...Eelco Chaudron2023-02-151-1/+1
* conntrack: Properly unNAT inner header of related traffic.Ales Musil2023-02-142-163/+196
* sparse: Fix build with DPDK and GCC 12.David Marchand2023-02-101-4/+1
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-103-20/+39
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-091-1/+13
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-092-0/+15
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.Peng He2023-02-071-0/+1
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-034-23/+218
* sparse: Fix numa.h for libnuma >= 2.0.13.Ilya Maximets2023-02-031-6/+17
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11