netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/15] TIPC updates for upcoming v3.4
@ 2012-02-07  0:52 Paul Gortmaker
  2012-02-07  0:52 ` [PATCH net-next 01/15] tipc: improve the link deferred queue insertion algorithm Paul Gortmaker
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Paul Gortmaker @ 2012-02-07  0:52 UTC (permalink / raw)
  To: davem; +Cc: netdev, allan.stephens, ying.xue, Paul Gortmaker

Hi Dave,

No real trend or correlation from one patch to the next here,
just continued chiseling away at what were deemed to be the
worthwhile bits that were squirreled away on sourceforge.
I think there is on the order of 50 left after this.

I haven't forgot about your earlier request to see some of
the tipc_printbuf related stuff go away (at least I think that
was what you wanted to see replaced).  I'm not entirely 100%
sure how to proceed there just yet, so I may tackle a few
more from the remaining 50 in the interim while the log.c
cleanup gets more thought.

Runtime tested from 64 to 32 bit x86 machines; I had to revert
an skge commit to get my 32 bit machine functional, but that
is largely of no interest here.

Thanks,
Paul

---

The following changes since commit 3238a9be4d7ad95c741bcfe6c147406eeef62d95:

  cnic: Add FCoE parity error recovery (2012-02-05 22:42:00 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tipc_net-next

for you to fetch changes up to dff10e9e637663c8c5dd0bae1a8f0e899cbb4a36:

  tipc: Minor optimization to rejection of connection-based messages (2012-02-06 16:59:19 -0500)

----------------------------------------------------------------
Allan Stephens (15):
  tipc: improve the link deferred queue insertion algorithm
  tipc: Prevent transmission of outdated link protocol messages
  tipc: Prevent broadcast link stalling in dual LAN environments
  tipc: Ensure broadcast link re-acquires node after link failure
  tipc: Fix problem with broadcast link synchronization between nodes
  tipc: Add missing broadcast link lock when sending NACK
  tipc: Fix node lock reclamation issues in broadcast link reception
  tipc: Fix bug in broadcast link duplicate message statistics
  tipc: Add missing locks in broadcast link statistics accumulation
  tipc: Major redesign of broadcast link ACK/NACK algorithms
  tipc: Remove obsolete broadcast tag capability
  tipc: Prevent loss of fragmented messages over unicast links
  tipc: Prevent loss of fragmented messages over broadcast link
  tipc: Eliminate alteration of publication key during name table purging
  tipc: Minor optimization to rejection of connection-based messages

 net/tipc/bcast.c      |  324 +++++++++++++++++++++++-------------------------
 net/tipc/bcast.h      |    2 +-
 net/tipc/link.c       |  148 +++++++++++++----------
 net/tipc/name_distr.c |    4 -
 net/tipc/node.c       |   14 +--
 net/tipc/node.h       |   18 ++--
 net/tipc/port.c       |    5 +-
 7 files changed, 255 insertions(+), 260 deletions(-)

-- 
1.7.9

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

end of thread, other threads:[~2012-02-07 17:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07  0:52 [PATCH net-next 00/15] TIPC updates for upcoming v3.4 Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 01/15] tipc: improve the link deferred queue insertion algorithm Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 02/15] tipc: Prevent transmission of outdated link protocol messages Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 03/15] tipc: Prevent broadcast link stalling in dual LAN environments Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 04/15] tipc: Ensure broadcast link re-acquires node after link failure Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 05/15] tipc: Fix problem with broadcast link synchronization between nodes Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 06/15] tipc: Add missing broadcast link lock when sending NACK Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 07/15] tipc: Fix node lock reclamation issues in broadcast link reception Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 08/15] tipc: Fix bug in broadcast link duplicate message statistics Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 09/15] tipc: Add missing locks in broadcast link statistics accumulation Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 10/15] tipc: Major redesign of broadcast link ACK/NACK algorithms Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 11/15] tipc: Remove obsolete broadcast tag capability Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 12/15] tipc: Prevent loss of fragmented messages over unicast links Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 13/15] tipc: Prevent loss of fragmented messages over broadcast link Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 14/15] tipc: Eliminate alteration of publication key during name table purging Paul Gortmaker
2012-02-07  0:52 ` [PATCH net-next 15/15] tipc: Minor optimization to rejection of connection-based messages Paul Gortmaker
2012-02-07 17:33 ` [PATCH net-next 00/15] TIPC updates for upcoming v3.4 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).