aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/meter.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-23openvswitch: meter: remove rate from the bucket size calculationGravatar Ilya Maximets 1-2/+2
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLGravatar YueHaibing 1-1/+1
2020-10-04net: openvswitch: Constify static struct genl_small_opsGravatar Rikard Falkeborn 1-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsGravatar Tonghao Zhang 1-1/+1
2020-04-25net: openvswitch: suitable access to the dp_metersGravatar Tonghao Zhang 1-3/+3
2020-04-23net: openvswitch: use u64 for meter bucketGravatar Tonghao Zhang 1-1/+1
2020-04-23net: openvswitch: make EINVAL return value more obviousGravatar Tonghao Zhang 1-3/+2
2020-04-23net: openvswitch: remove the unnecessary checkGravatar Tonghao Zhang 1-5/+4
2020-04-23net: openvswitch: set max limitation to metersGravatar Tonghao Zhang 1-10/+47
2020-04-23net: openvswitch: expand the meters supported numberGravatar Tonghao Zhang 1-59/+181
2020-02-18meter.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-4/+4
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-4/+1
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2018-07-29openvswitch: meter: Fix setting meter id for new entriesGravatar Justin Pettit 1-5/+5
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tGravatar zhangliping 1-3/+9
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-1/+1
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGravatar Gustavo A. R. Silva 1-1/+1
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeGravatar Wei Yongjun 1-8/+1
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Gravatar Wei Yongjun 1-1/+1
2017-11-13openvswitch: Add meter infrastructureGravatar Andy Zhou 1-0/+604