netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [NET_SCHED 00/09]: sch_ingress cleanups
@ 2008-01-20 14:32 Patrick McHardy
  2008-01-20 14:32 ` [NET_SCHED 01/09]: sch_ingress: formatting fixes Patrick McHardy
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Patrick McHardy @ 2008-01-20 14:32 UTC (permalink / raw)
  To: davem; +Cc: netdev, Patrick McHardy, hadi

These patches clean up sch_ingress by reformatting the code to match the
usual kernel style, removing lots of debugging statements that seem
unnecessary after years of stable operation, removing some "future use"
stuff that doesn't seem likely to ever get used and some minor additional
cleanups.


 net/sched/Kconfig       |    1 +
 net/sched/sch_ingress.c |  232 ++++++++---------------------------------------
 2 files changed, 41 insertions(+), 192 deletions(-)

Patrick McHardy (9):
      [NET_SCHED]: sch_ingress: formatting fixes
      [NET_SCHED]: sch_ingress: remove excessive debugging
      [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper
      [NET_SCHED]: sch_ingress: remove unused inner qdisc
      [NET_SCHED]: sch_ingress: return proper error code in ingress_graft()
      [NET_SCHED]: sch_ingress: remove unnecessary ops
      [NET_SCHED]: sch_ingress: move dependencies to Kconfig
      [NET_SCHED]: sch_ingress: avoid a few #ifdefs
      [NET_SCHED]: sch_ingress: remove useless printk

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

end of thread, other threads:[~2008-01-21  8:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 14:32 [NET_SCHED 00/09]: sch_ingress cleanups Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 01/09]: sch_ingress: formatting fixes Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 02/09]: sch_ingress: remove excessive debugging Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 03/09]: sch_ingress: remove qdisc_priv() wrapper Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 04/09]: sch_ingress: remove unused inner qdisc Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 05/09]: sch_ingress: return proper error code in ingress_graft() Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 06/09]: sch_ingress: remove unnecessary ops Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 07/09]: sch_ingress: move dependencies to Kconfig Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 08/09]: sch_ingress: avoid a few Patrick McHardy
2008-01-20 14:32 ` [NET_SCHED 09/09]: sch_ingress: remove useless printk Patrick McHardy
2008-01-20 15:31 ` [NET_SCHED 00/09]: sch_ingress cleanups jamal
2008-01-20 15:35   ` Patrick McHardy
2008-01-20 16:35     ` Stephen Hemminger
2008-01-21  8:14   ` 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).