netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tipc: clean up socket message reception
@ 2015-07-22 14:11 Jon Maloy
  2015-07-22 14:11 ` [PATCH net-next 1/3] tipc: let function tipc_msg_reverse() expand header when needed Jon Maloy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jon Maloy @ 2015-07-22 14:11 UTC (permalink / raw)
  To: davem
  Cc: netdev, Paul Gortmaker, erik.hugne, ying.xue, maloy,
	tipc-discussion, Jon Maloy

Despite recent improvements the message reception code in socket.c is
perceived as obscure and hard to follow, especially regarding the logics
for message rejection. With the commits in this series we try to remedy
this situation.

Jon Maloy (3):
  tipc: let function tipc_msg_reverse() expand header when needed
  tipc: introduce new tipc_sk_respond() function
  tipc: clean up socket layer message reception

 net/tipc/msg.c    |  86 ++++++++-------
 net/tipc/msg.h    |   6 +-
 net/tipc/socket.c | 322 +++++++++++++++++++++++++++---------------------------
 net/tipc/socket.h |   2 +-
 4 files changed, 213 insertions(+), 203 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-26 23:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 14:11 [PATCH net-next 0/3] tipc: clean up socket message reception Jon Maloy
2015-07-22 14:11 ` [PATCH net-next 1/3] tipc: let function tipc_msg_reverse() expand header when needed Jon Maloy
2015-07-22 14:11 ` [PATCH net-next 2/3] tipc: introduce new tipc_sk_respond() function Jon Maloy
2015-07-22 14:11 ` [PATCH net-next 3/3] tipc: clean up socket layer message reception Jon Maloy
2015-07-26 23:32 ` [PATCH net-next 0/3] tipc: clean up socket " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).