netdev
[Top] [All Lists]

[PATCHSET] neighbour tables access via rtnetlink

To: "David S. Miller" <davem@xxxxxxxxxxxxx>
Subject: [PATCHSET] neighbour tables access via rtnetlink
From: Thomas Graf <tgraf@xxxxxxx>
Date: Thu, 26 May 2005 20:53:06 +0200
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Dave,

This patchset adds neighbour table configuration and
statistics access via rtnetlink. Patches 1-2 add some
new macros to make netlink message construction simpler
and more readable, patch 3 adds the actual neighbour
table code and patch 4 removes a few unused fields
discovered while writing patch 3 ;->

 include/linux/netlink.h     |   17 ++
 include/linux/rtnetlink.h   |   45 ++++++
 include/net/neighbour.h     |    3 
 include/linux/rtnetlink.h   |  107 ++++++++++++++
 include/net/neighbour.h     |    4 
 net/core/neighbour.c        |  317 +++++++++++++++++++++++++++++++++++++++++++-
 net/core/rtnetlink.c        |   20 +-
 security/selinux/nlmsgtab.c |    2 
 8 files changed, 499 insertions(+), 16 deletions(-)

<Prev in Thread] Current Thread [Next in Thread>