All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] tipc: some link layer improvements
@ 2015-05-14 14:46 Jon Maloy
  2015-05-14 14:46 ` [PATCH net-next 1/8] tipc: simplify resetting and disabling of bearers Jon Maloy
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jon Maloy @ 2015-05-14 14:46 UTC (permalink / raw)
  To: davem; +Cc: Jon Maloy, netdev, Paul Gortmaker, tipc-discussion

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


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

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

end of thread, other threads:[~2015-05-14 16:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 14:46 [PATCH net-next 0/8] tipc: some link layer improvements Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 1/8] tipc: simplify resetting and disabling of bearers Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 2/8] tipc: simplify link timer handling Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 3/8] tipc: simplify include dependencies Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 4/8] tipc: simplify packet sequence number handling Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 5/8] tipc: rename fields in struct tipc_link Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 6/8] tipc: simplify link supervision checkpointing Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 7/8] tipc: improve link congestion algorithm Jon Maloy
2015-05-14 14:46 ` [PATCH net-next 8/8] tipc: add packet sequence number at instant of transmission Jon Maloy
2015-05-14 16:25 ` [PATCH net-next 0/8] tipc: some link layer improvements David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.