netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] net: sched: actions rename for grep-ability and consistency
@ 2018-08-12 13:34 Jamal Hadi Salim
  2018-08-12 13:34 ` [PATCH net-next 01/13] net: sched: act_connmark method " Jamal Hadi Salim
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jamal Hadi Salim @ 2018-08-12 13:34 UTC (permalink / raw)
  To: davem; +Cc: xiyou.wangcong, jiri, netdev, kernel, Jamal Hadi Salim

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

Having a structure (example tcf_mirred) and a function with the same name is
not good for readability or grepability.

This long overdue patchset improves it and make sure there is consistency
across all actions

Jamal Hadi Salim (13):
  net: sched: act_connmark method rename for grep-ability and
    consistency
  net: sched: act_bpf method rename for grep-ability and consistency
  net: sched: act_sum method rename for grep-ability and consistency
  net: sched: act_gact method rename for grep-ability and consistency
  net: sched: act_ipt method rename for grep-ability and consistency
  net: sched: act_nat method rename for grep-ability and consistency
  net: sched: act_pedit method rename for grep-ability and consistency
  net: sched: act_police method rename for grep-ability and consistency
  net: sched: act_simple method rename for grep-ability and consistency
  net: sched: act_skbedit method rename for grep-ability and consistency
  net: sched: act_skbmod method rename for grep-ability and consistency
  net: sched: act_vlan method rename for grep-ability and consistency
  net: sched: act_mirred method rename for grep-ability and consistency

 net/sched/act_bpf.c      |  6 +++---
 net/sched/act_connmark.c |  6 +++---
 net/sched/act_csum.c     |  6 +++---
 net/sched/act_gact.c     |  6 +++---
 net/sched/act_ipt.c      |  8 ++++----
 net/sched/act_mirred.c   |  6 +++---
 net/sched/act_nat.c      |  6 +++---
 net/sched/act_pedit.c    |  6 +++---
 net/sched/act_police.c   | 16 ++++++++--------
 net/sched/act_simple.c   |  6 +++---
 net/sched/act_skbedit.c  |  6 +++---
 net/sched/act_skbmod.c   |  4 ++--
 net/sched/act_vlan.c     |  6 +++---
 13 files changed, 44 insertions(+), 44 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-08-13 18:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-12 13:34 [PATCH net-next 00/13] net: sched: actions rename for grep-ability and consistency Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 01/13] net: sched: act_connmark method " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 02/13] net: sched: act_bpf " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 03/13] net: sched: act_sum " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 04/13] net: sched: act_gact " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 05/13] net: sched: act_ipt " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 06/13] net: sched: act_nat " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 07/13] net: sched: act_pedit " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 08/13] net: sched: act_police " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 09/13] net: sched: act_simple " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 10/13] net: sched: act_skbedit " Jamal Hadi Salim
2018-08-12 13:34 ` [PATCH net-next 11/13] net: sched: act_skbmod " Jamal Hadi Salim
2018-08-12 13:35 ` [PATCH net-next 12/13] net: sched: act_vlan " Jamal Hadi Salim
2018-08-12 13:35 ` [PATCH net-next 13/13] net: sched: act_mirred " Jamal Hadi Salim
2018-08-13 16:00 ` [PATCH net-next 00/13] net: sched: actions " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).