index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
meter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-26
net: openvswitch: use div_u64() for 64-by-32 divisions
Tonghao Zhang
1
-1
/
+1
2020-04-26
net: openvswitch: suitable access to the dp_meters
Tonghao Zhang
1
-3
/
+3
2020-04-24
net: openvswitch: use u64 for meter bucket
Tonghao Zhang
1
-1
/
+1
2020-04-24
net: openvswitch: make EINVAL return value more obvious
Tonghao Zhang
1
-3
/
+2
2020-04-24
net: openvswitch: remove the unnecessary check
Tonghao Zhang
1
-5
/
+4
2020-04-24
net: openvswitch: set max limitation to meters
Tonghao Zhang
1
-10
/
+47
2020-04-24
net: openvswitch: expand the meters supported number
Tonghao Zhang
1
-59
/
+181
2020-02-18
meter.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2019-04-28
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+4
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-3
/
+3
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-4
/
+4
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-4
/
+1
2019-01-17
openvswitch: meter: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2018-07-29
openvswitch: meter: Fix setting meter id for new entries
Justin Pettit
1
-5
/
+5
2018-03-12
openvswitch: meter: fix the incorrect calculation of max delta_t
zhangliping
1
-3
/
+9
2018-01-31
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2017-11-15
openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_start
Gustavo A. R. Silva
1
-1
/
+1
2017-11-14
openvswitch: Using kfree_rcu() to simplify the code
Wei Yongjun
1
-8
/
+1
2017-11-14
openvswitch: Fix return value check in ovs_meter_cmd_features()
Wei Yongjun
1
-1
/
+1
2017-11-13
openvswitch: Add meter infrastructure
Andy Zhou
1
-0
/
+604