summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_table.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun2014-01-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-071-19/+41
|\
| * openvswitch: remove duplicated include from flow_table.cWei Yongjun2014-01-071-2/+0Star
| * net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2014-01-071-8/+1Star
| * openvswitch: Per cpu flow stats.Pravin B Shelar2014-01-071-2/+29
| * openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross2014-01-071-1/+1
| * openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou2014-01-071-1/+9
| * openvswitch: Correct comment.Ben Pfaff2014-01-071-5/+1Star
* | net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco2013-12-171-2/+2
|/
* openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar2013-11-021-1/+1
* openvswitch: collect mega flow mask statsAndy Zhou2013-10-221-1/+15
* openvswitch: Simplify mega-flow APIs.Pravin B Shelar2013-10-041-59/+79
* openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar2013-10-041-82/+123
* openvswitch: Restructure datapath.c and flow.cPravin B Shelar2013-10-041-0/+517