netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/28] misc. TIPC updates for what will be 3.2
@ 2011-09-18  3:31 Paul Gortmaker
  2011-09-18  3:31 ` [PATCH net-next 01/28] tipc: Remove obsolete manipulation of message re-route count field Paul Gortmaker
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Paul Gortmaker @ 2011-09-18  3:31 UTC (permalink / raw)
  To: davem; +Cc: netdev, allan.stephens, ying.xue, Paul Gortmaker

Another mixed bag of misc TIPC fixes and enhancements.  Some commits
here from Ying, who Al is working with to impart/share his TIPC
experience with -- we'll definitely be seeing more commits from Ying
on TIPC in the future.  Active TIPC users may have already met Ying
on the TIPC users [sourceforge] mailing list.  Thanks Ying!

The merge-base of these is roughly net-next of around when kernel.org
went down -- so I had to temporarily revert 0856a304091 (the use
after free scm pid thing) during validation since my 64bit test box
would simply die at boot.  But I see that same revert is now in.  Just
thought I'd mention it in case someone wondered how I tested when
0856a was preventing booting.  The self test was run between 32bit and
64bit boxes, each alternating between client and server respectively.

Thanks,
Paul.
---

The following changes since commit ab7e11d9d0293ef1802d6ae8aab39ce58472b167:

  greth: convert to SKB paged frag API. (2011-08-30 17:58:03 -0400)

are available in the git repository at:
  git://openlinux.windriver.com/people/paulg/net-next tipc-Sep17-2011

Allan Stephens (23):
  tipc: Remove obsolete manipulation of message re-route count field
  tipc: Eliminate obsolete filter for unexpected unicast messages
  tipc: Display meaningful peer interface name during link creation
  tipc: Initialize peer session field of newly created link endpoint
  tipc: Enhance filtering of out-dated link reset messages
  tipc: Update obsolete references to multicast link
  tipc: Cosmetic changes to broadcast bearer send routine
  tipc: Remove non-executable code to handle broadcast bearer congestion
  tipc: Enhance cleanup of broadcast link when contact with node is lost
  tipc: Prevent broadcast link stalling when another node fails
  tipc: Fix node lock problems during broadcast message reception
  tipc: Remove deferred queue head caching during broadcast message reception
  tipc: Discard incoming broadcast messages that are unexpected
  tipc: Remove obsolete congestion handling when sending a broadcast NACK
  tipc: Eliminate redundant check when sending messages
  tipc: Prevent rounding issues when saving connect timeout option
  tipc: Ensure congested links receive bearer status updates
  tipc: Ensure both nodes recognize loss of contact between them
  tipc: Fix unsafe device list search when enabling bearer
  tipc: Remove redundant search when enabling bearer
  tipc: Lower limits for number of bearers and media types
  tipc: Prevent fragmented messages during initial name table exchange
  tipc: Enhance sending of bulk name table messages

Paul Gortmaker (1):
  tipc: relocate/coalesce node cast in tipc_named_node_up

Ying Xue (4):
  tipc: Add support for SO_SNDTIMEO socket option
  tipc: Simplify prohibition of listen and accept for connectionless sockets
  tipc: Remove callback field from subscription structure
  tipc: Remove unused link event tracking code

 net/tipc/bcast.c      |  111 +++++++++++++++++++++++--------------------------
 net/tipc/bcast.h      |    1 -
 net/tipc/bearer.c     |    8 +--
 net/tipc/bearer.h     |    4 +-
 net/tipc/config.h     |    1 -
 net/tipc/discover.c   |    6 ---
 net/tipc/eth_media.c  |   32 ++++++--------
 net/tipc/link.c       |  111 +++++++++++++++++++++++++++++++++++--------------
 net/tipc/link.h       |    1 +
 net/tipc/name_distr.c |   35 +++++++++++++---
 net/tipc/net.c        |   11 -----
 net/tipc/node.c       |   45 +++++++++++---------
 net/tipc/node.h       |   10 ++++-
 net/tipc/socket.c     |   51 +++++++++++------------
 net/tipc/subscr.c     |    3 +-
 net/tipc/subscr.h     |    6 ---
 16 files changed, 239 insertions(+), 197 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2011-09-20 18:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-18  3:31 [PATCH net-next 00/28] misc. TIPC updates for what will be 3.2 Paul Gortmaker
2011-09-18  3:31 ` [PATCH net-next 01/28] tipc: Remove obsolete manipulation of message re-route count field Paul Gortmaker
2011-09-18  3:31 ` [PATCH net-next 02/28] tipc: Eliminate obsolete filter for unexpected unicast messages Paul Gortmaker
2011-09-18  3:31 ` [PATCH net-next 03/28] tipc: Display meaningful peer interface name during link creation Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 04/28] tipc: Initialize peer session field of newly created link endpoint Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 05/28] tipc: Enhance filtering of out-dated link reset messages Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 06/28] tipc: Update obsolete references to multicast link Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 07/28] tipc: Cosmetic changes to broadcast bearer send routine Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 08/28] tipc: Remove non-executable code to handle broadcast bearer congestion Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 09/28] tipc: Enhance cleanup of broadcast link when contact with node is lost Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 10/28] tipc: Prevent broadcast link stalling when another node fails Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 11/28] tipc: Fix node lock problems during broadcast message reception Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 12/28] tipc: Remove deferred queue head caching " Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 13/28] tipc: Discard incoming broadcast messages that are unexpected Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 14/28] tipc: Remove obsolete congestion handling when sending a broadcast NACK Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 15/28] tipc: Eliminate redundant check when sending messages Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 16/28] tipc: Prevent rounding issues when saving connect timeout option Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 17/28] tipc: Ensure congested links receive bearer status updates Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 18/28] tipc: Ensure both nodes recognize loss of contact between them Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 19/28] tipc: Fix unsafe device list search when enabling bearer Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 20/28] tipc: Remove redundant " Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 21/28] tipc: Lower limits for number of bearers and media types Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 22/28] tipc: Prevent fragmented messages during initial name table exchange Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 23/28] tipc: relocate/coalesce node cast in tipc_named_node_up Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 24/28] tipc: Enhance sending of bulk name table messages Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 25/28] tipc: Add support for SO_SNDTIMEO socket option Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 26/28] tipc: Simplify prohibition of listen and accept for connectionless sockets Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 27/28] tipc: Remove callback field from subscription structure Paul Gortmaker
2011-09-18  3:32 ` [PATCH net-next 28/28] tipc: Remove unused link event tracking code Paul Gortmaker
2011-09-20 18:41 ` [PATCH net-next 00/28] misc. TIPC updates for what will be 3.2 David Miller

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