iproute2/ip
Mahesh Bandewar 5d5586b058 iproute: make clang happy
These are primarily fixes for "string is not string literal" warnings
/ errors (with -Werror -Wformat-nonliteral). This should be a no-op
change. I had to replace couple of print helper functions with the
code they call as it was becoming harder to eliminate these warnings,
however these helpers were used only at couple of places, so no
major change as such.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2018-08-30 07:58:09 -07:00
..
.gitignore
Makefile ip: add rmnet initial support 2018-06-15 11:15:14 -07:00
ifcfg
ila_common.h
ip.c Make colored output configurable 2018-08-20 08:54:06 -07:00
ip6tunnel.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
ip_common.h ip: drop extern from function prototype 2018-08-20 15:58:50 -07:00
ipaddress.c Merge branch 'iproute2-master' into iproute2-next 2018-08-13 07:47:21 -07:00
ipaddrlabel.c ipaddrlabel: add json support 2018-03-06 15:38:41 -08:00
ipfou.c fou: support JSON output 2018-03-06 15:39:34 -08:00
ipila.c ip/ila: support json and color 2018-03-28 20:36:58 -07:00
ipl2tp.c l2tp: drop lns_mode 2018-08-12 14:05:11 -07:00
iplink.c ip: add rmnet initial support 2018-06-15 11:15:14 -07:00
iplink_bond.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
iplink_bond_slave.c
iplink_bridge.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
iplink_bridge_slave.c bridge: add support for isolated option 2018-07-06 07:58:41 -07:00
iplink_can.c iproute: make clang happy 2018-08-30 07:58:09 -07:00
iplink_dummy.c
iplink_geneve.c iplink_geneve: correct size of message to avoid spurious errors 2018-04-20 10:39:53 -07:00
iplink_hsr.c
iplink_ifb.c
iplink_ipoib.c
iplink_ipvlan.c
iplink_macvlan.c
iplink_netdevsim.c
iplink_nlmon.c
iplink_rmnet.c ip: add rmnet initial support 2018-06-15 11:15:14 -07:00
iplink_team.c
iplink_vcan.c
iplink_vlan.c treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributes 2018-02-02 15:01:09 -08:00
iplink_vrf.c iplink_vrf: Save device index from response for return code 2018-06-01 15:45:09 -04:00
iplink_vxcan.c iplink: Perform most of request buffer setups and checks in iplink_parse() 2018-03-11 17:59:03 -07:00
iplink_vxlan.c vxlan: add ttl auto in help message 2018-04-23 19:43:46 -07:00
iplink_xdp.c iplink: add support for reporting multiple XDP programs 2018-07-15 13:10:03 -07:00
iplink_xstats.c
ipmacsec.c json_print: Fix hidden 64-bit type promotion 2018-04-25 11:08:55 -07:00
ipmaddr.c ipmaddr: use preferred_family when given 2018-08-30 07:57:11 -07:00
ipmonitor.c ipmonitor: decode DELNETCONF message 2018-08-16 09:50:34 -07:00
ipmroute.c json_print: Fix hidden 64-bit type promotion 2018-04-25 11:08:55 -07:00
ipneigh.c ipneigh: exclude NTF_EXT_LEARNED from default filter 2018-07-17 18:57:21 -07:00
ipnetconf.c ipmonitor: decode DELNETCONF message 2018-08-16 09:50:34 -07:00
ipnetns.c iplink: enable to specify a name for the link-netns 2018-06-08 10:06:21 -07:00
ipntable.c json_print: Fix hidden 64-bit type promotion 2018-04-25 11:08:55 -07:00
ipprefix.c
iproute.c iproute: ip route get support for sport, dport and ipproto match 2018-06-01 08:19:30 -07:00
iproute_lwtunnel.c ip: add support for seg6local End.BPF action 2018-07-18 15:56:18 -07:00
iprule.c iprule: Fix destination prefix output 2018-08-30 07:51:00 -07:00
ipseg6.c ipsr: add json support 2018-03-06 15:39:14 -08:00
iptoken.c token: support JSON 2018-03-06 15:39:19 -08:00
iptunnel.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
iptuntap.c json_print: Fix hidden 64-bit type promotion 2018-04-25 11:08:55 -07:00
ipvrf.c Drop capabilities if not running ip exec vrf with libcap 2018-03-27 11:48:23 -07:00
ipxfrm.c ip-xfrm: Add support for OUTPUT_MARK 2018-06-18 06:37:00 -07:00
link_gre.c gre/gre6: allow clearing {,i,o}{key,seq,csum} flags 2018-04-23 19:42:58 -07:00
link_gre6.c gre/gre6: allow clearing {,i,o}{key,seq,csum} flags 2018-04-23 19:42:58 -07:00
link_ip6tnl.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
link_iptnl.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
link_veth.c iplink: Perform most of request buffer setups and checks in iplink_parse() 2018-03-11 17:59:03 -07:00
link_vti.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
link_vti6.c utils: Introduce and use nodev() helper routine 2018-03-11 17:58:36 -07:00
routef
routel
rtm_map.c
rtmon.c rtmon: List options in help text 2018-08-16 10:25:02 -07:00
rtpr
static-syms.c
tcp_metrics.c json_print: Fix hidden 64-bit type promotion 2018-04-25 11:08:55 -07:00
tunnel.c Merge branch 'iproute2-master' into iproute2-next 2018-04-02 10:47:34 -07:00
tunnel.h iptunnel/ip6tunnel: Use netlink to walk through tunnels list 2018-02-07 16:15:42 -08:00
xfrm.h
xfrm_monitor.c iproute2: fix 'ip xfrm monitor all' command 2018-06-01 15:57:26 -04:00
xfrm_policy.c
xfrm_state.c ip-xfrm: Add support for OUTPUT_MARK 2018-06-18 06:37:00 -07:00