summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.c
AgeCommit message (Expand)AuthorLines
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar-2/+4
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou-44/+40
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller-19/+41
2014-01-06openvswitch: remove duplicated include from flow_table.cWei Yongjun-2/+0
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann-8/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar-2/+29
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross-1/+1
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou-1/+9
2014-01-06openvswitch: Correct comment.Ben Pfaff-5/+1
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco-2/+2
2013-11-01openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar-1/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou-1/+15
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar-59/+79
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar-82/+123
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar-0/+517