summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* odp: Add SRv6 tunnel actions.Nobuhiro MIKI2023-03-291-0/+70
* odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.Eelco Chaudron2023-02-091-10/+11
* odp-util: Fix reporting unknown keys as keys with bad length.Ilya Maximets2022-11-301-2/+9
* odp-util: Add missing separator in format_odp_conntrack_action().Paolo Valerio2022-11-021-1/+1
* odp-util: Ignore unknown attributes in parse_key_and_mask_to_match().Eelco Chaudron2022-06-281-9/+25
* odp-util: Fix unaligned access to tunnel id.Ilya Maximets2022-06-241-5/+5
* odp_util: Fix parse_key_and_mask_to_match() vlan parsing.Eelco Chaudron2022-06-241-13/+28
* Revert "odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP."Aaron Conole2022-05-261-5/+0
* openvswitch.h: Align uAPI definition with the kernel.Ilya Maximets2022-03-251-0/+4
* odp-util: Fix output for tc to be equal to kernel.Eelco Chaudron2022-03-211-0/+5
* odp-util: Fix tunnel key attr for GTP-U.Nobuhiro MIKI2022-02-041-1/+1
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-11/+63
* odp-util: Stop action list parsing if already oversized.Ilya Maximets2022-01-071-4/+2
* 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
* odp-util: Stop key parsing if already oversized.Ilya Maximets2021-07-071-0/+9
* Fix redundant datapath set ethernet action with NSH Decap.Martin Varghese2021-06-161-1/+2
* odp-util: Return an error on actions overflow while parsing from string.Ilya Maximets2021-06-141-0/+4
* odp-util: Fix use of uninitialized erspan metadata.Ilya Maximets2021-04-201-8/+8
* odp-util: Fix abort while formatting nsh actions.Ilya Maximets2021-01-211-1/+2
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-221-12/+31
* odp-util: Fix overflow of nested netlink attributes.Ilya Maximets2020-11-161-7/+10
* odp-util: Add missing comma after gtpu attributes.Ilya Maximets2020-10-201-1/+1
* odp-util: Fix using uninitialized gtpu metadata.Ilya Maximets2020-10-201-2/+2
* odp-util: Clear padding in the nd_extension.Peng He2020-08-041-1/+3
* odp-util: Fix clearing match mask if set action is partially unnecessary.Ilya Maximets2020-07-291-16/+51
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+14
* odp-util.c: Fix dp_hash execution with slowpath actions.Han Zhou2020-06-161-0/+4
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-1/+2
* netdev-offload-tc: Expand tunnel source IPs masked matchTonghao Zhang2020-06-031-1/+2
* userspace: Add GTP-U support.William Tu2020-03-251-3/+120
* odp-util: Fix passing uninitialized bytes in OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV*.Ilya Maximets2020-01-131-18/+20
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-4/+13
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+5
* trivial: Fix erspan coding style.William Tu2019-12-031-2/+2
* ofproto-dpif: Allow IPv6 ND Extensions only if supportedFlavio Leitner2019-11-211-8/+9
* odp-util: calc checksum of ip hdr for tunnel encapMartin Zhang2019-10-011-3/+7
* datapath: Add support for conntrack timeout policyYi-Hung Wei2019-09-261-4/+25
* odp-util: fill IPv4 ver and head length for tnl_pushMartin Zhang2019-09-241-0/+1
* odp-util: Fix NSH mask parsing.Ilya Maximets2019-07-171-9/+24
* odp-util: extend usage of limit for parse functionsToms Atteka2019-05-091-26/+70
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+86
* odp-util: Add FLOW_WC_SEQ assertions.Ben Pfaff2019-04-121-0/+10
* flow: Add FLOW_WC_SEQ assertions and improve comments.Ben Pfaff2019-04-121-2/+13
* odp-util: Do not rewrite fields with the same values as matchedEli Britstein2019-03-251-13/+78
* odp-util: added NULL check for error pointer argumentToms Atteka2019-03-181-3/+9
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-76/+266
* netlink: added check to prevent netlink attribute overflowToms Atteka2019-02-221-0/+4
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-041-3/+117
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4