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>] [day] [month] [year] [list]
Date:	Mon, 29 Dec 2014 13:05:26 -0800
From:	roopa@...ulusnetworks.com
To:	netdev@...r.kernel.org, shemminger@...tta.com, vyasevic@...hat.com
Cc:	Roopa Prabhu <roopa@...ulusnetworks.com>,
	Wilson Kok <wkok@...ulusnetworks.com>
Subject: [PATCH 0/6] bridge: suport for vlan range and vlan add/del notifications

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

This series adds new netlink attribute to represent vlan range.
Enables bridge link notify msgs to send vlan information.

Will post corresponding iproute2 patches if these get accepted.

Signed-off-by: Wilson Kok <wkok@...ulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>

Roopa Prabhu (6):
  bridge: add support to parse multiple vlan info attributes in
    IFLA_AF_SPEC
  bridge: add new attribute IFLA_BRIDGE_VLAN_RANGE_INFO to represent
    vlan range
  bridge: modify IFLA_AF_SPEC parser to parse
    IFLA_BRIDGE_VLAN_RANGE_INFO
  rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSED
  bridge: new function to pack vlans using both IFLA_BRIDGE_VLAN_INFO
    and IFLA_BRIDGE_VLAN_RANGE_INFO
  bridge: add vlan info to bridge setlink and dellink notification
    messages

 include/uapi/linux/if_bridge.h |    7 ++
 include/uapi/linux/rtnetlink.h |    1 +
 net/bridge/br_netlink.c        |  240 ++++++++++++++++++++++++++++++++--------
 net/core/rtnetlink.c           |    3 +-
 4 files changed, 204 insertions(+), 47 deletions(-)

-- 
1.7.10.4

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

Powered by blists - more mailing lists