index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
meter.c
Age
Commit message (
Expand
)
Author
2023-08-15
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
2023-05-17
net: openvswitch: Use struct_size()
Christophe JAILLET
2023-02-13
net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
Hangyu Hua
2022-09-27
net: openvswitch: allow metering in non-initial user namespace
Michael Weiß
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
2021-05-13
openvswitch: meter: fix race when getting now_ms.
Tao Liu
2021-04-23
openvswitch: meter: remove rate from the bucket size calculation
Ilya Maximets
2020-11-02
openvswitch: Use IS_ERR instead of IS_ERR_OR_NULL
YueHaibing
2020-10-04
net: openvswitch: Constify static struct genl_small_ops
Rikard Falkeborn
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-04-25
net: openvswitch: use div_u64() for 64-by-32 divisions
Tonghao Zhang
2020-04-25
net: openvswitch: suitable access to the dp_meters
Tonghao Zhang
2020-04-23
net: openvswitch: use u64 for meter bucket
Tonghao Zhang
2020-04-23
net: openvswitch: make EINVAL return value more obvious
Tonghao Zhang
2020-04-23
net: openvswitch: remove the unnecessary check
Tonghao Zhang
2020-04-23
net: openvswitch: set max limitation to meters
Tonghao Zhang
2020-04-23
net: openvswitch: expand the meters supported number
Tonghao Zhang
2020-02-18
meter.c: Use built-in RCU list checking
Madhuparna Bhowmik
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-03-22
genetlink: make policy common to family
Johannes Berg
2019-01-16
openvswitch: meter: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-07-29
openvswitch: meter: Fix setting meter id for new entries
Justin Pettit
2018-03-11
openvswitch: meter: fix the incorrect calculation of max delta_t
zhangliping
2018-01-31
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2017-11-15
openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_start
Gustavo A. R. Silva
2017-11-14
openvswitch: Using kfree_rcu() to simplify the code
Wei Yongjun
2017-11-14
openvswitch: Fix return value check in ovs_meter_cmd_features()
Wei Yongjun
2017-11-13
openvswitch: Add meter infrastructure
Andy Zhou