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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 23 Mar 2022 08:35:03 -0600 From: David Ahern <dsahern@...nel.org> To: Sun Shouxin <sunshouxin@...natelecom.cn>, j.vosburgh@...il.com, vfalico@...il.com, andy@...yhouse.net, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, yoshfuji@...ux-ipv6.org, oliver@...kum.org Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, huyd12@...natelecom.cn Subject: Re: [PATCH v6 0/4] Add support for IPV6 RLB to balance-alb mode On 3/23/22 6:09 AM, Sun Shouxin wrote: > This patch is implementing IPV6 RLB for balance-alb mode. > > Sun Shouxin (4): > net:ipv6:Add void *data to ndisc_send_na function > net:ipv6:Refactor ndisc_send_na to support sending na by slave > directly > net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr > net:bonding:Add support for IPV6 RLB to balance-alb mode > > drivers/net/bonding/bond_3ad.c | 2 +- > drivers/net/bonding/bond_alb.c | 612 ++++++++++++++++++++++++++++- > drivers/net/bonding/bond_debugfs.c | 14 + > drivers/net/bonding/bond_main.c | 6 +- > drivers/net/usb/cdc_mbim.c | 3 +- > include/net/bond_3ad.h | 2 +- > include/net/bond_alb.h | 7 + > include/net/bonding.h | 6 +- > include/net/ipv6_stubs.h | 3 +- > include/net/ndisc.h | 9 +- > net/ipv6/addrconf.c | 4 +- > net/ipv6/ndisc.c | 64 ++- > 12 files changed, 696 insertions(+), 36 deletions(-) > > > base-commit: 2af7e566a8616c278e1d7287ce86cd3900bed943 net-next is closed, so this set needs to be delayed until it re-opens.
Powered by blists - more mailing lists