odp-util: Use FLOW_MAX_MPLS_LABELS when parsing MPLS ODP keys.
[cascardo/ovs.git] / lib / odp-util.c
2016-02-29 Jarno Rajahalmeodp-util: Use FLOW_MAX_MPLS_LABELS when parsing MPLS...
2016-02-25 Jarno Rajahalmeodp-util: Format and scan multiple MPLS labels.
2016-02-01 Ben Pfaffodp-util: Fix formatting and parsing of 'frag' in tnl_p...
2016-01-20 Ben Pfaffhash: New helper functions hash_bytes32() and hash_byte...
2016-01-19 Haggai Eranodp-util: Accept fields with zero mask
2016-01-05 William Tuodp-util: Fix memory leak reported by valgrind.
2015-12-11 Daniele Di Proiettoodp-util: Correctly [de]serialize mask for ND attributes.
2015-12-11 Daniele Di Proiettoodp-util: Return exact mask if netlink mask attribute...
2015-12-11 Daniele Di Proiettoodp-util: Commit ICMP set only for ICMP packets.
2015-12-04 Daniele Di Proiettoodp-util: Consider NAT bits in conversions and format.
2015-12-04 Thadeu Lima de Sou... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-12-01 Simon Hormanodp-util: Limit scope of vlan in format_odp_action().
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Jiri Benclib: add format_in6_addr and scan_in6_addr
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-24 Justin Pettitbyte-order: Make hton128() and ntoh128() behave like...
2015-11-09 Justin Pettitvswitchd: Allow modifying ICMP type and code.
2015-10-23 Jarno Rajahalmeodp-util: Fix CT action formating.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-09-19 Jarno Rajahalmedpif-netdev: Exact match non-presence of vlans.
2015-08-29 Jesse Grosstunnel: Support matching on the presence of Geneve...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-20 Jarno Rajahalmeodp-util: Fix put_nd_key().
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-16 Jesse Grossflow: Factor out flag parsing and formatting routines.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-06-26 Jesse Grosstunneling: Userspace datapath support for Geneve options.
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-11 Jesse Grossodp-util: Remove last use of odp_tun_key_from_attr...
2015-06-10 Joe Stringerodp-util: Reuse UUID marshalling for UFID.
2015-06-10 Jarno Rajahalmeodp-util: Simplify parsing function for GCC.
2015-05-29 Jesse Grossodp-util: Fix alignment when scanning Geneve attributes.
2015-05-29 Jesse Grossodp-util: Geneve netlink decoding.
2015-05-29 Jesse Grossodp-util: Format tunnel attributes directly from netlink.
2015-05-29 Jesse Grossodp-util: Correctly generate wildcards when formating...
2015-05-27 Joe Stringerodp-util: Skip UFID when parsing datapath key.
2015-05-22 Andy Zhouodp-util: always output recirc_id in hex
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-02 Alex Wangodp-util: Fix a bug in parse_flag().
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-10 Flavio Leitnertests: gre: fix flags endianness
2015-04-08 Jesse Grossgeneve: Zero header before parsing userspace tunneling...
2015-04-07 Jesse Grosstunneling: Add UDP checksum support for userspace tunnels.
2015-04-07 Jesse Grosstunneling: Add userspace tunnel support for Geneve.
2015-04-07 Jesse Grosstunneling: Factor out common UDP tunnel code.
2015-04-07 Jesse Grossodp-util: Shift VXLAN VNI when printing/parsing.
2015-04-07 Jesse Grosstunneling: Fix location of GRE checksums.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Jarno Rajahalmeodp-util: Fix scanning of recirc_id.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-02-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
2015-01-14 Sharo, Randall A... Implement set-field for IPv6 ND fields (nd_target,...
2015-01-07 Joe Stringerodp-util: Reuse standard delimiters.
2014-12-19 Joe Stringerodp-util: Fix UFID string parsing.
2014-12-19 Joe Stringerodp-util: Format UFID hi/lo in correct order.
2014-12-15 Joe Stringerdpctl: Add support for using UFID to add/del flows.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-10-31 Joe Stringerodp-util: Fix segfault in MPLS attribute parsing.
2014-10-06 Jarno Rajahalmelib: Fix MPLS masking.
2014-10-03 Daniele Di Proiettoodp-util: Parse recirc action in parse_odp_action()
2014-09-09 Jarno Rajahalmelib/odp-util: Reduce duplicated code.
2014-09-09 Jarno Rajahalmelib/odp-util: Fix mapping to Netlink frag mask.
2014-09-09 Jarno Rajahalmelib/odp: Use masked set actions.
2014-09-09 Jarno Rajahalmelib/odp-util: Skip ignored fields when parsing and...
2014-09-08 Jarno Rajahalmelib/odp-util: Add tunnel tp_src, tp_dst parsing and...
2014-09-08 Jarno Rajahalmelib: Unify flags parsing and formatting.
2014-09-08 Jarno Rajahalmelib/odp-util: Refine odp_mask_attr_is_exact().
2014-09-08 Jarno Rajahalmelib/util: Change is_all_zeros and is_all_ones to take...
2014-09-08 Jarno Rajahalmelib/odp: Masked set action execution and printing.
2014-08-26 Thomas Grafodp-util: Only add recirc_id mask to Netlink message...
2014-08-26 Thomas Grafodp-util: Initialize tun_key and tun_key_mask
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grosstunnel: Add support for matching on OAM packets.
2014-06-04 Simon Hormanodp-util: Do not set port mask of non-IP packets
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
2014-05-19 Joe Stringerodp-util: Improve formatting of ND export to odp.
2014-05-14 Joe Stringerodp-util: Fix a comment.
2014-04-29 Jarno Rajahalmelib/odp-util: Remove extra parenthesis from sctp key...
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-14 Jarno Rajahalmelib/odp-util: Do not use mask if it doesn't exist.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-20 Ben Pfaffodp-util: Fix VLAN parsing behavior in parse_8021q_onwa...
2014-03-20 Ben PfaffCodingStyle: Allow designated initializers.
2014-03-02 Ben Pfaffodp-util: Include tun_id when nonzero even if "key...
next