summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* lib/odp: Fix handling of set masked action in parse_odp_actionPaul Blakey2017-09-131-0/+9
* odp-util: Put tcp_flags value to netlink if value is 0Paul Blakey2017-08-111-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-071-14/+250
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-0/+243
* odp-util: Support zero mask on ipv4 fragPaul Blakey2017-08-031-10/+7
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-6/+4
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-29/+55
* odp-util: Refactor odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+17
* odp-util: Remove unnecessary optimization in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-26/+0
* odp-util: Fix generating ct_orig_tuple in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+2
* odp-util: Fix generating various ct fields in odp_key_to_dp_packet()Yi-Hung Wei2017-07-311-1/+3
* odp-util: Make checks for exact or wildcard masks more precise.Ben Pfaff2017-07-311-29/+85
* odp-util: Drop special case for OVS_KEY_ATTR_TUNNEL for exact mask checks.Ben Pfaff2017-07-311-5/+1
* odp-util: Rewrite odp_mask_attr_is_exact().Ben Pfaff2017-07-311-11/+2
* odp-util: More carefully validate attribute length in odp_flow_format().Ben Pfaff2017-07-311-12/+33
* odp-util: Fix misleading parameter names.Ben Pfaff2017-07-311-4/+4
* ofproto-dpif: Detect support for ct_tuple6.Joe Stringer2017-07-141-3/+5
* odp: Fix crash in parse_8021q_onward().nickcooper-zhangtonghao2017-07-051-1/+2
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-18/+20
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-38/+60
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-2/+2
* dpif-netlink: Use netdev flow put api to insert a flowPaul Blakey2017-06-151-0/+56
* ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.Ben Pfaff2017-06-141-4/+7
* netlink: Introduce helpers for 128-bit integer attributes.Ben Pfaff2017-06-141-16/+10
* odp-util: Avoid misaligned references to ip6_hdr.Ben Pfaff2017-06-141-8/+11
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-35/+147
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-1/+1
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-2/+54
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-46/+10
* Fix format specifier technicalities.Ben Pfaff2017-03-171-5/+5
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-80/+110
* conntrack: Force commit.Jarno Rajahalme2017-03-081-2/+18
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-0/+86
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-0/+38
* dpif: Meter framework.Jarno Rajahalme2017-03-081-0/+14
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+12
* odp: Add datapath clone action parser.Andy Zhou2017-02-011-13/+46
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-0/+16
* odp: Use struct in6_addr for IPv6 addresses.Jarno Rajahalme2017-01-041-39/+22
* 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