From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: David Miller <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, Paul Gortmaker <paul.gortmaker@windriver.com>
Subject: [PATCH net-next 0/9] tipc: updates for what will be v3.8
Date: Thu, 22 Nov 2012 15:59:45 -0500 [thread overview]
Message-ID: <1353617994-3962-1-git-send-email-paul.gortmaker@windriver.com> (raw)
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(-)
next reply other threads:[~2012-11-22 21:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 20:59 Paul Gortmaker [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353617994-3962-1-git-send-email-paul.gortmaker@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).