Searched hist:"3 d368ab87cf6681f928de1ddf804d69600671bb2" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/core/ |
H A D | net_namespace.c | diff 3d368ab87cf6681f928de1ddf804d69600671bb2 Wed Feb 10 08:41:44 CST 2021 Eric Dumazet <edumazet@google.com> net: initialize net->net_cookie at netns setup
It is simpler to make net->net_cookie a plain u64 written once in setup_net() instead of looping and using atomic64 helpers.
Lorenz Bauer wants to add SO_NETNS_COOKIE socket option and this patch would makes his patch series simpler.
Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Lorenz Bauer <lmb@cloudflare.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Tested-by: Lorenz Bauer <lmb@cloudflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | filter.c | diff 3d368ab87cf6681f928de1ddf804d69600671bb2 Wed Feb 10 08:41:44 CST 2021 Eric Dumazet <edumazet@google.com> net: initialize net->net_cookie at netns setup
It is simpler to make net->net_cookie a plain u64 written once in setup_net() instead of looping and using atomic64 helpers.
Lorenz Bauer wants to add SO_NETNS_COOKIE socket option and this patch would makes his patch series simpler.
Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Lorenz Bauer <lmb@cloudflare.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Tested-by: Lorenz Bauer <lmb@cloudflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | net_namespace.h | diff 3d368ab87cf6681f928de1ddf804d69600671bb2 Wed Feb 10 08:41:44 CST 2021 Eric Dumazet <edumazet@google.com> net: initialize net->net_cookie at netns setup
It is simpler to make net->net_cookie a plain u64 written once in setup_net() instead of looping and using atomic64 helpers.
Lorenz Bauer wants to add SO_NETNS_COOKIE socket option and this patch would makes his patch series simpler.
Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Lorenz Bauer <lmb@cloudflare.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Tested-by: Lorenz Bauer <lmb@cloudflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|