Apologies, the info in the last email was out of date. Here's the correct stuff:

The git repository is still correct at

git://git.kernel.org/pub/scm/linux/kernel/git/steve/decnet-2.6.17

The diffstat is:

0001-DECnet-Endian-annotation-and-fixes-for-DECnet.txt
0002-DECnet-Patch-to-fix-recvmsg-flag-check.txt
0003-DECnet-Use-RCU-locking-in-dn_rules.c.txt
 b/include/linux/dn.h             |   44 ++++++++--------
 b/include/net/dn.h               |  105 +++++++++++++++++++--------------------
 b/include/net/dn_dev.h           |   88 ++++++++++++++++----------------
 b/include/net/dn_fib.h           |   22 ++++----
 b/include/net/dn_neigh.h         |    4 -
 b/include/net/dn_nsp.h           |   72 +++++++++++++-------------
 b/include/net/dn_route.h         |   12 ++--
 b/include/net/flow.h             |    8 +-
 b/net/decnet/af_decnet.c         |   16 ++---
 b/net/decnet/dn_dev.c            |   34 ++++++------
 b/net/decnet/dn_fib.c            |    8 +-
 b/net/decnet/dn_neigh.c          |   24 ++++----
 b/net/decnet/dn_nsp_in.c         |   28 +++++-----
 b/net/decnet/dn_nsp_out.c        |   38 +++++++-------
 b/net/decnet/dn_route.c          |   57 +++++++++++----------
 b/net/decnet/dn_rules.c          |   18 +++---
 b/net/decnet/dn_table.c          |   12 ++--
 b/net/decnet/sysctl_net_decnet.c |   13 ++--
 net/decnet/af_decnet.c           |    3 -
 net/decnet/dn_rules.c            |   98 +++++++++++++++++++-----------------
 20 files changed, 356 insertions(+), 348 deletions(-)

The checkins are:

commit 327fbf5fd800925ec388c82a54cf71eadb96d30c
Author: Steven Whitehouse <[EMAIL PROTECTED]>
Date:   Fri Feb 3 13:04:58 2006 +0000

    [DECnet] Use RCU locking in dn_rules.c

    As per Robert Olsson's patch for ipv4, this is the DECnet
    version to keep the code "in step". It changes the list
    of rules to use RCU rather than an rwlock.

    Inspired-by: Robert Olsson <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
    Signed-off-by: Patrick Caulfield <[EMAIL PROTECTED]>

commit 417a9654a8ad90562bdd8b53948153f86537c890
Author: Patrick Caulfield <[EMAIL PROTECTED]>
Date:   Thu Jan 26 10:01:09 2006 +0000

    [DECnet] Patch to fix recvmsg() flag check

    This patch means that 64bit kernel/32bit userland platforms will
    now work correctly with DECnet.

    Signed-off-by: Patrick Caulfield <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>

commit dcecac38974dc33239e3aa49cc67e61e1109523d
Author: Steven Whitehouse <[EMAIL PROTECTED]>
Date:   Tue Feb 7 10:21:06 2006 +0000

    [DECnet] Endian annotation and fixes for DECnet.

    The typedef for dn_address has been removed in favour of using
    __le16 or __u16 directly as appropriate. All the DECnet header
    files are updated accordingly.

    The byte ordering of dn_eth2dn() and dn_dn2eth() are both changed
    since just about all their callers wanted network order rather than
    host order, so the conversion is now done in the functions themselves.

    Several missed endianess conversions have been picked up during the
    conversion process. The nh_gw field in struct dn_fib_info has been
    changed from a 32 bit field to 16 bits as it ought to be.

    One or two cases of using htons rather than dn_htons in the routing code
    have been found and fixed.

    There are still a few warnings to fix, but this patch deals with the
    important cases.

    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
    Signed-off-by: Patrick Caulfield <[EMAIL PROTECTED]>


Thanks,

-- 

patrick
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to