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: extend it to carry IGMP protocol information
Flavio Leitner
2014-06-24
1
-2
/
+20
*
tunnel: Add support for matching on OAM packets.
Jesse Gross
2014-06-19
1
-0
/
+2
*
flow: Fix use-after-free in flow_compose().
Ben Pfaff
2014-06-05
1
-0
/
+2
*
lib/flow: fix minimatch_extract() ICMPv6 parsing
Jarno Rajahalme
2014-06-02
1
-3
/
+3
*
lib/flow: call memcmp in miniflow_equal()
Daniele Di Proietto
2014-05-27
1
-5
/
+1
*
lib/classifier: Support variable sized miniflows.
Jarno Rajahalme
2014-04-29
1
-7
/
+48
*
lib/flow: Maintain miniflow offline values explicitly.
Jarno Rajahalme
2014-04-29
1
-47
/
+44
*
lib/flow: Optimize minimask_has_extra() and minimask_is_catchall()
Jarno Rajahalme
2014-04-29
1
-25
/
+6
*
lib: Inline functions used in classifier_lookup.
Jarno Rajahalme
2014-04-29
1
-155
/
+0
*
lib/flow: Simplify miniflow accessors, add ipv6 support.
Jarno Rajahalme
2014-04-29
1
-25
/
+51
*
dpif-netdev: Use miniflow as a flow key.
Jarno Rajahalme
2014-04-18
1
-2
/
+29
*
classifier: Support miniflow as a key.
Jarno Rajahalme
2014-04-18
1
-21
/
+3
*
lib/flow: Possibly faster miniflow_hash_in_minimask()
Jarno Rajahalme
2014-04-18
1
-2
/
+18
*
lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().
Jarno Rajahalme
2014-04-18
1
-40
/
+5
*
lib/flow: Introduce miniflow_extract().
Jarno Rajahalme
2014-04-18
1
-301
/
+455
*
ofproto/bond: Implement bond megaflow using recirculation
Andy Zhou
2014-04-07
1
-0
/
+2
*
packets: Fix misaligned data accesses for MPLS and SCTP fields.
Ben Pfaff
2014-04-05
1
-2
/
+3
*
ofpbuf: Abstract 'l2' pointer and document usage conventions.
Jarno Rajahalme
2014-04-03
1
-5
/
+2
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-27
/
+27
*
lib/ofpbuf: Compact
Jarno Rajahalme
2014-03-29
1
-37
/
+45
*
lib/ofpbuf: Remove 'l7' pointer.
Jarno Rajahalme
2014-03-25
1
-66
/
+34
*
lib/flow: add dp_hash and recirc_id to struct flow
Andy Zhou
2014-03-25
1
-2
/
+4
*
lib/flow: Fix flow_hash_5tuple().
Jarno Rajahalme
2014-03-24
1
-4
/
+4
*
dpif-netdev: Implement the API functions to allow multiple handler
Alex Wang
2014-03-20
1
-0
/
+19
*
lib/flow: Retain ODPP_NONE on flow_extract().
Jarno Rajahalme
2014-03-19
1
-3
/
+1
*
lib: simplify flow_extract() API
Andy Zhou
2014-02-28
1
-12
/
+10
*
flow: Copy MPLS label on mpls_push.
Joe Stringer
2014-02-11
1
-2
/
+2
*
Enhance userspace support for MPLS, for up to 3 labels.
Ben Pfaff
2014-02-04
1
-15
/
+198
*
lib: Add tpid parameter to eth_push_vlan()
Simon Horman
2014-01-16
1
-1
/
+1
*
lib/flow: Skip minimask value checks.
Jarno Rajahalme
2013-12-20
1
-23
/
+15
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-2
/
+2
*
flow: New function flow_unwildcard_tp_ports().
Ethan Jackson
2013-12-13
1
-2
/
+13
*
ofproto-dpif: Ignore non-packet field masks during flow revalidation
Andy Zhou
2013-12-11
1
-0
/
+9
*
Classifier: Track address prefixes.
Jarno Rajahalme
2013-12-11
1
-4
/
+8
*
lib/flow: Add IPv6 support for flow_compose().
Jarno Rajahalme
2013-12-06
1
-34
/
+95
*
lib: More intuitive syntax for TCP flags matching.
Jarno Rajahalme
2013-12-02
1
-0
/
+18
*
Classifier: Staged subtable matching.
Jarno Rajahalme
2013-11-19
1
-3
/
+75
*
util: Rename popcount to count_1bits
Ben Pfaff
2013-11-19
1
-2
/
+3
*
util: Make popcount() handle 64-bit integers, not separate popcount64().
Ben Pfaff
2013-11-18
1
-3
/
+2
*
util: Make raw_ctz() accept 64-bit integers.
Ben Pfaff
2013-11-18
1
-8
/
+8
*
miniflow: Use 64-bit map.
Jarno Rajahalme
2013-11-18
1
-145
/
+88
*
flow: Fill in ->l7 in flow_compose().
Ben Pfaff
2013-11-02
1
-0
/
+1
*
TCP flags matching support.
Jarno Rajahalme
2013-10-29
1
-2
/
+3
*
More accurate wildcarding and fragment handling.
Jarno Rajahalme
2013-10-17
1
-8
/
+41
*
Remove unused variables and functions.
Jarno Rajahalme
2013-09-27
1
-3
/
+0
*
Remove mpls_depth field from flow
Simon Horman
2013-09-27
1
-3
/
+4
*
match: New function minimatch_matches_flow().
Ben Pfaff
2013-09-26
1
-27
/
+99
*
flow: Fix hypothetical memory leak in miniflow_move().
Ben Pfaff
2013-09-04
1
-3
/
+3
*
flow: Fix memory leak in minimask_move().
Ben Pfaff
2013-09-04
1
-1
/
+1
*
packets: Introduce IPv6 headers not aligned on a 32-bit boundary.
Ben Pfaff
2013-08-27
1
-5
/
+5
[prev]
[next]