[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220315073008.17441-1-sunshouxin@chinatelecom.cn>
Date: Tue, 15 Mar 2022 03:30:04 -0400
From: Sun Shouxin <sunshouxin@...natelecom.cn>
To: j.vosburgh@...il.com, vfalico@...il.com, andy@...yhouse.net,
davem@...emloft.net, kuba@...nel.org, yoshfuji@...ux-ipv6.org,
dsahern@...nel.org, oliver@...kum.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
huyd12@...natelecom.cn, sunshouxin@...natelecom.cn
Subject: [PATCH v2 0/4] net:bonding:Add support for IPV6 RLB to balance-alb mode
This patch is implementing IPV6 RLB for balance-alb mode.
Sun Shouxin (4):
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
net: usb:Refactor ndisc_send_na
drivers/net/bonding/bond_3ad.c | 2 +-
drivers/net/bonding/bond_alb.c | 591 ++++++++++++++++++++++++++++-
drivers/net/bonding/bond_debugfs.c | 14 +
drivers/net/bonding/bond_main.c | 6 +-
drivers/net/usb/cdc_mbim.c | 2 +-
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 | 65 +++-
12 files changed, 675 insertions(+), 36 deletions(-)
base-commit: bdd6a89de44b9e07d0b106076260d2367fe0e49a
--
2.27.0
Powered by blists - more mailing lists