Message ID | 20210602174426.870536-1-jmaloy@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | tipc: some small cleanups | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 2 Jun 2021 13:44:23 -0400 you wrote: > From: Jon Maloy <jmaloy@redhat.com> > > We make some minor code cleanups and improvements. > > --- > v2: Changed value of TIPC_ANY_SCOPE macro in patch #3 > to avoid compiler warning > > [...] Here is the summary with links: - [net-next,v2,1/3] tipc: eliminate redundant fields in struct tipc_sock https://git.kernel.org/netdev/net-next/c/14623e005a1e - [net-next,v2,2/3] tipc: refactor function tipc_sk_anc_data_recv() https://git.kernel.org/netdev/net-next/c/62633c2f17f1 - [net-next,v2,3/3] tipc: simplify handling of lookup scope during multicast message reception https://git.kernel.org/netdev/net-next/c/5ef213258ddf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Jon Maloy <jmaloy@redhat.com> We make some minor code cleanups and improvements. --- v2: Changed value of TIPC_ANY_SCOPE macro in patch #3 to avoid compiler warning Jon Maloy (3): tipc: eliminate redundant fields in struct tipc_sock tipc: refactor function tipc_sk_anc_data_recv() tipc: simplify handling of lookup scope during multicast message reception net/tipc/name_table.c | 6 +- net/tipc/name_table.h | 4 +- net/tipc/socket.c | 156 +++++++++++++++++++----------------------- 3 files changed, 77 insertions(+), 89 deletions(-)