netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute PATCH 00/18] ss: Minor code review
@ 2016-11-11 13:09 Phil Sutter
  2016-11-11 13:09 ` [iproute PATCH 01/18] ss: Mark fall through in arg parsing switch() Phil Sutter
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Phil Sutter @ 2016-11-11 13:09 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

This is a series of misc changes to ss code which happened as fall-out
when working on a unified output formatter (still unfinished).

Phil Sutter (18):
  ss: Mark fall through in arg parsing switch()
  ss: Drop empty lines in UDP output
  ss: Add missing tab when printing UNIX details
  ss: Use sockstat->type in all socket types
  ss: introduce proc_ctx_print()
  ss: Drop list traversal from unix_stats_print()
  ss: Eliminate unix_use_proc()
  ss: Turn generic_proc_open() wrappers into macros
  ss: Make tmr_name local to tcp_timer_print()
  ss: Make user_ent_hash_build_init local to user_ent_hash_build()
  ss: Make some variables function-local
  ss: Make slabstat_ids local to get_slabstat()
  ss: Get rid of useless goto in handle_follow_request()
  ss: Get rid of single-fielded struct snmpstat
  ss: Make unix_state_map local to unix_show()
  ss: Make sstate_name local to sock_state_print()
  ss: Make sstate_namel local to scan_state()
  ss: unix_show: No need to initialize members of calloc'ed structs

 misc/ss.c | 524 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 220 insertions(+), 304 deletions(-)

-- 
2.10.0

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

end of thread, other threads:[~2016-12-01 18:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11 13:09 [iproute PATCH 00/18] ss: Minor code review Phil Sutter
2016-11-11 13:09 ` [iproute PATCH 01/18] ss: Mark fall through in arg parsing switch() Phil Sutter
2016-11-11 13:09 ` [iproute PATCH 02/18] ss: Drop empty lines in UDP output Phil Sutter
2016-11-11 13:09 ` [iproute PATCH 03/18] ss: Add missing tab when printing UNIX details Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 04/18] ss: Use sockstat->type in all socket types Phil Sutter
2016-12-01 18:41   ` Stephen Hemminger
2016-11-11 13:10 ` [iproute PATCH 05/18] ss: introduce proc_ctx_print() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 06/18] ss: Drop list traversal from unix_stats_print() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 07/18] ss: Eliminate unix_use_proc() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 08/18] ss: Turn generic_proc_open() wrappers into macros Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 09/18] ss: Make tmr_name local to tcp_timer_print() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 10/18] ss: Make user_ent_hash_build_init local to user_ent_hash_build() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 11/18] ss: Make some variables function-local Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 12/18] ss: Make slabstat_ids local to get_slabstat() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 13/18] ss: Get rid of useless goto in handle_follow_request() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 14/18] ss: Get rid of single-fielded struct snmpstat Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 15/18] ss: Make unix_state_map local to unix_show() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 16/18] ss: Make sstate_name local to sock_state_print() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 17/18] ss: Make sstate_namel local to scan_state() Phil Sutter
2016-11-11 13:10 ` [iproute PATCH 18/18] ss: unix_show: No need to initialize members of calloc'ed structs Phil Sutter

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).