Re: [PATCH net-next v5 0/2] report TCP MD5 signing keys and addresses

2017-09-01 Thread David Miller
From: Ivan Delalande Date: Thu, 31 Aug 2017 09:59:37 -0700 > Allow userspace to retrieve MD5 signature keys and addresses configured > on TCP sockets through inet_diag. ... Series applied to net-next, thanks.

[PATCH net-next v5 0/2] report TCP MD5 signing keys and addresses

2017-08-31 Thread Ivan Delalande
Allow userspace to retrieve MD5 signature keys and addresses configured on TCP sockets through inet_diag. Thanks to Eric Dumazet and Stephen Hemminger for their useful explanations and feedback. v5: - memset the whole netlink payload after it has been nla_reserve-d in tcp_diag_put_md5sig (a