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(-)
|