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