netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 net-next-2.6] [TIPC]: Fixes to several obscure problems
@ 2008-05-20 21:08 Allan Stephens
  2008-05-20 21:08 ` [PATCH 1/5 net-next-2.6] [TIPC]: Fix skb_under_panic when configuring TIPC without privileges Allan Stephens
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Allan Stephens @ 2008-05-20 21:08 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, allan.stephens


This patch set is a collection of small changes that fix issues in TIPC that do
not impact typical users.  Please see each individual patch for a further
description of each item.

Summary:

 include/linux/tipc_config.h |   10 +++++++++-
 net/tipc/config.c           |    9 ++++++---
 net/tipc/core.c             |    4 ++--
 net/tipc/core.h             |    2 +-
 net/tipc/discover.c         |    5 ++---
 net/tipc/net.c              |   10 +++++++---
 net/tipc/net.h              |    2 +-
 net/tipc/netlink.c          |   16 +++++++++-------
 net/tipc/node.c             |   26 ++++++++++++++++++++++++++
 net/tipc/port.c             |    1 +
 10 files changed, 64 insertions(+), 21 deletions(-)

Allan Stephens (5):
      [TIPC]: Fix skb_under_panic when configuring TIPC without privileges
      [TIPC]: Prevent node object duplication due to simultaneous discovery
      [TIPC]: Optimize null pointer check during neighbor discovery
      [TIPC]: Update "previous node" indicators when node address changes
      [TIPC]: Fix initialization sequence problems when entering network mode

Thanks,
Al

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

end of thread, other threads:[~2008-05-21 21:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 21:08 [PATCH 0/5 net-next-2.6] [TIPC]: Fixes to several obscure problems Allan Stephens
2008-05-20 21:08 ` [PATCH 1/5 net-next-2.6] [TIPC]: Fix skb_under_panic when configuring TIPC without privileges Allan Stephens
2008-05-20 21:08 ` [PATCH 2/5 net-next-2.6] [TIPC]: Prevent node object duplication due to simultaneous discovery Allan Stephens
2008-05-20 21:08 ` [PATCH 3/5 net-next-2.6] [TIPC]: Optimize null pointer check during neighbor discovery Allan Stephens
2008-05-20 21:08 ` [PATCH 4/5 net-next-2.6] [TIPC]: Update "previous node" indicators when node address changes Allan Stephens
2008-05-20 21:08 ` [PATCH 5/5 net-next-2.6] [TIPC]: Fix initialization sequence problems when entering network mode Allan Stephens
2008-05-21 21:55 ` [PATCH 0/5 net-next-2.6] [TIPC]: Fixes to several obscure problems 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).