Re: [PATCH net-next v5 0/2] report TCP MD5 signing keys and addresses
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
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