summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-actions.xml: Add missing bracket.Paolo Valerio2021-06-301-1/+1
* netdev-offload-tc: Use nl_msg_put_flag for OVS_TUNNEL_KEY_ATTR_CSUM.Paolo Valerio2021-06-301-2/+1
* ipf: Fix a use-after-free error, and remove the 'do_not_steal' flag.Aaron Conole2021-06-153-16/+6
* dpif-netlink: Fix send of uninitialized memory in ct limit requests.Ilya Maximets2021-05-241-10/+14
* netdev-linux: Fix use of uninitialized LAG master name.Ilya Maximets2021-05-241-1/+3
* ofp_actions: Fix set_mpls_tc formatting.Adrian Moreno2021-05-191-4/+31
* dpif-netdev: Remove meter rate from the bucket size calculation.Ilya Maximets2021-05-181-3/+2
* ovsdb-idl: Consider all tables when computing expected cond seqno.Dumitru Ceara2021-05-181-3/+21
* ofp-group: Use big-enough buffer in ofputil_format_group().Ben Pfaff2021-05-071-1/+1
* dpif: Fix use of uninitialized execute hash.Ilya Maximets2021-04-192-1/+2
* odp-util: Fix use of uninitialized erspan metadata.Ilya Maximets2021-04-191-8/+8
* dpif-netlink: Fix using uninitialized info.tc_modify_flow_deleted in out label.Yunjian Wang2021-04-191-1/+1
* netdev-offload-tc: Probe for support for any of the ct_state flags.Paul Blakey2021-04-191-48/+157
* tc: Use skip_hw flag when probing tc features.Roi Dayan2021-04-193-7/+18
* netdev-linux: correct unit of burst parameterYong.Xu2021-04-131-1/+1
* ovsdb-idl: Mark arc sources as updated when destination is deleted.Dumitru Ceara2021-04-091-0/+3
* ovsdb-idl: Preserve references for deleted rows.Dumitru Ceara2021-04-091-30/+99
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-092-2/+3
* dpif-netdev: Refactor and fix the buckets calculation.Tonghao Zhang2021-03-301-7/+11
* dpif-netdev: Fix the meter buckets overflow.Tonghao Zhang2021-03-301-15/+13
* dpif-netdev: Fix crash when add dp flow without in_port field.Mao YingMing2021-03-011-0/+9
* netdev-linux: Fix indentation.William Tu2021-02-191-14/+14
* ofp-actions: Fix use-after-free while decoding RAW_ENCAP.Ilya Maximets2021-02-171-0/+2
* flow: Support extra padding length.Flavio Leitner2021-02-103-9/+9