summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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.13.8.Ilya Maximets2022-04-083-1/+10
* Set release date for 2.13.7.v2.13.7Ilya 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
* dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.Eelco Chaudron2022-04-041-6/+6
* ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().Paolo Valerio2022-04-042-2/+31
* sparse: bump recommended version and include headers.Adrian Moreno2022-03-302-2/+2
* rculist: use multi-variable helpers for loop macros.Adrian Moreno2022-03-301-30/+52
* hindex: use multi-variable iterators.Adrian Moreno2022-03-302-19/+32
* cmap: use multi-variable iterators.Adrian Moreno2022-03-302-10/+15
* hmap: implement UB-safe hmap pop iterator.Adrian Moreno2022-03-302-12/+20
* hmap: use multi-variable helpers for hmap loops.Adrian Moreno2022-03-303-32/+42
* hmap: Fix Coverity false positiveUsman Ansari2022-03-301-6/+12
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-303-35/+54
* util: add helpers to overload SAFE macro.Adrian Moreno2022-03-301-0/+21
* util: add safe multi-variable iterators.Adrian Moreno2022-03-301-0/+80
* util: add multi-variable loop iterator macros.Adrian Moreno2022-03-301-0/+43
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-307-18/+39
* system-traffic.at: Fix flaky DNAT load balancing test.Ilya Maximets2022-03-251-1/+1
* odp-util: Fix output for tc to be equal to kernel.Eelco Chaudron2022-03-211-0/+5
* netdev-offload-tc: Fix IP and port ranges in flower returns.Eelco Chaudron2022-03-211-2/+10
* netdev-offload-tc: Always include conntrack information to tc.Eelco Chaudron2022-03-211-5/+5
* netdev-offload-tc: Check for valid netdev ifindex in flow_put.Eelco Chaudron2022-03-211-0/+18
* netdev-offload-tc: Set the correct VLAN_VID and VLAN_PCP masks.Eelco Chaudron2022-03-211-4/+6
* netdev-offload-tc: Add debug logs on tc rule verify failures.Eelco Chaudron2022-03-211-6/+74