]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd66dac2a5b2d66f0c0a470ded29fa8509139e912
tree6052ca35191349963dfdb26ce10eb98ff557d8d7
parente94867c09bf6fc65f57898504c615503a776a1d6
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