summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-04-251-1/+1
* net: openvswitch: suitable access to the dp_metersTonghao Zhang2020-04-251-3/+3
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-04-231-1/+1
* net: openvswitch: make EINVAL return value more obviousTonghao Zhang2020-04-231-3/+2
* net: openvswitch: remove the unnecessary checkTonghao Zhang2020-04-231-5/+4
* net: openvswitch: set max limitation to metersTonghao Zhang2020-04-231-10/+47
* net: openvswitch: expand the meters supported numberTonghao Zhang2020-04-231-59/+181
* meter.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+3
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
* openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+1
* openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
* openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping2018-03-111-3/+9
* openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-01-311-1/+1
* openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2017-11-151-1/+1
* openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun2017-11-141-8/+1
* openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2017-11-141-1/+1
* openvswitch: Add meter infrastructureAndy Zhou2017-11-131-0/+604