From: Jamal Hadi Salim <j...@mojatatu.com>

Various aggregations of duplicated code, fixes and introduction of firstused
timestamp

v2: add const for source time info per suggestion from Cong

Jamal Hadi Salim (3):
  net sched: actions use tcf_lastuse_update for consistency
  net sched actions: introduce timestamp for firsttime use
  net sched actions: aggregate dumping of actions timeinfo

 include/net/act_api.h        | 10 ++++++++++
 include/uapi/linux/pkt_cls.h |  1 +
 net/sched/act_api.c          |  1 +
 net/sched/act_bpf.c          |  5 +----
 net/sched/act_connmark.c     |  6 ++----
 net/sched/act_csum.c         |  7 +++----
 net/sched/act_gact.c         |  4 +---
 net/sched/act_ife.c          | 10 ++++------
 net/sched/act_ipt.c          |  8 ++++----
 net/sched/act_mirred.c       |  6 ++----
 net/sched/act_nat.c          |  7 +++----
 net/sched/act_pedit.c        |  8 ++++----
 net/sched/act_police.c       |  2 ++
 net/sched/act_simple.c       |  7 +++----
 net/sched/act_skbedit.c      |  7 +++----
 net/sched/act_vlan.c         |  6 ++----
 16 files changed, 46 insertions(+), 49 deletions(-)

-- 
1.9.1

Reply via email to