summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Clear tunnel wc bits if original packet is non-tunnel.wenxu2022-09-091-0/+4
* sset, smap, hmapx: Reserve hash map space while cloning.Ilya Maximets2022-08-303-0/+6
* raft: Fix unnecessary periodic compactions.Ilya Maximets2022-08-301-1/+1
* netdev-offload-tc: Parse tunnel options only for geneve ports.Ilya Maximets2022-08-301-6/+12
* ovsdb: Don't store rows that didn't change in transaction history.Ilya Maximets2022-08-301-1/+17
* netlink-conntrack: Do not fail to parse if optional TCP protocol attributes a...Paolo Valerio2022-08-301-18/+27
* python-c-ext: Use designated initializers for type and module.Ilya Maximets2022-08-301-45/+11
* netdev-offload-tc: Add missing handling of the tunnel source port.Ilya Maximets2022-08-192-0/+23
* netdev-offload-tc: Fix ignoring unknown tunnel keys.Ilya Maximets2022-08-193-29/+80
* netdev-offload-tc: Use masks instead of keys while parsing tunnel attributes.Ilya Maximets2022-08-191-3/+3
* netdev-offload-tc: Explicitly handle mask for the tunnel destination port.Ilya Maximets2022-08-192-4/+17
* netdev-offload-tc: Fix the mask for tunnel metadata length.Ilya Maximets2022-08-192-13/+33
* AUTHORS: Add Michael Santana.Ilya Maximets2022-08-161-0/+1
* Set release date for 3.0.0.Ilya Maximets2022-08-152-3/+3
* releases: Mark 2.17 as a new LTS release.Ilya Maximets2022-08-151-1/+1
* docs: Remove remaining references to OVS kmod and XenServer.Ilya Maximets2022-08-157-88/+23
* handlers: Fix handlers mapping.Michael Santana2022-08-153-7/+57
* handlers: Create additional handler threads when using CPU isolation.Michael Santana2022-08-153-2/+91
* xenserver: Remove xenserver.Greg Rose2022-08-1547-7794/+55
* acinclude: Improve vpopcntdq build check.Cian Ferriter2022-08-122-1/+30
* packets: Fix misaligned access to ip6_hdr.Ales Musil2022-08-121-2/+2
* AUTHORS: Add Miro Tomaska.Ilya Maximets2022-08-121-0/+1
* python: Do not send non-zero flag for a SSL socket.Miro Tomaska2022-08-121-1/+11
* ovsdb: Fix copying weak references into transaction history.Ilya Maximets2022-08-121-4/+4
* dpif-netdev: Simplify AVX512 build time checks to enhance readability.Sunil Pai G2022-08-104-16/+16
* github: Move CI to ubuntu 20.04 base image.Ilya Maximets2022-08-091-2/+2
* netdev-offload-tc: Disable offload of IPv6 fragments.Ilya Maximets2022-08-081-1/+21
* ovs-save: Use right OpenFlow version for add-tlv-map.Han Ding2022-08-081-1/+1
* system-traffic: Fix IPv4 fragmentation test sequence for check-kernel.Paolo Valerio2022-08-081-0/+5
* system-traffic: Fix incorrect neigh entry in ipv6 header modification test.Ilya Maximets2022-08-081-5/+9
* system-traffic: Don't run IPv6 header modification test on kernels < 5.19.Ilya Maximets2022-08-083-1/+14
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-044-6/+6
* tc: Use sparse hex dump while printing inconsistencies.Ilya Maximets2022-08-041-6/+6
* netdev-offload-tc: Print unused mask bits on failure.Ilya Maximets2022-08-041-1/+11
* dynamic-string: Add function for a sparse hex dump.Ilya Maximets2022-08-042-8/+30
* system-offloads-traffic: Fix waiting for netcat indefinitely.Ilya Maximets2022-08-041-4/+4
* dpif-netlink: Fix incorrect bit shift in compat mode.Ilya Maximets2022-08-041-1/+1
* checkpatch: Add check for a Fixes tag.Ilya Maximets2022-08-042-0/+78
* python: Use setuptools instead of distutils.Timothy Redaelli2022-08-041-5/+9
* AUTHORS: Add Salem Sol.Ilya Maximets2022-08-041-0/+1
* packets: Re-calculate IPv6 checksum only for first frag upon modify.Salem Sol2022-08-042-4/+43
* netdev-linux: set correct action for packets that passed policerVlad Buslov2022-08-041-7/+9
* test-ovsdb: Fix false-positive leaks from LeakSanitizer.Ilya Maximets2022-07-292-4/+63
* m4: Update ax_func_posix_memalign to the latest version.Ilya Maximets2022-07-291-4/+4
* m4: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.Ilya Maximets2022-07-292-17/+17
* debian: Fix incorrect linkage of the python C extension.Ilya Maximets2022-07-292-3/+15
* python: Add ability to pass extra libs and cflags for C extension.Ilya Maximets2022-07-291-6/+13
* libopenvswitch.pc: Add missing libs for a static build.Ilya Maximets2022-07-291-1/+1
* rhel: Stop installing internal headers.Ilya Maximets2022-07-296-36/+4
* python-c-ext: Handle initialization failures.Ilya Maximets2022-07-291-1/+9