* [GIT PATCH] TIPC updates
@ 2006-06-20 14:48 Per Liden
2006-06-20 21:28 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Per Liden @ 2006-06-20 14:48 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
Hi Dave,
Here are the latest TIPC updates.
Please pull from:
git://tipc.cslab.ericsson.net/pub/git/tipc.git
Thanks
/Per
include/net/tipc/tipc_bearer.h | 12 ++
net/tipc/bcast.c | 79 ++++++++-------
net/tipc/bcast.h | 2
net/tipc/bearer.c | 70 +++++++------
net/tipc/cluster.c | 22 ++--
net/tipc/config.c | 85 +++++++---------
net/tipc/core.c | 7 +
net/tipc/core.h | 21 +++-
net/tipc/discover.c | 7 -
net/tipc/eth_media.c | 9 +-
net/tipc/link.c | 217 +++++++++++++++++++++++++++++++---------
net/tipc/name_distr.c | 30 ++++--
net/tipc/name_table.c | 203 ++++++++++++++++++++-----------------
net/tipc/node.c | 78 ++++++++------
net/tipc/node.h | 2
net/tipc/node_subscr.c | 15 +--
net/tipc/port.c | 41 ++++----
net/tipc/ref.c | 31 +++++-
net/tipc/socket.c | 100 +++++++++++-------
net/tipc/subscr.c | 18 ++-
net/tipc/zone.c | 19 ++--
21 files changed, 647 insertions(+), 421 deletions(-)
Allan Stephens:
[TIPC] Prevent name table corruption if no room for new publication
[TIPC] Use correct upper bound when validating network zone number.
[TIPC] Corrected potential misuse of tipc_media_addr structure.
[TIPC] Allow ports to receive multicast messages through native API.
[TIPC] Links now validate destination node specified by incoming messages.
[TIPC] Multicast link failure now resets all links to "nacking" node.
[TIPC] Allow compilation when CONFIG_TIPC_DEBUG is not set.
[TIPC] Fixed privilege checking typo in dest_name_check().
[TIPC] Fix misleading comment in buf_discard() routine.
[TIPC] Added support for MODULE_VERSION capability.
[TIPC] Validate entire interface name when locating bearer to enable.
[TIPC] Non-operation-affecting corrections to comments & function definitions.
[TIPC] Fixed connect() to detect a dest address that is missing or too short.
[TIPC] Implied connect now saves dest name for retrieval as ancillary data.
[TIPC] Can now return destination name of form {0,x,y} via ancillary data.
[TIPC] Connected send now checks socket state when retrying congested send.
[TIPC] Stream socket send indicates partial success if data partially sent.
[TIPC] Improved performance of error checking during socket creation.
[TIPC] recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)
[TIPC] Simplify code for returning partial success of stream send request.
[TIPC] Optimized argument validation done by connect().
[TIPC] Withdrawing all names from nameless port now returns success, not error
[TIPC] Added missing warning for out-of-memory condition
[TIPC] Fixed memory leak in tipc_link_send() when destination is unreachable
[TIPC] Disallow config operations that aren't supported in certain modes.
[TIPC] First phase of assert() cleanup
[TIPC] Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
[TIPC] Fixed link switchover bugs
[TIPC] Get rid of dynamically allocated arrays in broadcast code.
Eric Sesterhenn:
[TIPC] Fix for NULL pointer dereference
Per Liden:
[TIPC] Fixed incorrect access permissions
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PATCH] TIPC updates
2006-06-20 14:48 [GIT PATCH] TIPC updates Per Liden
@ 2006-06-20 21:28 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-06-20 21:28 UTC (permalink / raw)
To: per.liden; +Cc: netdev
From: Per Liden <per.liden@ericsson.com>
Date: Tue, 20 Jun 2006 16:48:54 +0200 (CEST)
> Please pull from:
>
> git://tipc.cslab.ericsson.net/pub/git/tipc.git
Hi Per.
I agree with James, you should post the patches so that people
can review them.
But not all in one posting! :-)
Look at how other contributors submit their work. They make a set of
postings to the list, one for each patch, and each posting has
a subject that begins with something like "[PATCH 1/N] " where
the "1" increases for each patch and the "N" is the total number
of patches you are submitting for review.
People typically also give an initial "[PATCH 0/N] " posting
where the location of the GIT tree containing the patches lives
and also a general summary of what the upcoming set of patches
do.
There are automated scripts which can take a GIT tree and a given
range of changesets and prebuild the list postings for you. So
the amount of work you need to do for this is minimal.
For example, "git format-patch" and "git send-email" can help you a
lot here.
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-20 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 14:48 [GIT PATCH] TIPC updates Per Liden
2006-06-20 21:28 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox