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