index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2022-09-27
net: openvswitch: allow metering in non-initial user namespace
Michael Weiß
1
-7
/
+7
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
1
-1
/
+0
2021-05-14
openvswitch: meter: fix race when getting now_ms.
Tao Liu
1
-0
/
+8
2021-04-23
openvswitch: meter: remove rate from the bucket size calculation
Ilya Maximets
1
-2
/
+2
2020-11-03
openvswitch: Use IS_ERR instead of IS_ERR_OR_NULL
YueHaibing
1
-1
/
+1
2020-10-05
net: openvswitch: Constify static struct genl_small_ops
Rikard Falkeborn
1
-1
/
+1
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
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