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
| ||
|
Message-Id: <20250510044504.52618-1-tonghao@bamaicloud.com> Date: Sat, 10 May 2025 12:45:00 +0800 From: tonghao@...aicloud.com To: netdev@...r.kernel.org Cc: Tonghao Zhang <tonghao@...aicloud.com>, Jay Vosburgh <jv@...sburgh.net>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, Jonathan Corbet <corbet@....net>, Andrew Lunn <andrew+netdev@...n.ch> Subject: [PATCH net-next 0/4] add broadcast_neighbor for no-stacking networking arch From: Tonghao Zhang <tonghao@...aicloud.com> For no-stacking networking arch, and enable the bond mode 4(lacp) in datacenter, the switch group require arp/nd packets as session synchronization. More details please see patch. Cc: Jay Vosburgh <jv@...sburgh.net> Cc: "David S. Miller" <davem@...emloft.net> Cc: Eric Dumazet <edumazet@...gle.com> Cc: Jakub Kicinski <kuba@...nel.org> Cc: Paolo Abeni <pabeni@...hat.com> Cc: Simon Horman <horms@...nel.org> Cc: Jonathan Corbet <corbet@....net> Cc: Andrew Lunn <andrew+netdev@...n.ch> Tonghao Zhang (4): net: bonding: add broadcast_neighbor option for 802.3ad net: bonding: add broadcast_neighbor netlink option net: bonding: send peer notify when failure recovery net: bonding: add tracepoint for 802.3ad Documentation/networking/bonding.rst | 5 +++ drivers/net/bonding/bond_3ad.c | 20 ++++++++++ drivers/net/bonding/bond_main.c | 58 +++++++++++++++++++++------- drivers/net/bonding/bond_netlink.c | 16 ++++++++ drivers/net/bonding/bond_options.c | 25 ++++++++++++ drivers/net/bonding/bond_sysfs.c | 18 +++++++++ include/net/bond_options.h | 1 + include/net/bonding.h | 1 + include/trace/events/bonding.h | 37 ++++++++++++++++++ include/uapi/linux/if_link.h | 1 + 10 files changed, 168 insertions(+), 14 deletions(-) create mode 100644 include/trace/events/bonding.h -- 2.34.1
Powered by blists - more mailing lists