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
/
flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flow: fix compilation of MINIFLOW_ASSERT
Simon Horman
2016-01-11
1
-3
/
+3
*
flow: Pass last field to miniflow_pad_to_64().
Simon Horman
2015-12-22
1
-9
/
+9
*
tunneling: extend flow_tnl with ipv6 addresses
Jiri Benc
2015-11-30
1
-11
/
+19
*
conntrack: Add support for NAT.
Jarno Rajahalme
2015-11-25
1
-0
/
+4
*
Add connection tracking label support.
Joe Stringer
2015-10-13
1
-0
/
+13
*
Add connection tracking mark support.
Joe Stringer
2015-10-13
1
-0
/
+13
*
Add support for connection tracking.
Joe Stringer
2015-10-13
1
-8
/
+45
*
flow: Fix MSVC compile errors.
Ben Pfaff
2015-08-31
1
-1
/
+1
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-28
/
+26
*
flow: Add struct flowmap.
Jarno Rajahalme
2015-08-26
1
-205
/
+152
*
classifier: Pre-compute stage masks.
Jarno Rajahalme
2015-08-26
1
-1
/
+1
*
flow: Ignore invalid ICMPv6 fields when parsing packets
Simon Horman
2015-08-13
1
-17
/
+18
*
flow: Avoid compile errors.
Jarno Rajahalme
2015-08-12
1
-15
/
+24
*
dpif-netdev: Translate Geneve options per-flow, not per-packet.
Jesse Gross
2015-08-05
1
-10
/
+37
*
flow: Split miniflow's map.
Jarno Rajahalme
2015-07-17
1
-116
/
+183
*
flow: Make compile with MSVC.
Jarno Rajahalme
2015-07-16
1
-11
/
+12
*
tunneling: Allow matching and setting tunnel 'OAM' flag.
Jesse Gross
2015-07-15
1
-6
/
+10
*
flow: Factor out flag parsing and formatting routines.
Jesse Gross
2015-07-15
1
-1
/
+172
*
flow: Eliminate miniflow_clone() and minimask_clone().
Jarno Rajahalme
2015-07-15
1
-23
/
+2
*
match: Single malloc minimatch.
Jarno Rajahalme
2015-07-15
1
-35
/
+52
*
flow: Always inline miniflows.
Jarno Rajahalme
2015-07-15
1
-145
/
+65
*
hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.
Jeroen van Bemmel
2015-07-08
1
-1
/
+70
*
pkt-metadata: Avoid introducing overhead for userspace tunnels.
Jesse Gross
2015-06-25
1
-1
/
+6
*
tunnel: Geneve TLV handling support for OpenFlow.
Jesse Gross
2015-06-25
1
-6
/
+12
*
flow: Make assertions about offsets within struct flow easier to follow.
Ben Pfaff
2015-06-15
1
-31
/
+29
*
flow: Add 'const' qualifiers in flow extraction.
Ben Pfaff
2015-06-08
1
-9
/
+9
*
ofp-util: Convert flow_metadata to match structure.
Jesse Gross
2015-06-08
1
-13
/
+35
*
dp-packet: Remove 'frame' member.
Daniele Di Proietto
2015-05-18
1
-1
/
+1
*
flow_format: Do not format "in_port=0".
Jarno Rajahalme
2015-03-26
1
-4
/
+8
*
match: Do not skip formatting a zero dp_hash.
Jarno Rajahalme
2015-03-16
1
-0
/
+3
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-55
/
+52
*
ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
Madhu Challa
2015-02-14
1
-6
/
+10
*
miniflow: Fix miniflow push of L4 port numbers.
Jarno Rajahalme
2015-02-02
1
-3
/
+6
*
classifier: Add support for conjunctive matches.
Ben Pfaff
2015-01-11
1
-9
/
+10
*
miniflow: Use 64-bit data.
Jarno Rajahalme
2015-01-06
1
-174
/
+228
*
ofproto-dpif: Fix MPLS multiple Push pop action.
Pravin B Shelar
2014-12-18
1
-4
/
+7
*
lib: Use MAP_FOR_EACH_INDEX to improve readability.
Jarno Rajahalme
2014-11-26
1
-27
/
+17
*
flow.c: Improve minimask_equal() and minimask_has_extra().
Jarno Rajahalme
2014-11-26
1
-9
/
+18
*
flow: Define miniflow_get__() to simplify code.
Jarno Rajahalme
2014-11-26
1
-5
/
+4
*
classifier: Lockless and robust classifier iteration.
Jarno Rajahalme
2014-11-14
1
-2
/
+2
*
miniflow_extract: Properly handle small IP packets.
Jarno Rajahalme
2014-11-10
1
-4
/
+25
*
flow: Support OF1.5+ (draft) actset_output field.
Ben Pfaff
2014-11-03
1
-8
/
+11
*
lib/dpif-netdev: Integrate megaflow classifier.
Jarno Rajahalme
2014-10-17
1
-0
/
+61
*
lib: Fix MPLS masking.
Jarno Rajahalme
2014-10-06
1
-14
/
+22
*
lib/match: Do not format undefined fields.
Jarno Rajahalme
2014-10-06
1
-0
/
+119
*
flow.c: Correct the comment for miniflow_equal().
Wang Sheng-Hui
2014-09-29
1
-1
/
+1
*
lib/flow: Use BUILD_MESSAGE() to warn if BUILD_SEQ is not updated
Daniele Di Proietto
2014-08-29
1
-0
/
+3
*
lib/flow.h: Improve struct miniflow comment and definition.
Jarno Rajahalme
2014-08-26
1
-1
/
+2
*
Revert "miniflow: Remove unused values_inline branch from miniflow_move()"
Jarno Rajahalme
2014-08-26
1
-2
/
+5
*
miniflow: Remove unused values_inline branch from miniflow_move()
Thomas Graf
2014-08-26
1
-5
/
+2
[next]