summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* odp-util: Fix Sparse warning in parse_odp_userspace_action().Justin Pettit2018-01-111-1/+1
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-73/+57
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-2/+7
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-6/+48
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-101-1/+8
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-24/+11
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-131/+595
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+2
* odp-util: Use flexible sized buffer to hold Geneve options.Ben Pfaff2017-12-221-5/+5
* odp-util: Avoid reading wrong table in generate_all_wildcard_mask().Ben Pfaff2017-12-211-2/+3
* odp-util: Fix another hang in NSH action parsing.Ben Pfaff2017-12-011-1/+1
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-011-0/+3
* odp-util: Fix buffer overread in parsing string form of ODP flows.Ben Pfaff2017-11-271-1/+1
* odp-util: Expose ovs flow key attr len table for reusePaul Blakey2017-11-161-10/+1
* NSH: Minor bugfixesJan Scheurich2017-11-081-2/+7
* lib/odp: Fix handling of set masked action in parse_odp_actionPaul Blakey2017-09-131-0/+9
* odp-util: Put tcp_flags value to netlink if value is 0Paul Blakey2017-08-111-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-071-14/+250
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-0/+243
* odp-util: Support zero mask on ipv4 fragPaul Blakey2017-08-031-10/+7
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-6/+4
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-29/+55
* odp-util: Refactor odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+17
* odp-util: Remove unnecessary optimization in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-26/+0
* odp-util: Fix generating ct_orig_tuple in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+2
* odp-util: Fix generating various ct fields in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+3
* odp-util: Make checks for exact or wildcard masks more precise.Ben Pfaff2017-07-311-29/+85
* odp-util: Drop special case for OVS_KEY_ATTR_TUNNEL for exact mask checks.Ben Pfaff2017-07-311-5/+1
* odp-util: Rewrite odp_mask_attr_is_exact().Ben Pfaff2017-07-311-11/+2
* odp-util: More carefully validate attribute length in odp_flow_format().Ben Pfaff2017-07-311-12/+33
* odp-util: Fix misleading parameter names.Ben Pfaff2017-07-311-4/+4
* ofproto-dpif: Detect support for ct_tuple6.Joe Stringer2017-07-141-3/+5
* odp: Fix crash in parse_8021q_onward().nickcooper-zhangtonghao2017-07-051-1/+2
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-18/+20
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-38/+60
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-2/+2
* dpif-netlink: Use netdev flow put api to insert a flowPaul Blakey2017-06-151-0/+56
* ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.Ben Pfaff2017-06-141-4/+7
* netlink: Introduce helpers for 128-bit integer attributes.Ben Pfaff2017-06-141-16/+10
* odp-util: Avoid misaligned references to ip6_hdr.Ben Pfaff2017-06-141-8/+11
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-35/+147
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-1/+1
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-2/+54
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-46/+10