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:	Sat, 16 Apr 2011 00:41:01 +0100
From:	Ben Hutchings <bhutchings@...arflare.com>
To:	Jay Vosburgh <fubar@...ibm.com>,
	Andy Gospodarek <andy@...yhouse.net>,
	Patrick McHardy <kaber@...sh.net>
Cc:	netdev@...r.kernel.org, Ian Campbell <Ian.Campbell@...rix.com>
Subject: [PATCH net-next-2.6 0/3] bonding,ipv4,ipv6,vlan: Use notifiers to
 trigger advertisements on failover

It is undesirable for the bonding driver to be poking into higher
level protocols, and notifiers provide a way to avoid that.

Ian added NETDEV_NOTIFY_PEERS to trigger gratuitous ARP on VM migration.
We should extend that to unsolicited NAs and propagate it through VLANs,
then treat bonding failover in the same way.

Ben.

Ben Hutchings (3):
  ipv6: Send unsolicited neighbour advertisements when notified
  vlan: Propagate NETDEV_NOTIFY_PEERS notifier
  bonding,ipv4,ipv6,vlan: Handle NETDEV_BONDING_FAILOVER like
    NETDEV_NOTIFY_PEERS

 drivers/net/bonding/Makefile     |    3 -
 drivers/net/bonding/bond_ipv6.c  |  225 --------------------------------------
 drivers/net/bonding/bond_main.c  |   96 ----------------
 drivers/net/bonding/bond_sysfs.c |   80 --------------
 drivers/net/bonding/bonding.h    |   29 -----
 net/8021q/vlan.c                 |   12 ++
 net/ipv4/devinet.c               |    1 +
 net/ipv6/ndisc.c                 |   27 +++++
 8 files changed, 40 insertions(+), 433 deletions(-)
 delete mode 100644 drivers/net/bonding/bond_ipv6.c

-- 
1.7.4


-- 
Ben Hutchings, Senior Software Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ