aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12openvswitch: convert to kvmallocKent Overstreet1-39/+12
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang1-1/+3
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo1-17/+9
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo1-2/+3
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc1-1/+1
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov1-1/+2
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross1-11/+12
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-1/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-1/+3
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar1-0/+2
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-33/+154
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-2/+2
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-6/+6
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar1-4/+7
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang1-0/+16
2014-05-22openvswitch: Fix typo.Jarno Rajahalme1-1/+1
2014-05-22openvswitch: Make flow mask removal symmetric.Jarno Rajahalme1-19/+25
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme1-11/+35
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-22/+9
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto1-7/+9
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar1-2/+4
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou1-44/+40
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-19/+41
2014-01-06openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann1-8/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar1-2/+29
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross1-1/+1
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou1-1/+9
2014-01-06openvswitch: Correct comment.Ben Pfaff1-5/+1
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco1-2/+2
2013-11-01openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar1-1/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou1-1/+15
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar1-59/+79
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar1-82/+123
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-0/+517