lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 14 Dec 2018 20:14:25 -0800
From:   Roopa Prabhu <roopa@...ulusnetworks.com>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, nikolay@...ulusnetworks.com,
        stephen@...workplumber.org, dsa@...ulusnetworks.com,
        jakub.kicinski@...ronome.com
Subject: [PATCH net-next v2 0/4] rtnl fdb get

From: Roopa Prabhu <roopa@...ulusnetworks.com>

This series adds support for rtnl fdb get similar to
route get.

v2: add nda_policy, fixes to exact msgs, strict nlmsg parsing

Roopa Prabhu (4):
  net: rtnetlink: support for fdb get
  bridge: support for ndo_fdb_get
  vxlan: support for ndo_fdb_get
  selftests: net: rtnetlink.sh: add fdb get test

 drivers/net/vxlan.c                      |  35 ++++++++++
 include/linux/netdevice.h                |   6 +-
 net/bridge/br_device.c                   |   1 +
 net/bridge/br_fdb.c                      |  24 +++++++
 net/bridge/br_private.h                  |   2 +
 net/core/rtnetlink.c                     | 107 ++++++++++++++++++++++++++++++-
 tools/testing/selftests/net/rtnetlink.sh |  53 +++++++++++++++
 7 files changed, 226 insertions(+), 2 deletions(-)

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ