Refresh team driver co so it can work correctly with recent libteam version. All patches are in net-next tree David S. Miller (1): team: Stop using NLA_PUT*(). Jiri Pirko (10): team: add binary option type team: add loadbalance mode team: add support for per-port options team: add bool option type team: add user_linkup and user_linkup_enabled per-port option team: ab: walk through port list non-rcu team: add missed "statics" team: lb: let userspace care about port macs team: allow to enable/disable ports team: add per-port option for enabling/disabling ports drivers/net/team/Kconfig | 11 + drivers/net/team/Makefile | 1 + drivers/net/team/team.c | 523 +++++++++++++++++++++++------ drivers/net/team/team_mode_activebackup.c | 20 +- drivers/net/team/team_mode_loadbalance.c | 174 ++++++++++ drivers/net/team/team_mode_roundrobin.c | 2 +- 6 files changed, 621 insertions(+), 110 deletions(-) create mode 100644 drivers/net/team/team_mode_loadbalance.c -- 1.7.6.5 _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel