summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-3/+2
* odp-util: Accept fields with zero maskHaggai Eran2016-01-191-6/+3
* odp-util: Fix memory leak reported by valgrind.William Tu2016-01-041-9/+13
* odp-util: Correctly [de]serialize mask for ND attributes.Daniele Di Proietto2015-12-101-4/+13
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-6/+29
* odp-util: Commit ICMP set only for ICMP packets.Daniele Di Proietto2015-12-101-2/+8
* odp-util: Consider NAT bits in conversions and format.Daniele Di Proietto2015-12-041-0/+16
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-33/+74
* odp-util: Limit scope of vlan in format_odp_action().Simon Horman2015-12-011-3/+3
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-4/+35
* lib: add format_in6_addr and scan_in6_addrJiri Benc2015-11-301-6/+22
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-15/+351
* byte-order: Make hton128() and ntoh128() behave like their counterparts.Justin Pettit2015-11-241-4/+4
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-3/+41
* odp-util: Fix CT action formating.Jarno Rajahalme2015-10-231-0/+1
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-1/+25
* Add connection tracking label support.Joe Stringer2015-10-131-1/+115
* Add connection tracking mark support.Joe Stringer2015-10-131-2/+54
* Add support for connection tracking.Joe Stringer2015-10-131-0/+296
* dpif-netdev: Exact match non-presence of vlans.Jarno Rajahalme2015-09-181-0/+1
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-1/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-22/+22
* odp-util: Fix put_nd_key().Jarno Rajahalme2015-08-201-1/+1
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-18/+40
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-3/+24
* flow: Factor out flag parsing and formatting routines.Jesse Gross2015-07-151-137/+18
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-2/+2
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-1/+2
* tunneling: Userspace datapath support for Geneve options.Jesse Gross2015-06-261-23/+71
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-45/+17
* odp-util: Pass down flow netlink attributes when translating masks.Jesse Gross2015-06-251-14/+33
* odp-util: Convert flow serialization parameters to a struct.Jesse Gross2015-06-181-34/+19
* odp-util: Remove last use of odp_tun_key_from_attr for formatting.Jesse Gross2015-06-111-17/+2
* 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