summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.h
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET2023-10-171-1/+1
* net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-181-2/+6
* net: openvswitch: remove unused keep_flowsTonghao Zhang2020-09-011-1/+0
* net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-131-0/+3
* net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-031-1/+9
* net: openvswitch: add masks cache hit counterEelco Chaudron2020-08-031-1/+2
* net: openvswitch: reorder masks array based on usageEelco Chaudron2020-07-171-0/+11
* net: openvswitch: convert mask list in mask arrayTonghao Zhang2019-11-031-1/+7
* net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-031-2/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* openvswitch: convert to kvmallocKent Overstreet2019-03-121-2/+1
* openvswitch: Zero flows on allocation.Jesse Gross2015-09-221-1/+1
* openvswitch: Add support for unique flow IDs.Joe Stringer2015-01-261-2/+6
* openvswitch: Constify various function argumentsThomas Graf2014-11-091-4/+4
* openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-051-1/+1
* openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-301-1/+2
* openvswitch: Per NUMA node flow stats.Jarno Rajahalme2014-05-161-0/+2
* openvswitch: Remove 5-tuple optimization.Jarno Rajahalme2014-05-161-1/+1
* openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou2014-02-041-1/+1
* openvswitch: Per cpu flow stats.Pravin B Shelar2014-01-061-1/+1
* openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou2014-01-061-1/+3
* openvswitch: collect mega flow mask statsAndy Zhou2013-10-221-1/+3
* openvswitch: Simplify mega-flow APIs.Pravin B Shelar2013-10-041-9/+3
* openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar2013-10-041-19/+13
* openvswitch: Restructure datapath.c and flow.cPravin B Shelar2013-10-031-0/+91