summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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