summaryrefslogtreecommitdiff
path: root/datapath/meter.c
Commit message (Expand)AuthorAgeFilesLines
* compat: Use nla_parse deprecated functionsJohannes Berg2020-03-061-3/+5
* compat: Move genl_ops policy to genl_familyJohannes Berg2020-03-061-0/+11
* datapath: genetlink: optionally validate strictly/dumpsYi-Hung Wei2019-10-181-0/+12
* datapath: Use nla_nest_start_noflag()Yi-Hung Wei2019-10-181-4/+4
* datapath: Fix compiling error for 4.14.111+ kernelYifeng Sun2019-04-271-0/+1
* datapath: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-161-2/+2
* datapath: meter: Fix setting meter id for new entriesJustin Pettit2018-08-071-5/+5
* datapath: meter: fix the incorrect calculation of max delta_tzhangliping2018-07-301-3/+9
* datapath: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-121-1/+1
* datapath: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2018-02-121-1/+1
* datapath: Using kfree_rcu() to simplify the codeWei Yongjun2018-02-121-8/+1
* datapath: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2018-02-121-1/+1
* datapath: Add meter infrastructureAndy Zhou2018-02-121-0/+614