summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release date for 2.17.2.v2.17.2Ilya Maximets2022-06-152-2/+3
* ofproto-dpif-xlate: Fix internal CT state for non-recirc traffic.Frode Nordahl2022-06-072-0/+53
* classifier: Adjust segment boundary to execute prerequisite processing.Aaron Conole2022-06-072-4/+28
* ovs-tcpdump: Fix error when stopping ovs-tcpdump.Han Ding2022-06-071-0/+6
* ofproto-dpif: Fix meter use-after-free.Peng He2022-05-301-0/+2
* ovs-rcu: Add ovsrcu_barrier.Peng He2022-05-304-3/+80
* dpif-netdev: Fix ALB 'rebalance_intvl' max hard limit.Lin Huang2022-05-302-2/+24
* dpif-netdev: Fix ALB parameters type mismatch.Lin Huang2022-05-301-11/+12
* dpdk: Use DPDK 21.11.1 release.Michael Phelan2022-05-304-6/+9
* raft: Don't use HMAP_FOR_EACH_SAFE when logging commands.Dumitru Ceara2022-05-301-1/+5
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-252-61/+99
* dynamic-string: Fix undefined behavior due to offsetting null pointer.Dumitru Ceara2022-05-251-3/+4
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-255-6/+161
* ofproto-dpif-xlate: Fix netdev native tunnel neigh discovery spa.wenxu2022-05-251-2/+15
* ovs-router: Expose the ovs_router_get_netdev_source_address function.wenxu2022-05-252-5/+12
* 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-62/+51
* ovs-save: Get highest ofp version error.Han Ding2022-05-171-1/+1
* netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs.Dumitru Ceara2022-05-172-1/+11
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-1711-31/+71
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-174-9/+12
* utilities: Handle dumping packets in GDB TUI.Mike Pattrick2022-05-041-1/+2
* 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
* netdev-dpdk: Remove a leftover lock annotation.David Marchand2022-05-041-1/+0
* netdev-dpdk: Refactor the DPDK transmit path.Flavio Leitner2022-05-041-195/+140
* netdev-offload-dpdk: Fix ethernet type for VLANs.Eli Britstein2022-05-041-3/+4
* netdev-offload-dpdk: Use has_vlan match attribute.Eli Britstein2022-05-041-0/+16
* python: idl: Raise AttributeError from uuid_to_row.Terry Wilson2022-05-021-1/+6
* ofproto-dpif-xlate: Clear out vlan flow fields while processing native tunnel.Thilak Raj Surendra Babu2022-04-273-0/+101
* dpif-netdev-avx512: Fix overflow of UINT32_C(1).Cian Ferriter2022-04-271-1/+1
* dpif-netdev-avx512: Fix ubsan shift error in bitmasks.Harry van Haaren2022-04-272-6/+6
* python: Politely handle misuse of table.condition.Terry Wilson2022-04-271-35/+67
* ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels.Jan Scheurich2022-04-272-2/+28
* system-traffic: Fix fragment reassembly with L3 L4 protocol information.Paolo Valerio2022-04-261-3/+3
* cirrus: Update FreeBSD versions.Rosemarie O'Riorden2022-04-151-2/+2
* Prepare for 2.17.2.Ilya Maximets2022-04-083-1/+10
* Set release date for 2.17.1.v2.17.1Ilya Maximets2022-04-082-2/+3
* NEWS: Highlight libopenvswitch API change caused by UB fixes.Ilya Maximets2022-04-081-0/+11
* netdev-offload-tc: Check for ct_state flag combinations that are not offloada...Eelco Chaudron2022-04-061-0/+6
* python: idl: Set cond_changed to true if condition change requested.Wentao Jia2022-04-041-1/+1
* dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.Eelco Chaudron2022-04-041-6/+6
* alb.at: Add tests for cross-numa polling.Kevin Traynor2022-04-041-0/+46
* dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.Kevin Traynor2022-04-041-5/+10
* pmd.at: Add tests for multi non-local numa pmds.Kevin Traynor2022-04-041-1/+39
* dpif-netdev: Fix non-local numa selection for more than two numas.Kevin Traynor2022-04-041-1/+1
* dpif-netdev: Fix typo in function name.Kevin Traynor2022-04-041-2/+2
* python: idl: Set cond_changed to false if last id is zero.Wentao Jia2022-04-041-0/+3
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-042-2/+31