summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* rculist: use multi-variable helpers for loop macros.Adrian Moreno2022-03-301-30/+52
* hindex: use multi-variable iterators.Adrian Moreno2022-03-301-19/+26
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-10/+12
* hmap: use multi-variable helpers for hmap loops.Adrian Moreno2022-03-301-2/+2
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-304-16/+30
* 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
* tc: Keep header rewrite actions order.Chris Mi2022-03-213-42/+60
* ofp-prop: Silence the 'may be uninitialized' warning.Mike Pattrick2022-03-112-4/+12
* tc: Fix stats byte count on fragmented packets.Paul Blakey2022-03-043-16/+48
* ovsdb-idl: Fix use-after-free when destroying an IDL loop.Dumitru Ceara2022-02-161-1/+0
* dp-packet: Ensure packet base is always non-NULL.Dumitru Ceara2022-02-141-1/+1
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-143-32/+39
* stopwatch: Fix buffer underflow when computing percentiles.Dumitru Ceara2022-02-141-3/+1
* tc: Fix incorrect TC rule for decap+encap datapath flow.Roi Dayan2022-02-091-4/+17
* ovsdb-idl: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-02-041-11/+32
* ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn.Dumitru Ceara2022-01-311-0/+4
* ofp-flow: Skip flow reply if it exceeds the maximum message size.Eelco Chaudron2022-01-311-1/+10
* ofproto-dpif-xlate: Snoop ingress packets and update neigh cache if needed.Paolo Valerio2021-12-172-6/+8
* tnl-neigh-cache: Do not refresh the entry while revalidating.Paolo Valerio2021-12-172-8/+14
* tnl-neigh-cache: Include expected array sizes in prototypes.Ben Pfaff2021-12-171-3/+3
* tnl-neigh-cache: Read/write expires atomically.Paolo Valerio2021-12-171-9/+23
* flow: Consider dataofs when parsing TCP packets.lic1212021-12-031-8/+12
* netdev-offload-tc: Verify the flower rule installed.Eelco Chaudron2021-10-271-0/+58
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-0/+13
* dpif-netdev: Fix use-after-free on PACKET_OUT of IP fragments.Ilya Maximets2021-10-131-3/+13
* ipf: release unhandled packets from the batchAaron Conole2021-10-121-0/+2
* netdev-linux: Fix a null pointer dereference in netdev_linux_notify_sock().Yunjian Wang2021-09-161-1/+1
* pcap-file: Fix memory leak in ovs_pcap_open().Yunjian Wang2021-09-161-0/+1
* odp-util: Fix a null pointer dereference in odp_flow_format().Yunjian Wang2021-09-161-1/+1
* odp-util: Fix a null pointer dereference in odp_nsh_key_from_attr__().Yunjian Wang2021-09-161-1/+1
* ipf: Fix only nat the first fragment in the reass process.wenxu2021-09-151-38/+42
* dpif-netdev: Fix crash when PACKET_OUT is metered.Tony van der Peet2021-09-082-1/+25
* tc: Set action flags for tunnel_key release.Vlad Buslov2021-08-161-0/+1
* netlink-socket: Replace error with txn->error when logging nacked transactions.Paolo Valerio2021-08-161-1/+1
* dynamic-string: Fix a crash in ds_clone().Sriharsha Basavapatna2021-08-161-0/+4
* dpif-netdev: Fix offloads of modified flows.Eli Britstein2021-08-021-9/+5
* dpif-netdev: Fix flow modification after failure.Eli Britstein2021-08-021-2/+2
* daemon-unix: Fix leak of a fork error message.Ilya Maximets2021-07-261-0/+1
* dpif-netlink: Fix report_loss() message.Mark Gray2021-07-161-2/+2
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-166-0/+45
* netdev-linux: Ignore TSO packets when TSO is not enabled for userspace.Eelco Chaudron2021-07-091-3/+17
* conntrack: Handle already natted packets.Paolo Valerio2021-07-091-1/+31
* netlink: removed incorrect optimizationToms Atteka2021-06-301-1/+1