netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/14] TIPC updates
@ 2006-10-13 11:37 Per Liden
  2006-10-13 11:37 ` [PATCH 1/14] [TIPC] Add missing unlock in port timeout code Per Liden
                   ` (14 more replies)
  0 siblings, 15 replies; 34+ messages in thread
From: Per Liden @ 2006-10-13 11:37 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Per Liden, Jon Maloy, Allan Stephens

Hi David,

This patch set includes a number TIPC fixes/cleanups. Please see each 
individual patch for further description.

Please pull from:

 git://tipc.cslab.ericsson.net/pub/git/tipc.git

 (rebased on linux/kernel/git/davem/net-2.6.git)

Summary:

 include/linux/tipc.h  |    1 
 net/tipc/bearer.c     |    8 +--
 net/tipc/config.c     |    5 +-
 net/tipc/core.c       |    4 +
 net/tipc/core.h       |   30 ++++++-----
 net/tipc/dbg.c        |  136 ++++++++++++++++++++++++++++++++-----------------
 net/tipc/dbg.h        |   15 +++++
 net/tipc/discover.c   |   39 +++++++++++++-
 net/tipc/link.c       |    8 +--
 net/tipc/name_distr.c |    2 -
 net/tipc/node.c       |    2 -
 net/tipc/port.c       |    7 ++-
 net/tipc/socket.c     |   53 +++++++++++++------
 net/tipc/subscr.c     |   99 ++++++++++++++++++++++++++++++------
 14 files changed, 296 insertions(+), 113 deletions(-)

Allan Stephens:
      [TIPC] Add missing unlock in port timeout code.
      [TIPC] Debug print buffer enhancements and fixes
      [TIPC] Stream socket can now send > 66000 bytes at a time
      [TIPC] Added duplicate node address detection capability
      [TIPC] Optimize wakeup logic when socket has no waiting processes
      [TIPC] Remove code bloat introduced by print buffer rework
      [TIPC] Add support for Ethernet VLANs
      [TIPC] Name publication events now delivered in chronological order
      [TIPC] Fixed slow link reactivation when link tolerance is large
      [TIPC] Can now list multicast link on an isolated network node
      [TIPC] Unrecognized configuration command now returns error message
      [TIPC] Updated TIPC version number to 1.6.2

Lijun Chen:
      [TIPC] Added subscription cancellation capability

P Litov:
      [TIPC] Fix socket receive queue NULL pointer dereference on SMP systems

/Per

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

end of thread, other threads:[~2006-10-18  8:24 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 11:37 [PATCH 0/14] TIPC updates Per Liden
2006-10-13 11:37 ` [PATCH 1/14] [TIPC] Add missing unlock in port timeout code Per Liden
2006-10-17  4:39   ` David Miller
2006-10-13 11:37 ` [PATCH 2/14] [TIPC] Debug print buffer enhancements and fixes Per Liden
2006-10-17  4:43   ` David Miller
2006-10-13 11:37 ` [PATCH 3/14] [TIPC] Stream socket can now send > 66000 bytes at a time Per Liden
2006-10-17  4:44   ` David Miller
2006-10-13 11:37 ` [PATCH 4/14] [TIPC] Added duplicate node address detection capability Per Liden
2006-10-17  4:45   ` David Miller
2006-10-13 11:37 ` [PATCH 5/14] [TIPC] Optimize wakeup logic when socket has no waiting processes Per Liden
2006-10-17  4:48   ` David Miller
2006-10-13 11:37 ` [PATCH 6/14] [TIPC] Remove code bloat introduced by print buffer rework Per Liden
2006-10-17  4:49   ` David Miller
2006-10-13 11:37 ` [PATCH 7/14] [TIPC] Add support for Ethernet VLANs Per Liden
2006-10-17  4:50   ` David Miller
2006-10-13 11:37 ` [PATCH 8/14] [TIPC] Fix socket receive queue NULL pointer dereference on SMP systems Per Liden
2006-10-17  4:55   ` David Miller
2006-10-13 11:37 ` [PATCH 9/14] [TIPC] Name publication events now delivered in chronological order Per Liden
2006-10-13 23:13   ` Bill Fink
2006-10-16  8:50     ` Per Liden
2006-10-16 20:59       ` David Miller
2006-10-17  4:56   ` David Miller
2006-10-13 11:37 ` [PATCH 10/14] [TIPC] Fixed slow link reactivation when link tolerance is large Per Liden
2006-10-17  4:57   ` David Miller
2006-10-13 11:37 ` [PATCH 11/14] [TIPC] Can now list multicast link on an isolated network node Per Liden
2006-10-17  4:58   ` David Miller
2006-10-13 11:37 ` [PATCH 12/14] [TIPC] Added subscription cancellation capability Per Liden
2006-10-17  5:00   ` David Miller
2006-10-13 11:37 ` [PATCH 13/14] [TIPC] Unrecognized configuration command now returns error message Per Liden
2006-10-17  5:01   ` David Miller
2006-10-13 11:37 ` [PATCH 14/14] [TIPC] Updated TIPC version number to 1.6.2 Per Liden
2006-10-17  5:01   ` David Miller
2006-10-17  5:04 ` [PATCH 0/14] TIPC updates David Miller
2006-10-18  8:24   ` Per Liden

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).