index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
meta-flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement hash fields select group
Simon Horman
2015-03-24
1
-0
/
+35
*
Support decoding of NTR selection method
Simon Horman
2015-03-24
1
-0
/
+9
*
ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
Madhu Challa
2015-02-14
1
-0
/
+36
*
ipv6: Add support for setting ipv6 flow label.
Pritesh Kothari
2015-01-13
1
-1
/
+1
*
classifier: Add support for conjunctive matches.
Ben Pfaff
2015-01-11
1
-0
/
+17
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
util: Add be32_prefix_mask().
Jarno Rajahalme
2014-11-11
1
-5
/
+3
*
Fix setting transport ports with frags.
Jarno Rajahalme
2014-11-10
1
-3
/
+7
*
flow: Support OF1.5+ (draft) actset_output field.
Ben Pfaff
2014-11-03
1
-6
/
+23
*
ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.
Ben Pfaff
2014-10-08
1
-0
/
+30
*
nx-match: Move all knowledge of OXM/NXM here.
Ben Pfaff
2014-10-07
1
-209
/
+1
*
meta-flow: Autogenerate mf_field data structures.
Ben Pfaff
2014-10-07
1
-759
/
+10
*
lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().
Jarno Rajahalme
2014-10-06
1
-2
/
+2
*
lib/util: Change is_all_zeros and is_all_ones to take a void *.
Jarno Rajahalme
2014-09-08
1
-7
/
+7
*
meta-flow: Add 64-bit registers.
Ben Pfaff
2014-07-28
1
-0
/
+47
*
meta-flow: Simplify handling of a variable number of registers.
Ben Pfaff
2014-07-26
1
-18
/
+3
*
meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.
Ben Pfaff
2014-05-14
1
-1
/
+1
*
meta-flow: Encode OXM version information into struct mf_field.
Ben Pfaff
2014-05-14
1
-56
/
+66
*
lib/flow: add dp_hash and recirc_id to struct flow
Andy Zhou
2014-03-25
1
-0
/
+60
*
meta-flow: Remove duplicate break statements.
Joe Stringer
2014-02-26
1
-4
/
+0
*
meta-flow: Fix setting MFF_IP_FRAG.
Jarno Rajahalme
2014-02-11
1
-1
/
+1
*
ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.
Ben Pfaff
2014-02-11
1
-14
/
+0
*
Enhance userspace support for MPLS, for up to 3 labels.
Ben Pfaff
2014-02-04
1
-15
/
+19
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-11
/
+11
*
Classifier: Track address prefixes.
Jarno Rajahalme
2013-12-11
1
-0
/
+56
*
lib/meta-flow: remove unused function
Andy Zhou
2013-12-04
1
-109
/
+0
*
lib: More intuitive syntax for TCP flags matching.
Jarno Rajahalme
2013-12-02
1
-1
/
+93
*
Switch from sscanf() to ovs_scan() throughout the tree.
Ben Pfaff
2013-11-15
1
-12
/
+10
*
meta-flow: Fix typo in error message.
Ben Pfaff
2013-11-15
1
-1
/
+1
*
OXM inspired match field names.
Jarno Rajahalme
2013-11-01
1
-5
/
+5
*
meta-flow: Inline mf_from_id().
Jarno Rajahalme
2013-11-01
1
-9
/
+3
*
meta-flow: Make mf_parse() report bad masks as errors.
Ben Pfaff
2013-10-31
1
-10
/
+27
*
Return no protocols if mask is supplied for unmaskable match
Simon Horman
2013-10-31
1
-1
/
+1
*
TCP flags matching support.
Jarno Rajahalme
2013-10-29
1
-0
/
+40
*
ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.
Gurucharan Shetty
2013-10-17
1
-0
/
+18
*
meta-flow: Add mf_mask_field_and_prereqs().
Jarno Rajahalme
2013-10-15
1
-0
/
+40
*
lib/meta-flow: Enforce mf_fields array order.
Jarno Rajahalme
2013-10-15
1
-4
/
+8
*
Add software switch support for modifying ARP headers in OpenFlow.
Ben Pfaff
2013-10-09
1
-5
/
+5
*
meta-flow: Fix inverted IPv6 flow label masking.
Jarno Rajahalme
2013-10-09
1
-1
/
+1
*
openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.
Ben Pfaff
2013-09-17
1
-7
/
+6
*
lib: Keep track of usable protocols while parsing.
Jarno Rajahalme
2013-08-27
1
-7
/
+117
*
meta-flow: Use correct OF1.2+ errors for invalid fields in actions.
Ben Pfaff
2013-08-23
1
-3
/
+6
*
ofp-util: Add SCTP support
Joe Stringer
2013-08-22
1
-0
/
+38
*
flow: Enable matching on new field 'pkt_mark'.
Jesse Gross
2013-08-13
1
-5
/
+9
*
flow: Rename skb_mark to pkt_mark.
Jesse Gross
2013-08-13
1
-15
/
+15
*
meta-flow: Be pickier about format of Ethernet addresses.
Ben Pfaff
2013-07-25
1
-8
/
+13
*
meta-flow: Make thread-safe.
Ben Pfaff
2013-07-22
1
-18
/
+23
*
ofp-parse: Do not exit() upon a parse error.
Ben Pfaff
2013-07-08
1
-10
/
+9
*
Create specific types for ofp and odp port
Alex Wang
2013-06-20
1
-18
/
+17
*
meta-flow: Fix comment describing mf_set_flow_value().
Justin Pettit
2013-06-11
1
-3
/
+2
[next]