All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] net sched action timestamp improvements
@ 2016-06-06 10:32 Jamal Hadi Salim
  2016-06-06 10:32 ` [PATCH v2 net-next 1/3] net sched: actions use tcf_lastuse_update for consistency Jamal Hadi Salim
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jamal Hadi Salim @ 2016-06-06 10:32 UTC (permalink / raw)
  To: davem; +Cc: netdev, xiyou.wangcong, daniel, Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-18 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06 10:32 [PATCH v2 net-next 0/3] net sched action timestamp improvements Jamal Hadi Salim
2016-06-06 10:32 ` [PATCH v2 net-next 1/3] net sched: actions use tcf_lastuse_update for consistency Jamal Hadi Salim
2016-06-06 10:32 ` [PATCH v2 net-next 2/3] net sched actions: introduce timestamp for firsttime use Jamal Hadi Salim
2016-06-06 10:32 ` [PATCH v2 net-next 3/3] net sched actions: aggregate dumping of actions timeinfo Jamal Hadi Salim
2016-06-06 17:37 ` [PATCH v2 net-next 0/3] net sched action timestamp improvements Cong Wang
2016-06-07 22:54 ` David Miller
2016-06-17 11:15   ` Fwd: " Jamal Hadi Salim
2016-06-18  4:31     ` David Miller
2016-06-18 13:46       ` Jamal Hadi Salim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.