summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 3.0.0.v3.0.0Ilya Maximets2022-08-152-2/+2
* 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
* 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
* python: Use setuptools instead of distutils.Timothy Redaelli2022-08-041-5/+9
* 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
* netdev-linux: Do not touch LAG members if master is not attached to OVS.Tao Liu2022-07-261-1/+4
* netdev: Clear auto_classified if netdev reopened with the type specified.Tao Liu2022-07-261-18/+23
* system-offloads-traffic: Avoid check_pkt_len action test random failures.David Marchand2022-07-251-0/+2
* system-traffic: Properly stop dangling ping after geneve test.Ilya Maximets2022-07-251-1/+1
* conntrack: Fix conntrack multiple new state.Eli Britstein2022-07-252-3/+13
* python-c-ext: Fix a couple of build warnings.Timothy Redaelli2022-07-221-2/+2
* python-c-ext: Remove Python 2 support.Timothy Redaelli2022-07-221-33/+1
* odp-execute: Avoid unnecessary logging for action implementations.Ilya Maximets2022-07-221-5/+6
* system-dpdk: Add testpmd clean up in MTU unit tests.Michael Phelan2022-07-221-0/+11
* netdev-offload-dpdk: Setting RSS hash types in RSS action.Harold Huang2022-07-191-1/+2
* lib: Print nw_frag in flow key.Rosemarie O'Riorden2022-07-1911-261/+261
* ovsdb: Remove extra make target dependency for local-config.5.Ilya Maximets2022-07-191-1/+1
* ci: Prefer pip3 to install unit test dependencies.David Marchand2022-07-191-1/+1
* Prepare for 3.0.0.Ilya Maximets2022-07-157-18/+19
* ofproto/bond: Add knob 'all-members-active'.Christophe Fontaine2022-07-156-1/+162
* python: Add unit tests for filtering engine.Adrian Moreno2022-07-152-0/+222