summaryrefslogtreecommitdiff
path: root/lib/meta-flow.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* meta-flow: Add a missing break statement.Jarno Rajahalme2015-07-151-1/+1
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-0/+22
* metaflow: Extend size of mf_value to 128 bytes.Jesse Gross2015-06-251-2/+5
* nx-match: Trim variable length fields when encoding as actions.Jesse Gross2015-06-251-0/+42
* Merge "master" into "ovn".Ben Pfaff2015-06-131-49/+26
|\
| * metaflow: Convert hex parsing to use new utility functions.Jesse Gross2015-06-011-37/+25
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-12/+1
* | meta-flow: Add new functions for subvalues.Ben Pfaff2015-04-151-1/+83
|/
* Implement hash fields select groupSimon Horman2015-03-241-0/+35
* Support decoding of NTR selection methodSimon Horman2015-03-241-0/+9
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+36
* ipv6: Add support for setting ipv6 flow label.Pritesh Kothari2015-01-131-1/+1
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-0/+17
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* util: Add be32_prefix_mask().Jarno Rajahalme2014-11-111-5/+3
* Fix setting transport ports with frags.Jarno Rajahalme2014-11-101-3/+7
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-6/+23
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-0/+30
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-209/+1
* meta-flow: Autogenerate mf_field data structures.Ben Pfaff2014-10-071-759/+10
* lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().Jarno Rajahalme2014-10-061-2/+2
* lib/util: Change is_all_zeros and is_all_ones to take a void *.Jarno Rajahalme2014-09-081-7/+7
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+47
* meta-flow: Simplify handling of a variable number of registers.Ben Pfaff2014-07-261-18/+3
* meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.Ben Pfaff2014-05-141-1/+1
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-56/+66
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-0/+60
* meta-flow: Remove duplicate break statements.Joe Stringer2014-02-261-4/+0
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-111-1/+1
* ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.Ben Pfaff2014-02-111-14/+0
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-15/+19