summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-5/+5
* net: openvswitch: Use struct_size()Christophe JAILLET2023-05-171-3/+1
* net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua2023-02-131-1/+3
* net: openvswitch: allow metering in non-initial user namespaceMichael Weiß2022-09-271-7/+7
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* openvswitch: meter: fix race when getting now_ms.Tao Liu2021-05-131-0/+8
* openvswitch: meter: remove rate from the bucket size calculationIlya Maximets2021-04-231-2/+2
* openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing2020-11-021-1/+1
* net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2020-10-041-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* 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