aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c
Commit message (Expand)AuthorAge
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-27
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* genetlink: make policy common to familyJohannes Berg2019-03-22
* openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-17
* openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-29
* openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping2018-03-11
* openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-01-31
* openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2017-11-15
* openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun2017-11-14
* openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2017-11-14
* openvswitch: Add meter infrastructureAndy Zhou2017-11-12