]> git.proxmox.com Git - mirror_ovs.git/history - lib/odp-util.c
odp-execute: Rename 'may_steal' to 'should_steal'.
[mirror_ovs.git] / lib / odp-util.c
2018-05-22 Greg Roseip6gre: Add ip6gre vport type
2018-05-22 William Tuerspan: add kernel datapath support
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-05-22 William Tudatapath: add erspan version I and II support
2018-05-14 William Tutunnel: make tun_key_to_attr aware of tunnel type.
2018-05-01 Jianbo Liuodp-util: Remove unnecessary TOS ECN bits rewrite for...
2018-04-06 Jan Scheurichxlate: Correct handling of double encap() actions
2018-03-14 Ben Pfaffodp-util: Print eth() for Ethernet flows if packet_type...
2018-02-06 Ben Pfaffodp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-19 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-18 Aaron Conoleodp-util: Fix compiler warning.
2018-01-11 Yi Yangnsh: fix nested mask for OVS_KEY_ATTR_NSH
2018-01-11 Justin Pettitodp-util: Fix Sparse warning in parse_odp_userspace_act...
2018-01-11 Yi Yangnsh: add new flow key 'ttl'
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions with...
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions.
2018-01-11 Justin Pettitofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user...
2018-01-11 Justin Pettitofproto-dpif: Use a fixed size userspace cookie.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-22 Ben Pfaffodp-util: Use flexible sized buffer to hold Geneve...
2017-12-22 Ben Pfaffodp-util: Avoid reading wrong table in generate_all_wil...
2017-12-01 Ben Pfaffodp-util: Fix another hang in NSH action parsing.
2017-12-01 Ben Pfaffodp-util: Fix parsing corner case for encap_nsh() actions.
2017-11-27 Ben Pfaffodp-util: Fix buffer overread in parsing string form...
2017-11-16 Paul Blakeyodp-util: Expose ovs flow key attr len table for reuse
2017-11-08 Jan ScheurichNSH: Minor bugfixes
2017-09-13 Paul Blakeylib/odp: Fix handling of set masked action in parse_odp...
2017-08-11 Paul Blakeyodp-util: Put tcp_flags value to netlink if value is 0
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-07 Jan Scheurichuserspace: Add support for NSH MD1 match fields
2017-08-03 Paul Blakeyodp-util: Support zero mask on ipv4 frag
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-08-02 Jan ScheurichOF support and translation of generic encap and decap
2017-07-31 Yi-Hung Weiodp-util: Refactor odp_key_to_dp_packet()
2017-07-31 Yi-Hung Weiodp-util: Remove unnecessary optimization in odp_key_to...
2017-07-31 Yi-Hung Weiodp-util: Fix generating ct_orig_tuple in odp_key_to_dp...
2017-07-31 Yi-Hung Weiodp-util: Fix generating various ct fields in odp_key_t...
2017-07-31 Ben Pfaffodp-util: Make checks for exact or wildcard masks more...
2017-07-31 Ben Pfaffodp-util: Drop special case for OVS_KEY_ATTR_TUNNEL...
2017-07-31 Ben Pfaffodp-util: Rewrite odp_mask_attr_is_exact().
2017-07-31 Ben Pfaffodp-util: More carefully validate attribute length...
2017-07-31 Ben Pfaffodp-util: Fix misleading parameter names.
2017-07-14 Joe Stringerofproto-dpif: Detect support for ct_tuple6.
2017-07-05 nickcooper-zhangto... odp: Fix crash in parse_8021q_onward().
2017-06-27 Jan Scheurichuserspace: Add OXM field MFF_PACKET_TYPE
2017-06-23 Ben Pfaffodp-util: Use port names in output in more places.
2017-06-23 Ben Pfaffovs-dpctl: New --names option to use port names in...
2017-06-15 Paul Blakeydpif-netlink: Use netdev flow put api to insert a flow
2017-06-14 Ben Pfaffofproto-dpif-xlate: Fix an additional misaligned refere...
2017-06-14 Ben Pfaffnetlink: Introduce helpers for 128-bit integer attributes.
2017-06-14 Ben Pfaffodp-util: Avoid misaligned references to ip6_hdr.
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-30 Ben Pfaffpackets: Remove unnecessary "packed" annotations.
2017-05-08 Jan Scheurichuserspace: Support for push_eth and pop_eth actions
2017-04-21 Ben Pfaffpackets: Reduce redundant copies of connection states.
2017-03-17 Ben PfaffFix format specifier technicalities.
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-09 Jarno Rajahalmeconntrack: Force commit.
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-09 Jarno Rajahalmedatapath: Add original direction conntrack tuple to...
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-02 Yang, Yi Ydatapath: add Ethernet push and pop actions
2017-02-01 Andy Zhouodp: Add datapath clone action parser.
2017-01-24 Andy Zhoudpif-netdev: Add clone action
2017-01-05 Jarno Rajahalmeodp: Use struct in6_addr for IPv6 addresses.
2016-12-03 Jarno Rajahalmempls: Fix MPLS restoration after patch port and group...
2016-11-30 Ben Pfaffofp-actions: Add "ingress" and "egress" options to...
2016-11-16 Joe Stringerlib: Use nl_attr_get_odp_port().
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-07-17 Pravin B Shelardatapath: backport: libnl: nla_put_be64(): align on...
2016-07-13 Justin PettitIntroduce 128-bit xxregs.
2016-07-02 Ben Pfaffflow: New function is_nd().
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
2016-06-13 Jesse Grossodp-util: Remove odp_in_port from struct odp_flow_key_p...
2016-05-20 Ben Pfaffofproto-dpif-xlate: Fix IGMP megaflow matching.
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-22 antonio.fischetti... odp-util: Fix build warning on flags_mask.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
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
next