Searched hist:"01757 f536ac825e3614d583fee9acb48c64ed084" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | mptcp_diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | raw_diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | udp_diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_frontend.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sctp/ |
H A D | diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/unix/ |
H A D | diag.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | diff 01757f536ac825e3614d583fee9acb48c64ed084 Mon Jul 12 21:48:24 CDT 2021 Yajun Deng <yajun.deng@linux.dev> net: Use nlmsg_unicast() instead of netlink_unicast()
It has 'if (err >0 )' statement in nlmsg_unicast(), so use nlmsg_unicast() instead of netlink_unicast(), this looks more concise.
v2: remove the change in netfilter.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|