All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH 0/7] Refactor some internal library functions
@ 2016-03-22 18:35 Phil Sutter
  2016-03-22 18:35 ` [iproute PATCH 1/7] color: introduce color helpers and COLOR_CLEAR Phil Sutter
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Phil Sutter @ 2016-03-22 18:35 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

The following series is a result of reviewing color output support and
some formatting helpers usually used with struct rtattr fields.

Phil Sutter (7):
  color: introduce color helpers and COLOR_CLEAR
  ipaddress: colorize peer, broadcast and anycast addresses as well
  make format_host non-reentrant by default
  utils: make rt_addr_n2a() non-reentrant by default
  lib/utils: introduce format_host_rta()
  lib/utils: introduce rt_addr_n2a_rta()
  lib/ll_addr: improve ll_addr_n2a() a bit

 bridge/fdb.c          |  4 +--
 include/color.h       |  5 ++-
 include/utils.h       | 10 ++++--
 ip/ip6tunnel.c        |  4 +--
 ip/ipaddress.c        | 87 ++++++++++++++++++---------------------------------
 ip/ipaddrlabel.c      |  7 ++---
 ip/iplink_bond.c      |  7 +----
 ip/iplink_geneve.c    |  5 ++-
 ip/iplink_vxlan.c     | 13 ++++----
 ip/ipmaddr.c          |  6 +---
 ip/ipmroute.c         | 11 ++-----
 ip/ipneigh.c          |  6 +---
 ip/ipprefix.c         | 17 ++--------
 ip/iproute.c          | 68 ++++++++++++----------------------------
 ip/iproute_lwtunnel.c | 29 ++++-------------
 ip/iprule.c           | 39 +++++++----------------
 ip/iptoken.c          | 11 ++-----
 ip/iptunnel.c         |  8 ++---
 ip/ipxfrm.c           | 29 ++++-------------
 ip/link_gre.c         |  5 ++-
 ip/link_gre6.c        |  5 ++-
 ip/link_ip6tnl.c      | 11 ++-----
 ip/link_iptnl.c       |  7 ++---
 ip/link_vti.c         |  5 ++-
 ip/link_vti6.c        |  5 ++-
 ip/tcp_metrics.c      |  6 ++--
 ip/xfrm_monitor.c     | 16 ++--------
 lib/color.c           | 30 +++++++++++++++++-
 lib/ll_addr.c         | 15 ++-------
 lib/utils.c           | 20 ++++++++++--
 misc/ss.c             |  4 +--
 tc/f_flower.c         | 11 ++-----
 tc/m_nat.c            |  4 +--
 33 files changed, 187 insertions(+), 323 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2016-03-27 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 18:35 [iproute PATCH 0/7] Refactor some internal library functions Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 1/7] color: introduce color helpers and COLOR_CLEAR Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 2/7] ipaddress: colorize peer, broadcast and anycast addresses as well Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 3/7] make format_host non-reentrant by default Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 4/7] utils: make rt_addr_n2a() " Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 5/7] lib/utils: introduce format_host_rta() Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 6/7] lib/utils: introduce rt_addr_n2a_rta() Phil Sutter
2016-03-22 18:35 ` [iproute PATCH 7/7] lib/ll_addr: improve ll_addr_n2a() a bit Phil Sutter
2016-03-27 17:38 ` [iproute PATCH 0/7] Refactor some internal library functions Stephen Hemminger

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.