[PATCH] man: ss: fix typos about wscale

2018-12-16 Thread Masatake YAMATO
Signed-off-by: Masatake YAMATO --- man/man8/ss.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/ss.8 b/man/man8/ss.8 index 699a1271..f138c91a 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -163,7 +163,7 @@ the congestion algorithm name, the default congestion

[PATCH] ss: prepare rth when killing inet sock

2018-02-14 Thread Masatake YAMATO
ult ss crashes. This commit fills the field with newly created rhn_handle instance. Signed-off-by: Masatake YAMATO --- misc/ss.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/misc/ss.c b/misc/ss.c index 29a25070..a59fa2c1 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -4

[PATCH v2] ss: prepare rth when killing inet sock

2018-02-15 Thread Masatake YAMATO
ult ss crashes. This commit fills the field with newly created rhn_handle instance. Changes in v2: Instead of creating rtn_handle instances for each socket, create one in upper layer and reuse it. Signed-off-by: Masatake YAMATO --- misc/ss.c | 14 +- 1 file changed, 13 insertions

[PATCH] man: rtacct: add missing TP marker

2016-07-05 Thread Masatake YAMATO
Signed-off-by: Masatake YAMATO --- man/man8/rtacct.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/man8/rtacct.8 b/man/man8/rtacct.8 index 7cf97aa..01321e6 100644 --- a/man/man8/rtacct.8 +++ b/man/man8/rtacct.8 @@ -35,6 +35,7 @@ Dump absolute values of counters. The default is to

[PATCH] route: remove unsed variable in __mkroute_input

2015-07-08 Thread Masatake YAMATO
flags local variable in __mkroute_input is not used as a variable. Signed-off-by: Masatake YAMATO --- net/ipv4/route.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index d0362a2..04c83de 100644 --- a/net/ipv4/route.c +++ b/net/ipv4