netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] tipc: updates for what will be v3.8
@ 2012-11-22 20:59 Paul Gortmaker
  2012-11-22 20:59 ` [PATCH net-next 1/9] tipc: fix race/inefficiencies in poll/wait behaviour Paul Gortmaker
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul Gortmaker @ 2012-11-22 20:59 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Paul Gortmaker

The most interesting thing here, at least from a user perspective,
is the broadcast link fix -- where there was a corner case where
two endpoints could get in a state where they disagree on where
to start Rx and ack of broadcast packets.

There is also the poll/wait changes which could also impact
end users for certain use cases - the fixes there also better
align tipc with the rest of the networking code.

The rest largely falls into routine cleanup category, by getting
rid of some unused routines, some Kconfig clutter, etc.

Assuming there is nothing that jumps out as needing a rework,
the full set can be found as per below.

Thanks,
Paul.
---

The following changes since commit de4594a51c904ddcd6c3a6cdd100f7c1d94d3239:

  sctp: send abort chunk when max_retrans exceeded (2012-11-20 15:50:37 -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 94fc9c4719f53264c7cce62ee558781fee7b7128:

  tipc: delete TIPC_ADVANCED Kconfig variable (2012-11-22 14:33:29 -0500)

----------------------------------------------------------------
Erik Hugne (1):
      tipc: return POLLOUT for sockets in an unconnected state

Jon Maloy (1):
      tipc: introduce message to synchronize broadcast link

Paul Gortmaker (1):
      tipc: delete TIPC_ADVANCED Kconfig variable

Ying Xue (6):
      tipc: fix race/inefficiencies in poll/wait behaviour
      tipc: wake up all waiting threads at socket shutdown
      tipc: remove the bearer congestion mechanism
      tipc: remove supportable flag from bclink structure
      tipc: rename supported flag to recv_permitted
      tipc: eliminate an unnecessary cast of node variable

 net/tipc/Kconfig      |  13 +---
 net/tipc/bcast.c      |  27 ++++----
 net/tipc/bearer.c     | 110 +++--------------------------
 net/tipc/bearer.h     |  24 +------
 net/tipc/core.c       |   5 --
 net/tipc/discover.c   |   2 +-
 net/tipc/link.c       | 188 ++++++++++++++++++++++++++------------------------
 net/tipc/link.h       |   4 --
 net/tipc/name_distr.c |   2 +-
 net/tipc/node.c       |  15 ++--
 net/tipc/node.h       |   6 +-
 net/tipc/socket.c     |  58 +++++++++++++---
 12 files changed, 185 insertions(+), 269 deletions(-)

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

end of thread, other threads:[~2012-11-23 19:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 20:59 [PATCH net-next 0/9] tipc: updates for what will be v3.8 Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 1/9] tipc: fix race/inefficiencies in poll/wait behaviour Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 2/9] tipc: return POLLOUT for sockets in an unconnected state Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 3/9] tipc: wake up all waiting threads at socket shutdown Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 4/9] tipc: remove the bearer congestion mechanism Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 5/9] tipc: remove supportable flag from bclink structure Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 6/9] tipc: rename supported flag to recv_permitted Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 7/9] tipc: introduce message to synchronize broadcast link Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 8/9] tipc: eliminate an unnecessary cast of node variable Paul Gortmaker
2012-11-22 20:59 ` [PATCH net-next 9/9] tipc: delete TIPC_ADVANCED Kconfig variable Paul Gortmaker
2012-11-23 19:10 ` [PATCH net-next 0/9] tipc: updates for what will be v3.8 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).