summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.h
AgeCommit message (Expand)AuthorLines
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET-1/+1
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron-2/+6
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang-1/+0
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang-0/+3
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron-1/+9
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron-1/+2
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron-0/+11
2019-11-03net: openvswitch: convert mask list in mask arrayTonghao Zhang-1/+7
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang-2/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner-14/+1
2019-03-12openvswitch: convert to kvmallocKent Overstreet-2/+1
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross-1/+1
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer-2/+6
2014-11-09openvswitch: Constify various function argumentsThomas Graf-4/+4
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar-1/+1
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang-1/+2
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme-0/+2
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme-1/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou-1/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar-1/+1
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou-1/+3
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou-1/+3
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar-9/+3
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar-19/+13
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar-0/+91