summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.13.12.branch-2.13Ilya Maximets2023-04-063-1/+10
* Set release date for 2.13.11.v2.13.11Ilya Maximets2023-04-062-2/+5
* ofproto-dpif-xlate: Always mask ip proto field.Aaron Conole2023-04-066-10/+229
* netdev-windows: Add checking when creating netdev with system type on WindowsWilson Peng2023-03-061-0/+11
* classifier: Fix missing masks on a final stage with ports trie.Ilya Maximets2023-02-282-5/+108
* cirrus: Update to use FreeBSD 12.4.Ilya Maximets2023-01-091-1/+1
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-062-1/+48
* ci: Fix overriding OPTS provided from the yml.Ilya Maximets2023-01-031-1/+1
* Prepare for 2.13.11.Ilya Maximets2022-12-203-1/+10
* Set release date for 2.13.10.v2.13.10Ilya Maximets2022-12-202-2/+7
* hash: Fix compilation error on Fedora 34 with GCC 11 and -O0.Guzowski Adrian2022-12-202-11/+11
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-202-0/+21
* rculist: Use rculist_back_protected to access prev.Adrian Moreno2022-12-061-3/+5
* rculist: Fix iteration macros.Ilya Maximets2022-11-241-9/+9
* learn: Fix parsing immediate value for a field match.Ilya Maximets2022-11-242-13/+9
* netdev-linux: Fix inability to apply QoS on ports with custom qdiscs.Ilya Maximets2022-11-022-4/+45
* vswitch.xml: Fix the name of rstp-path-cost option.Ilya Maximets2022-11-021-1/+1
* bond: Fix crash while logging not yet enabled member.yangchang2022-11-021-1/+1
* unaligned: Correct the stats of packet_count and byte_count on Windows.Wilson Peng2022-10-251-6/+7
* tests: Fix filtering of whole-second durations.Ilya Maximets2022-10-252-6/+6
* github: Update versions of action dependencies.Ilya Maximets2022-10-121-6/+6
* Prepare for 2.13.10.Ilya Maximets2022-10-073-1/+10
* Set release date for 2.13.9.v2.13.9Ilya Maximets2022-10-072-2/+3
* daemon-unix: Fix file descriptor leak when monitor restarts child.Fengqi Li2022-10-061-0/+2
* vconn: Allow ECONNREFUSED in refuse connection test.Mike Pattrick2022-10-061-0/+1
* dpdk: Use DPDK 19.11.13 release.Michael Phelan2022-10-034-6/+24
* python: idl: Fix idl.Row.__str__ method.Christopher Aubut2022-09-191-1/+2
* bond: Avoid deadlock while updating post recirculation rules.Ilya Maximets2022-09-164-5/+130
* ofproto-dpif-upcall: Add debug commands to pause/resume revalidators.Ilya Maximets2022-09-161-0/+33
* test-list: Fix false-positive build failure with GCC 12.Ilya Maximets2022-09-161-0/+2
* cirrus: Upgrade to FreeBSD 13.1 image.Ilya Maximets2022-09-121-1/+1
* raft: Fix unnecessary periodic compactions.Ilya Maximets2022-08-301-1/+1
* github: Move CI to ubuntu 20.04 base image.Ilya Maximets2022-08-123-6/+5
* github: Remove kernels that fail to build with newer compilers.Ilya Maximets2022-08-121-7/+2
* netdev-offload-tc: Disable offload of IPv6 fragments.Ilya Maximets2022-08-081-1/+21
* 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-0/+13
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-043-4/+4
* dpif-netlink: Fix incorrect bit shift in compat mode.Ilya Maximets2022-08-041-1/+1
* packets: Re-calculate IPv6 checksum only for first frag upon modify.Salem Sol2022-08-042-4/+43
* 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
* 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-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
* tc: Fix misaligned access while creating pedit actions.Ilya Maximets2022-07-141-2/+2
* ovsdb: Fix memory leak on error path in ovsdb_file_read__().Yunjian Wang2022-06-281-0/+1
* odp-util: Ignore unknown attributes in parse_key_and_mask_to_match().Eelco Chaudron2022-06-281-9/+25