From: Ying X. <yin...@wi...> - 2020-11-19 05:51:15
|
On 11/12/20 9:26 AM, jm...@re... wrote: > From: Jon Maloy <jm...@re...> > > We add some improvements that will be useful in future commits. > Acked-by: Ying Xue <yin...@wi...> > Jon Maloy (3): > tipc: refactor tipc_sk_bind() function > tipc: make node number calculation reproducible > tipc: update address terminology in code > > net/tipc/addr.c | 7 ++- > net/tipc/addr.h | 1 + > net/tipc/core.h | 14 ++++++ > net/tipc/group.c | 3 +- > net/tipc/group.h | 3 +- > net/tipc/name_table.c | 11 +++-- > net/tipc/net.c | 2 +- > net/tipc/socket.c | 110 ++++++++++++++++++++---------------------- > net/tipc/subscr.c | 5 +- > net/tipc/subscr.h | 5 +- > net/tipc/topsrv.c | 4 +- > 11 files changed, 89 insertions(+), 76 deletions(-) > |