summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c
AgeCommit message (Expand)AuthorLines
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit-5/+5
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping-3/+9
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva-1/+1
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva-1/+1
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun-8/+1
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun-1/+1
2017-11-13openvswitch: Add meter infrastructureAndy Zhou-0/+604