summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* lldp: Fix lldp memory leak.lic1212022-06-281-7/+3
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-284-23/+54
* conntrack: Fix incorrect bit shift while hashing nat range.Ilya Maximets2022-06-271-1/+1
* odp-util: Fix unaligned access to tunnel id.Ilya Maximets2022-06-241-5/+5
* ofpbuf: Fix offsetting a NULL pointer in ofpbuf_reserve.Ilya Maximets2022-06-241-0/+4
* drop-stats.at: Fix frequent failures of the recursion too deep test.Ilya Maximets2022-06-241-0/+3
* Prepare for 2.13.9.Ilya Maximets2022-06-153-1/+10
* Set release date for 2.13.8.v2.13.8Ilya Maximets2022-06-152-2/+3
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-073-0/+59
* classifier: Adjust segment boundary to execute prerequisite processing.Aaron Conole2022-06-072-4/+28
* ofproto-dpif: Fix meter use-after-free.Peng He2022-05-301-0/+2
* ovs-rcu: Add ovsrcu_barrier.Peng He2022-05-304-3/+80
* classifier: Make find_match_wc() prototype and definition match.Ben Pfaff2022-05-251-1/+1
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-252-62/+100
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-252-6/+0
* ofproto-dpif: Trigger revalidation if ct tp changes.lic1212022-05-251-0/+3
* Carefully release NBL in Windowshxie2022-05-251-9/+88
* tests: Properly kill ovsdb test processes.Rosemarie O'Riorden2022-05-172-60/+49
* netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs.Dumitru Ceara2022-05-172-1/+11
* ofproto-dpif-xlate: Remove mirror assert.lic1212022-05-041-3/+8
* netdev-dpdk: Fix tx drops statistic for a down netdev.David Marchand2022-05-041-0/+3
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-273-0/+100