summaryrefslogtreecommitdiff
path: root/lib/odp-util.h
Commit message (Expand)AuthorAgeFilesLines
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-221-5/+6
* userspace: Add GTP-U support.William Tu2020-03-251-1/+1
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-1/+1
* ofproto-dpif: Allow IPv6 ND Extensions only if supportedFlavio Leitner2019-11-211-1/+5
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-7/+8
* odp-util: Fix fuzz runtime error of invalid dont_send valueYifeng Sun2018-12-271-2/+2
* userspace: add erspan tunnel support.William Tu2018-05-211-1/+1
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-2/+4
* xlate: Correct handling of double encap() actionsJan Scheurich2018-04-061-0/+1
* ofproto-dpif-upcall: Slow path flows that datapath can't fully match.Ben Pfaff2018-02-061-2/+3
* Remove last mentions of 'facet' from comments.Ben Pfaff2018-02-061-1/+1
* nsh: fix nested mask for OVS_KEY_ATTR_NSHYi Yang2018-01-111-1/+2
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-1/+1
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-1/+1
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-3/+13
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-101-1/+4
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-28/+30
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-0/+4
* odp-util: Expose ovs flow key attr len table for reusePaul Blakey2017-11-161-0/+11
* Generic encap and decap support for NSHJan Scheurich2017-08-071-1/+2
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+1
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-1/+2
* odp-util: Document size of OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4.Justin Pettit2017-07-191-0/+1
* ofproto-dpif: Detect support for ct_tuple6.Joe Stringer2017-07-141-1/+2
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-1/+4
* dpif-netlink: Use netdev flow put api to insert a flowPaul Blakey2017-06-151-0/+3
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-3/+3
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-0/+6
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* ofproto: Use macros to define DPIF support fieldsAndy Zhou2017-04-031-21/+31
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-1/+7
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-2/+6
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-2/+4
* odp-util: Fix incorrect comment.Ben Pfaff2016-11-261-2/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-12/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+1
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-1/+2
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-6/+0
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-2/+2
* ofproto-dpif: Validate NAT action support.Daniele Di Proietto2015-12-041-0/+5
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-3/+5
* Add connection tracking label support.Joe Stringer2015-10-131-1/+3
* Add connection tracking mark support.Joe Stringer2015-10-131-2/+4
* Add support for connection tracking.Joe Stringer2015-10-131-2/+8
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-1/+11
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-0/+1
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-1/+1
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-7/+13
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-1/+1