aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_table.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-17net: openvswitch: Use struct_size()Gravatar Christophe JAILLET 1-5/+2
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-02-06net: openvswitch: reduce cpu_used_mask memoryGravatar Eddy Tao 1-3/+5
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesGravatar Luca Ceresoli 1-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Gravatar Thomas Gleixner 1-5/+4
2021-07-01openvswitch: Optimize operation for key comparisonGravatar Baowen Zheng 1-3/+3
2020-11-03net: openvswitch: silence suspicious RCU usage warningGravatar Eelco Chaudron 1-1/+1
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedGravatar Eelco Chaudron 1-23/+35
2020-09-01net: openvswitch: remove unused keep_flowsGravatar Tonghao Zhang 1-6/+0
2020-09-01net: openvswitch: refactor flow free functionGravatar Tonghao Zhang 1-11/+11
2020-09-01net: openvswitch: improve the coding styleGravatar Tonghao Zhang 1-20/+26
2020-08-13net: openvswitch: introduce common code for flushing flowsGravatar Tonghao Zhang 1-20/+15
2020-08-05net: openvswitch: silence suspicious RCU usage warningGravatar Tonghao Zhang 1-3/+3
2020-08-03net: openvswitch: make masks cache size configurableGravatar Eelco Chaudron 1-13/+88
2020-08-03net: openvswitch: add masks cache hit counterGravatar Eelco Chaudron 1-5/+14
2020-07-17net: openvswitch: reorder masks array based on usageGravatar Eelco Chaudron 1-5/+168
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryGravatar Tonghao Zhang 1-4/+6
2020-02-18flow_table.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-2/+4
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableGravatar Tonghao Zhang 1-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupGravatar Tonghao Zhang 1-2/+2
2019-11-03net: openvswitch: simplify the flow_hashGravatar Tonghao Zhang 1-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upGravatar Tonghao Zhang 1-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionGravatar Tonghao Zhang 1-42/+53
2019-11-03net: openvswitch: shrink the mask array if necessaryGravatar Tonghao Zhang 1-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayGravatar Tonghao Zhang 1-49/+160
2019-11-03net: openvswitch: add flow-mask cache for performanceGravatar Tonghao Zhang 1-13/+96
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsGravatar Pablo Neira Ayuso 1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Gravatar Thomas Gleixner 1-14/+1
2019-03-12openvswitch: convert to kvmallocGravatar Kent Overstreet 1-39/+12
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Gravatar Tonghao Zhang 1-1/+3
2016-09-18openvswitch: use percpu flow statsGravatar Thadeu Lima de Souza Cascardo 1-17/+9
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleGravatar Thadeu Lima de Souza Cascardo 1-2/+3
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyGravatar Jiri Benc 1-1/+1
2015-10-05ovs: do not allocate memory from offline numa nodeGravatar Konstantin Khlebnikov 1-1/+2
2015-09-22openvswitch: Zero flows on allocation.Gravatar Jesse Gross 1-11/+12
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyGravatar Jiri Benc 1-1/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesGravatar Chris J Arges 1-1/+1
2015-07-21openvswitch: Make tunnel set action attach a metadata dstGravatar Thomas Graf 1-1/+3
2015-02-08openvswitch: Initialize unmasked key and uid lenGravatar Pravin B Shelar 1-0/+2
2015-01-26openvswitch: Add support for unique flow IDs.Gravatar Joe Stringer 1-33/+154
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Gravatar Joe Stringer 1-11/+9
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Gravatar Joe Stringer 1-7/+14
2014-12-10net: replace remaining users of arch_fast_hash with jhashGravatar Daniel Borkmann 1-2/+2
2014-11-09openvswitch: Constify various function argumentsGravatar Thomas Graf 1-6/+6
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Gravatar Pravin B Shelar 1-4/+7
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Gravatar Alex Wang 1-0/+16
2014-05-22openvswitch: Fix typo.Gravatar Jarno Rajahalme 1-1/+1
2014-05-22openvswitch: Make flow mask removal symmetric.Gravatar Jarno Rajahalme 1-19/+25