]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - net/sched/act_police.c
net sched actions: introduce timestamp for firsttime use
authorJamal Hadi Salim <jhs@mojatatu.com>
Mon, 6 Jun 2016 10:32:54 +0000 (06:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jun 2016 22:53:43 +0000 (15:53 -0700)
commit53eb440f4ada034ea43b295891feec3df0fa7a29
tree6052ca35191349963dfdb26ce10eb98ff557d8d7
parent9c4a4e488bc8f55dfc8782c7d7757fb058e9088e
net sched actions: introduce timestamp for firsttime use

Useful to know when the action was first used for accounting
(and debugging)

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
include/net/act_api.h
include/uapi/linux/pkt_cls.h
net/sched/act_api.c
net/sched/act_bpf.c
net/sched/act_connmark.c
net/sched/act_csum.c
net/sched/act_gact.c
net/sched/act_ipt.c
net/sched/act_mirred.c
net/sched/act_nat.c
net/sched/act_pedit.c
net/sched/act_police.c
net/sched/act_simple.c
net/sched/act_skbedit.c
net/sched/act_vlan.c