netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] TIPC updates
@ 2006-06-28 12:07 Per Liden
  2006-06-28 12:07 ` [PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf Per Liden
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Per Liden @ 2006-06-28 12:07 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, per.liden

This patch set includes three 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:

 net/tipc/core.c |    3 ++-
 net/tipc/link.c |   11 ++++++-----
 net/tipc/node.c |   26 +++++++++++++++++---------
 net/tipc/zone.h |    4 ++--
 4 files changed, 27 insertions(+), 17 deletions(-)

Allan Stephens:
      [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf
      [TIPC] Improve response to requests for node/link information
      [TIPC] Initial activation message now includes TIPC version number

/Per

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/3] TIPC updates (resend)
@ 2006-06-29 15:34 Per Liden
  2006-06-29 15:36 ` [PATCH 3/3] [TIPC] Initial activation message now includes TIPC version number Per Liden
  0 siblings, 1 reply; 12+ messages in thread
From: Per Liden @ 2006-06-29 15:34 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, per.liden, Allan Stephens

This is a resend of this patch set. A problem was found with the direct 
inspection of bundle buffer tailroom. It did not account for the 
possiblity of unrequested tailroom added by skb_alloc(), thereby allowing 
a bundle to be created that exceeds the current link MTU. An additional 
check now ensures that bundling works correctly no matter if the bundle 
buffer is smaller, larger, or equal to the link MTU.

Please pull from:

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

Summary:

 net/tipc/core.c |    3 ++-
 net/tipc/core.h |    5 ++++-
 net/tipc/link.c |   13 ++++++++-----
 net/tipc/node.c |   26 +++++++++++++++++---------
 net/tipc/zone.h |    4 ++--
 5 files changed, 33 insertions(+), 18 deletions(-)

Allan Stephens:
      [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf
      [TIPC] Improve response to requests for node/link information
      [TIPC] Initial activation message now includes TIPC version number

/Per

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

end of thread, other threads:[~2006-07-04  2:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 12:07 [PATCH 0/3] TIPC updates Per Liden
2006-06-28 12:07 ` [PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf Per Liden
2006-06-29 15:17   ` Per Liden
2006-06-29 19:41     ` David Miller
2006-06-30  8:49       ` Per Liden
2006-07-04  2:39         ` David Miller
2006-06-29 19:34   ` David Miller
2006-06-28 12:07 ` [PATCH 2/3] [TIPC] Improve response to requests for node/link information Per Liden
2006-06-29 19:34   ` David Miller
2006-06-28 12:07 ` [PATCH 3/3] [TIPC] Initial activation message now includes TIPC version number Per Liden
2006-06-29 19:34   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2006-06-29 15:34 [PATCH 0/3] TIPC updates (resend) Per Liden
2006-06-29 15:36 ` [PATCH 3/3] [TIPC] Initial activation message now includes TIPC version number 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).