summaryrefslogtreecommitdiff
path: root/net/openvswitch/meter.c
AgeCommit message (Expand)Author
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun
2017-11-13openvswitch: Add meter infrastructureAndy Zhou