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
/
datapath
/
flow_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath: use hlist_for_each_entry_rcu instead of hlist_for_each_entry
Tonghao Zhang
2020-10-17
1
-4
/
+4
*
datapath: fix possible memleak on destroy flow-table
Tonghao Zhang
2020-10-17
1
-88
/
+98
*
datapath: add likely in flow_lookup
Tonghao Zhang
2020-10-17
1
-2
/
+2
*
datapath: simplify the flow_hash
Tonghao Zhang
2020-10-17
1
-5
/
+2
*
datapath: optimize flow-mask looking up
Tonghao Zhang
2020-10-17
1
-50
/
+53
*
datapath: rename flow_stats to sw_flow_stats
Pablo Neira Ayuso
2019-10-18
1
-3
/
+3
*
datapath: convert to kvmalloc
Kent Overstreet
2019-04-16
1
-39
/
+12
*
datapath: Optimize operations for OvS flow_stats.
Tonghao Zhang
2017-09-22
1
-1
/
+3
*
datapath: use percpu flow stats
Thadeu Lima de Souza Cascardo
2017-03-02
1
-17
/
+9
*
datapath: fix flow stats accounting when node 0 is not possible
Thadeu Lima de Souza Cascardo
2017-03-02
1
-1
/
+2
*
datapath: Check for flow key tunnel proto to detect tunnel.
Pravin B Shelar
2016-07-17
1
-1
/
+1
*
datapath: backport: ovs: do not allocate memory from offline numa node
Pravin B Shelar
2016-07-17
1
-1
/
+2
*
datapath: Drop support for kernel older than 3.10
Pravin B Shelar
2016-03-14
1
-9
/
+1
*
datapath: Add support for lwtunnel
Pravin B Shelar
2015-12-03
1
-2
/
+4
*
datapath: Backport "openvswitch: Zero flows on allocation."
Jesse Gross
2015-09-23
1
-11
/
+12
*
datapath: Backport "openvswitch: allocate nr_node_ids flow_stats instead of n...
Chris J Arges
2015-09-18
1
-1
/
+1
*
datapath: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
2015-08-17
1
-1
/
+1
*
datapath: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
2015-07-22
1
-1
/
+1
*
datapath: Fix Sparse warning.
Pravin B Shelar
2015-05-15
1
-2
/
+2
*
datapath: Initialize unmasked key and uid len.
Pravin B Shelar
2015-02-27
1
-0
/
+2
*
datapath: Add support for unique flow IDs.
Joe Stringer
2015-02-27
1
-32
/
+151
*
datapath: Use sw_flow_key_range for key ranges.
Joe Stringer
2015-02-27
1
-11
/
+9
*
datapath: Refactor ovs_flow_tbl_insert().
Joe Stringer
2015-02-27
1
-7
/
+14
*
datapath: update exact match lookup hash value to avoid hash collision
Andy Zhou
2015-02-03
1
-1
/
+8
*
datapath: replace remaining users of arch_fast_hash with jhash
Thomas Graf
2015-01-07
1
-2
/
+2
*
datapath: Fix comment style.
Pravin B Shelar
2014-10-23
1
-4
/
+7
*
datapath: Replace __force type cast with rcu_dereference_raw().
Pravin B Shelar
2014-10-23
1
-4
/
+4
*
datapath: Constify various function arguments
Thomas Graf
2014-09-23
1
-7
/
+7
*
datapath: Simplify flow mask cache delete.
Pravin B Shelar
2014-08-14
1
-60
/
+47
*
datapath: Optimize Flow mask cache hash collision case.
Pravin B Shelar
2014-08-06
1
-23
/
+25
*
datapath: Use currect rcu API in exact match flow lookup function.
Pravin B Shelar
2014-07-28
1
-10
/
+7
*
datapath: Fix buffer overrun in mask array realloc.
Pravin B Shelar
2014-07-25
1
-1
/
+2
*
datapath: Add NULL check for mask pointer.
Pravin B Shelar
2014-07-25
1
-37
/
+14
*
datapath: Use exact lookup for flow_get and flow_del.
Alex Wang
2014-07-01
1
-1
/
+24
*
datapath: fix sparse warning in function tbl_mask_array_delete_mask()
Andy Zhou
2014-06-25
1
-3
/
+3
*
datapath: keep mask array compact when deleting mask
Andy Zhou
2014-06-19
1
-32
/
+93
*
datapath: simplify ovs_flow_tbl_lookup_stats()
Andy Zhou
2014-06-19
1
-21
/
+19
*
datapath: Remove unnecessary flow variable.
Pravin B Shelar
2014-04-30
1
-1
/
+0
*
datapath: Convert mask list in mask array.
Pravin B Shelar
2014-04-29
1
-44
/
+156
*
datapath: Add flow mask cache.
Pravin B Shelar
2014-04-29
1
-12
/
+92
*
datapath: Move table destroy to dp-rcu callback.
Pravin B Shelar
2014-04-29
1
-3
/
+5
*
datapath: Fix typo.
Jarno Rajahalme
2014-04-02
1
-1
/
+1
*
datapath: Make flow mask removal symmetric.
Jarno Rajahalme
2014-03-29
1
-19
/
+24
*
datapath: Per NUMA node flow stats.
Jarno Rajahalme
2014-02-18
1
-11
/
+35
*
datapath: Remove 5-tuple optimization.
Jarno Rajahalme
2014-02-18
1
-22
/
+9
*
datapath: Fix kernel style issues.
Jesse Gross
2014-02-04
1
-1
/
+2
*
datapath: Fix ovs_flow_free() ovs-lock assert.
Pravin B Shelar
2014-01-27
1
-2
/
+3
*
datapath: use const in some local vars and casts
Daniele Di Proietto
2014-01-23
1
-7
/
+9
*
datapath: Fix kernel panic on ovs_flow_free
Andy Zhou
2014-01-17
1
-44
/
+40
*
datapath: Use kmem_cache_free() instead of kfree()
Wei Yongjun
2014-01-08
1
-1
/
+1
[next]