summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* odp-util: Avoid revalidation error for masked NSH set action.Ben Pfaff2019-01-181-1/+1
* Fix bugs in L3 protocol support.Ben Pfaff2019-01-181-0/+3
* odp-util: Fix parsing QinQ packet in parse_8021q_onward.Yunjian Wang2019-01-181-27/+31
* odp-util: Fix a bug in parse_odp_push_nsh_actionYifeng Sun2019-01-171-1/+1
* odp-util: Fix fuzz runtime error of invalid dont_send valueYifeng Sun2018-12-271-2/+2
* odp-util: Don't try to parse geneve data if not provided.Ilya Maximets2018-12-181-4/+4
* odp-util: Keep Address Sanitizer happy.Darrell Ball2018-12-181-1/+1
* odp-util: Validate values of vid and pcp in push_vlan actionYifeng Sun2018-12-031-0/+4
* odp-util: Add checking to prevent buffer overflow when parsing push_nshYifeng Sun2018-11-151-3/+3
* odp-util: Set a limit for nested parse_odp_key_mask_attr callYifeng Sun2018-11-091-7/+29
* odp-util: Validate close-brace in scan_geneve and fix return values of san_xx...Yifeng Sun2018-11-051-9/+11
* odp-util: Properly handle the return values of scan_XXX functionsYifeng Sun2018-10-261-13/+52
* odp-util: Move ufid handling to odp_flow_from_stringYifeng Sun2018-10-231-7/+11
* odp-util: Initialize nsh_hdr in odp_nsh_hdr_from_attrYifeng Sun2018-10-231-0/+2
* odp-util: Fix a use-after-free bug.Yifeng Sun2018-10-081-4/+5
* odp-util: Don't attempt to write IPv6 flow label bits that don't exist.Ben Pfaff2018-09-121-0/+1
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-251-1/+3
* odp-util: refector erspan option parsing.William Tu2018-05-251-8/+5
* ip6gre: Add ip6gre vport typeGreg Rose2018-05-211-2/+7
* erspan: add kernel datapath supportWilliam Tu2018-05-211-0/+152
* userspace: add erspan tunnel support.William Tu2018-05-211-2/+78
* datapath: add erspan version I and II supportWilliam Tu2018-05-211-0/+2
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-9/+19
* odp-util: Remove unnecessary TOS ECN bits rewrite for tunnelsJianbo Liu2018-05-011-0/+10
* xlate: Correct handling of double encap() actionsJan Scheurich2018-04-061-10/+6
* odp-util: Print eth() for Ethernet flows if packet_type is absent.Ben Pfaff2018-03-141-0/+31
* odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.Ben Pfaff2018-02-061-0/+5
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-4/+1
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+11
* odp-util: Fix compiler warning.Aaron Conole2018-01-181-2/+2
* nsh: fix nested mask for OVS_KEY_ATTR_NSHYi Yang2018-01-111-32/+101