summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-2/+14
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-2/+23
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-161-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-69/+19
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-171-0/+2
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+6
* flow: New function is_nd().Ben Pfaff2016-07-021-6/+2
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+23
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-4/+9
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-3/+3
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-2/+2
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-4/+4
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-4/+3
* odp-util: Fix build warning on flags_mask.antonio.fischetti@intel.com2016-04-221-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* odp-util: Use FLOW_MAX_MPLS_LABELS when parsing MPLS ODP keys.Jarno Rajahalme2016-02-291-1/+1
* odp-util: Format and scan multiple MPLS labels.Jarno Rajahalme2016-02-241-21/+56
* odp-util: Fix formatting and parsing of 'frag' in tnl_push ipv4 argument.Ben Pfaff2016-02-011-2/+4
* 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