[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333227682-10235-1-git-send-email-jpirko@redhat.com>
Date: Sat, 31 Mar 2012 23:01:18 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, eric.dumazet@...il.com,
bhutchings@...arflare.com, shemminger@...tta.com,
raise.sail@...il.com, nuno.martins@...xamagica.pt, matt@...abs.org
Subject: [patch net-next 0/4] Introduce BPF-based TX port selecting for Team device
Jiri Pirko (4):
filter: Allow to create sk-unattached filters
filter: add XOR operation
team: add binary option type
team: add loadbalance mode
drivers/net/team/Kconfig | 11 ++
drivers/net/team/Makefile | 1 +
drivers/net/team/team.c | 28 ++++-
drivers/net/team/team_mode_loadbalance.c | 188 ++++++++++++++++++++++++++++++
include/linux/filter.h | 7 +-
include/linux/if_team.h | 8 ++
net/core/filter.c | 70 +++++++++++-
7 files changed, 304 insertions(+), 9 deletions(-)
create mode 100644 drivers/net/team/team_mode_loadbalance.c
--
1.7.9.1
--
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