[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399641209-26112-1-git-send-email-jon.maloy@ericsson.com>
Date: Fri, 9 May 2014 09:13:21 -0400
From: Jon Maloy <jon.maloy@...csson.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Paul Gortmaker <paul.gortmaker@...driver.com>,
erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
tipc-discussion@...ts.sourceforge.net,
Jon Maloy <jon.maloy@...csson.com>
Subject: [PATCH net-next 0/8] tipc: bug fixes and improvements
Intensive and extensive testing has revealed some rather infrequent
problems related to flow control, buffer handling and link
establishment. Commits ##1 to 4 deal with these problems.
The remaining four commits are just code improvments, aiming at
making the code more comprehensible and maintainable. There are
no functional enhancements in this series.
Jon Maloy (8):
tipc: decrease connection flow control window
tipc: compensate for double accounting in socket rcv buffer
tipc: don't record link RESET or ACTIVATE messages as traffic
tipc: mark head of reassembly buffer as non-linear
tipc: rename and move message reassembly function
tipc: improve and extend media address conversion functions
tipc: clean up neigbor discovery message reception
tipc: merge port message reception into socket reception function
net/tipc/bcast.c | 10 +--
net/tipc/bearer.c | 36 ++------
net/tipc/bearer.h | 35 ++++----
net/tipc/core.c | 7 +-
net/tipc/core.h | 2 +
net/tipc/discover.c | 221 +++++++++++++++++++++++++-------------------------
net/tipc/eth_media.c | 51 +++++++-----
net/tipc/ib_media.c | 34 +++++---
net/tipc/link.c | 75 +++--------------
net/tipc/link.h | 14 +---
net/tipc/msg.c | 55 ++++++++++++-
net/tipc/msg.h | 5 +-
net/tipc/net.c | 3 +-
net/tipc/node.c | 7 +-
net/tipc/node.h | 6 +-
net/tipc/port.c | 39 +--------
net/tipc/port.h | 10 +--
net/tipc/socket.c | 85 ++++++++++++-------
net/tipc/socket.h | 4 +-
19 files changed, 348 insertions(+), 351 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists