[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1431614778-17582-1-git-send-email-jon.maloy@ericsson.com>
Date: Thu, 14 May 2015 10:46:10 -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: some link layer improvements
We continue eliminating redundant complexity at the link layer, and
add a couple of improvements to the packet sending functionality.
Jon Maloy (8):
tipc: simplify resetting and disabling of bearers
tipc: simplify link timer handling
tipc: simplify include dependencies
tipc: simplify packet sequence number handling
tipc: rename fields in struct tipc_link
tipc: simplify link supervision checkpointing
tipc: improve link congestion algorithm
tipc: add packet sequence number at instant of transmission
net/tipc/addr.c | 7 --
net/tipc/addr.h | 8 ++
net/tipc/bcast.c | 20 ++---
net/tipc/bearer.c | 18 ++--
net/tipc/bearer.h | 2 +-
net/tipc/core.h | 37 +++++++--
net/tipc/link.c | 243 +++++++++++++++++++++++-------------------------------
net/tipc/link.h | 59 +++----------
net/tipc/msg.c | 51 ++++++------
net/tipc/msg.h | 37 +++++----
net/tipc/net.c | 1 +
net/tipc/node.c | 3 +-
net/tipc/node.h | 2 -
net/tipc/socket.c | 1 +
14 files changed, 225 insertions(+), 264 deletions(-)
--
1.9.1
--
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