netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/17] Another batch of TIPC commits for 3.4
@ 2012-02-29 23:18 Paul Gortmaker
  2012-02-29 23:18 ` [PATCH net-next 01/17] tipc: Introduce node signature field in neighbor discovery message Paul Gortmaker
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Paul Gortmaker @ 2012-02-29 23:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, allan.stephens, ying.xue, Paul Gortmaker

Hi Dave,

Here is another round of commits for what will be the 3.4 release.
A good recurring theme here is simplify/remove/eliminate, and
the diffstat reflects that.

I've done the usual runtime testing between x86-32 and x86-64,
using the utils in the ptts dir of tipc-utils.

Thanks,
Paul.
---

The following changes since commit 7c3a95a15ad2a5278498a72df0463131048926a3:

  davinci_mdio: Correct bitmask for clock divider value (2012-02-24 03:24:18 -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 9bbbc59dbd4e69da078b65a7f708c4250984dd29:

  tipc: Optimize setting of immutable payload message header fields (2012-02-29 11:45:35 -0500)

----------------------------------------------------------------

Allan Stephens (16):
  tipc: Introduce node signature field in neighbor discovery message
  tipc: Detect duplicate nodes using different network interfaces
  tipc: Remove duplicate check of message destination node
  tipc: Simplify enforcement of reserved name type prohibition
  tipc: Add check to prevent insertion of duplicate name table entries
  tipc: Eliminate a test for negative unsigned quantities
  tipc: Hide internal details of node table implementation
  tipc: Eliminate trivial buffer manipulation helper routines
  tipc: Remove obsolete comments about routing table updates
  tipc: Minor optimization to broadcast link synchronization logic
  tipc: Revert name table translation optimization
  tipc: Eliminate obsolete support for "not running" mode
  tipc: Eliminate support for tipc_mode global variable
  tipc: Un-inline port routine for processing incoming messages
  tipc: Eliminate obsolete code for re-sending a message
  tipc: Optimize setting of immutable payload message header fields

Paul Gortmaker (1):
  tipc: nuke the delimit static inline function.

 net/tipc/bcast.c      |   12 ++--
 net/tipc/bearer.c     |    5 +-
 net/tipc/config.c     |   21 +++----
 net/tipc/core.c       |   10 ---
 net/tipc/core.h       |   42 ------------
 net/tipc/discover.c   |   79 ++++++++++++++++++-----
 net/tipc/link.c       |  173 ++++++++++++++++++++++++-------------------------
 net/tipc/log.c        |    2 +-
 net/tipc/msg.c        |    2 +-
 net/tipc/msg.h        |   15 +++--
 net/tipc/name_distr.c |    4 +-
 net/tipc/name_table.c |   48 ++++++--------
 net/tipc/name_table.h |    2 -
 net/tipc/net.c        |   11 +--
 net/tipc/node.c       |   70 +++++---------------
 net/tipc/node.h       |   19 ++----
 net/tipc/port.c       |   67 ++++++++++++++-----
 net/tipc/port.h       |   42 +------------
 net/tipc/socket.c     |   11 ++-
 net/tipc/subscr.c     |    2 +-
 20 files changed, 288 insertions(+), 349 deletions(-)

-- 
1.7.9.1

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

end of thread, other threads:[~2012-03-01  4:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 23:18 [PATCH net-next 00/17] Another batch of TIPC commits for 3.4 Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 01/17] tipc: Introduce node signature field in neighbor discovery message Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 02/17] tipc: Detect duplicate nodes using different network interfaces Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 03/17] tipc: Remove duplicate check of message destination node Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 04/17] tipc: Simplify enforcement of reserved name type prohibition Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 05/17] tipc: Add check to prevent insertion of duplicate name table entries Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 06/17] tipc: nuke the delimit static inline function Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 07/17] tipc: Eliminate a test for negative unsigned quantities Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 08/17] tipc: Hide internal details of node table implementation Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 09/17] tipc: Eliminate trivial buffer manipulation helper routines Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 10/17] tipc: Remove obsolete comments about routing table updates Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 11/17] tipc: Minor optimization to broadcast link synchronization logic Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 12/17] tipc: Revert name table translation optimization Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 13/17] tipc: Eliminate obsolete support for "not running" mode Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 14/17] tipc: Eliminate support for tipc_mode global variable Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 15/17] tipc: Un-inline port routine for processing incoming messages Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 16/17] tipc: Eliminate obsolete code for re-sending a message Paul Gortmaker
2012-02-29 23:18 ` [PATCH net-next 17/17] tipc: Optimize setting of immutable payload message header fields Paul Gortmaker
2012-03-01  4:52 ` [PATCH net-next 00/17] Another batch of TIPC commits for 3.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).