summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-stream: Add ssl tests for stream open block.HEADmasterStefan Hoffmann2023-05-113-5/+56
* tests-ovsdb: Switch OVSDB_START_IDLTEST to macro.Stefan Hoffmann2023-05-111-38/+45
* AUTHORS: Add Zhiqi Chen.Ilya Maximets2023-05-111-5/+6
* dpctl: Fix dereferencing null pointer in parse_ct_limit_zones().Zhiqi 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
* AUTHORS: Add Stefan, Luca and Max.Ilya Maximets2023-04-261-2/+5
* 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
* util: Fix an issue that thread name cannot be set.Songtao Zhan2023-04-251-0/+6
* doc: Fix the list of supported tunnels in README.Nobuhiro MIKI2023-04-251-1/+1
* learning-switch: Fix coredump of OpenFlow15 learning-switch.Faicker Mo2023-04-254-1/+27
* ovsdb: Monitor: Keep and maintain the initial change set.Ilya Maximets2023-04-241-1/+4
* ovsdb: Avoid converting database twice on an initiator.Ilya Maximets2023-04-247-20/+65
* ovsdb: Perform conversion with no data for clustered databases.Ilya Maximets2023-04-246-3/+125
* 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
* system-offloads-traffic: Fix tc ingress pps check for meter offload.David Marchand2023-04-191-1/+1
* ovs-dpctl: Add new command dpctl/ct-[sg]et-sweep-interval.Paolo Valerio2023-04-0612-1/+153
* github: Test building Fedora RPMs.Ilya Maximets2023-04-061-0/+37
* AUTHORS: Add Songtao Zhan.Ilya Maximets2023-04-061-0/+1
* ovs-tcpdump: Stdout is shutdown before ovs-tcpdump exit.Songtao Zhan2023-04-061-0/+11
* 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
* AUTHORS: Add Faicker Mo.Ilya Maximets2023-04-031-0/+1
* 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
* vswitch.xml: Add description of SRv6 tunnel and related options.Nobuhiro MIKI2023-03-301-7/+32
* netdev-tc-offloads: Fix misaligned 8 byte read.Mike Pattrick2023-03-291-2/+2
* odp: Add SRv6 tunnel actions.Nobuhiro MIKI2023-03-295-2/+127
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-2918-1/+450
* flow: Support rt_hdr in parse_ipv6_ext_hdrs().Nobuhiro MIKI2023-03-295-21/+58
* tnl-ports: Support multiple nw_protos.Nobuhiro MIKI2023-03-291-32/+48
* tests: Define new ADD_VETH_NS macro.Nobuhiro MIKI2023-03-291-0/+16
* 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
* tests/mfex: Retain support for cryptography pre-v37.Mike Pattrick2023-03-221-2/+3
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-2214-26/+67
* 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: Remove redundant time_msec() in revalidate().Eelco Chaudron2023-03-151-3/+1
* 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-4/+4
* route-table: Retrieving the preferred source address from Netlink.Nobuhiro MIKI2023-03-075-5/+61