summaryrefslogtreecommitdiff
path: root/lib/meta-flow.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-0/+2
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-9/+16
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-0/+90
* meta-flow: Remove dead condition in mf_set().Ben Pfaff2017-05-311-1/+1
* meta-flow: Remove metadata prerequisite on ether type.Jarno Rajahalme2017-03-241-6/+0
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-9/+14
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-151-35/+193
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-1/+156
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-081-9/+29
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-22/+32
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-1/+108
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-0/+11
* Change some old references to nicira-ext.h.Thadeu Lima de Souza Cascardo2016-09-301-1/+1
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-311-0/+14
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-0/+74
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-291-1/+22
* ofproto-dpif-xlate: Hash only fields specified for 'hash' selection method.Jarno Rajahalme2016-07-291-36/+0
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-66/+16
* meta-flow: Add mf_mask_field_masked().Jarno Rajahalme2016-07-291-10/+27
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+29
* flow: New function is_nd().Ben Pfaff2016-07-021-10/+3
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-5/+5
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* ofproto-dpif-xlate: Generate bitmasks in set_field.Joe Stringer2016-04-151-1/+9
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* openflow: Support matching and modifying MPLS TTL field.Ben Pfaff2016-03-071-0/+20
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-1/+8
* Allow flow-based IPv6 tunnels to be configured with OpenFlowThadeu Lima de Souza Cascardo2015-12-041-0/+42
* byte-order: Make hton128() and ntoh128() behave like their counterparts.Justin Pettit2015-11-241-19/+7
* meta-flow: Use standard libraries in mf_from_ipv6_string().Justin Pettit2015-11-241-36/+3
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-1/+1
* packets: New function ip_parse_masked().Ben Pfaff2015-10-161-18/+1
* Add connection tracking label support.Joe Stringer2015-10-131-0/+37
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+24
* Add support for connection tracking.Joe Stringer2015-10-131-0/+85
* meta-flow: Remove circular dependency on enum ofputil_protocol.Jarno Rajahalme2015-10-091-2/+6
* tun-metadata: Provide error messages during auto-allocation.Jesse Gross2015-09-091-14/+38
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-15/+36
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-23/+22
* meta-flow: Initialize the whole exact_match_mask.Jarno Rajahalme2015-08-271-8/+10
* meta-flow: Minor refactoring.Jarno Rajahalme2015-08-261-8/+8
* meta-flow: Avoid unnecessary large memset.Jarno Rajahalme2015-08-261-3/+3
* meta-flow: Fix ip_frag handling in mf_set_wild().Jarno Rajahalme2015-08-201-1/+1
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-3/+3
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-9/+16
* flow: Factor out flag parsing and formatting routines.Jesse Gross2015-07-151-127/+27