aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping1-3/+9
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva1-1/+1
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun1-1/+1
2017-11-13openvswitch: Add meter infrastructureAndy Zhou1-0/+604