summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Reuse UUID marshalling for UFID.Joe Stringer2015-06-091-26/+10
* odp-util: Simplify parsing function for GCC.Jarno Rajahalme2015-06-091-6/+2
* odp-util: Fix alignment when scanning Geneve attributes.Jesse Gross2015-05-291-3/+3
* odp-util: Geneve netlink decoding.Jesse Gross2015-05-281-3/+200
* odp-util: Format tunnel attributes directly from netlink.Jesse Gross2015-05-281-77/+362
* odp-util: Correctly generate wildcards when formating nested attributes.Jesse Gross2015-05-281-76/+99
* odp-util: Skip UFID when parsing datapath key.Joe Stringer2015-05-271-1/+14
* odp-util: always output recirc_id in hexAndy Zhou2015-05-221-1/+1
* odp-util: Fix a bug in parse_flag().Alex Wang2015-05-021-5/+7
* tests: gre: fix flags endiannessFlavio Leitner2015-04-101-3/+4
* geneve: Zero header before parsing userspace tunneling action.Jesse Gross2015-04-071-0/+1
* tunneling: Add UDP checksum support for userspace tunnels.Jesse Gross2015-04-071-8/+7
* tunneling: Add userspace tunnel support for Geneve.Jesse Gross2015-04-071-3/+25
* tunneling: Factor out common UDP tunnel code.Jesse Gross2015-04-071-15/+22
* odp-util: Shift VXLAN VNI when printing/parsing.Jesse Gross2015-04-071-2/+2
* tunneling: Fix location of GRE checksums.Jesse Gross2015-04-071-4/+6
* odp-util: Fix scanning of recirc_id.Jarno Rajahalme2015-03-131-4/+14
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-8/+8
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+35
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-1/+42
* odp-util: Reuse standard delimiters.Joe Stringer2015-01-071-1/+1
* odp-util: Fix UFID string parsing.Joe Stringer2014-12-191-7/+3
* odp-util: Format UFID hi/lo in correct order.Joe Stringer2014-12-191-2/+2
* dpctl: Add support for using UFID to add/del flows.Joe Stringer2014-12-151-0/+35
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-021-0/+7
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+260
* odp-util: Fix segfault in MPLS attribute parsing.Joe Stringer2014-10-311-31/+26
* lib: Fix MPLS masking.Jarno Rajahalme2014-10-061-7/+8
* odp-util: Parse recirc action in parse_odp_action()Daniele Di Proietto2014-10-031-0/+10
* lib/odp-util: Reduce duplicated code.Jarno Rajahalme2014-09-091-123/+94
* lib/odp-util: Fix mapping to Netlink frag mask.Jarno Rajahalme2014-09-091-9/+10
* lib/odp: Use masked set actions.Jarno Rajahalme2014-09-091-190/+297
* lib/odp-util: Skip ignored fields when parsing and formatting.Jarno Rajahalme2014-09-091-1050/+819
* lib/odp-util: Add tunnel tp_src, tp_dst parsing and formatting.Jarno Rajahalme2014-09-081-9/+29
* lib: Unify flags parsing and formatting.Jarno Rajahalme2014-09-081-48/+132
* lib/odp-util: Refine odp_mask_attr_is_exact().Jarno Rajahalme2014-09-081-15/+27
* lib/util: Change is_all_zeros and is_all_ones to take a void *.Jarno Rajahalme2014-09-081-4/+3
* lib/odp: Masked set action execution and printing.Jarno Rajahalme2014-09-081-5/+72
* odp-util: Only add recirc_id mask to Netlink message if mask is providedThomas Graf2014-08-261-1/+3
* odp-util: Initialize tun_key and tun_key_maskThomas Graf2014-08-261-0/+3
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-66/+118
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+43
* tunnel: Add support for matching on OAM packets.Jesse Gross2014-06-191-1/+9
* odp-util: Do not set port mask of non-IP packetsSimon Horman2014-06-041-0/+5
* odp-util: Always serialise recirculation in upcall key.Joe Stringer2014-05-191-12/+17
* odp-util: Improve formatting of ND export to odp.Joe Stringer2014-05-191-5/+5
* odp-util: Fix a comment.Joe Stringer2014-05-151-1/+1
* lib/odp-util: Remove extra parenthesis from sctp key output.Jarno Rajahalme2014-04-281-1/+1
* openvswitch.h: rename hash action definitionAndy Zhou2014-04-201-1/+1