aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team_mode_roundrobin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju1-1/+1
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-0/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-1/+2
2013-06-12team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko1-0/+2
2013-03-06team: introduce random modeJiri Pirko1-21/+1
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko1-12/+2
2012-08-20team: add support for non-ethernet devicesJiri Pirko1-4/+4
2012-07-17team: add netpoll supportJiri Pirko1-2/+1
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko1-3/+3
2012-06-19team: comments: s/net\/drivers\/team/drivers\/net\/team/Jiri Pirko1-1/+1
2012-06-19team: make team_mode struct constJiri Pirko1-1/+1
2012-04-21team: allow to enable/disable portsJiri Pirko1-1/+1
2011-11-13net: introduce ethernet teaming deviceJiri Pirko1-0/+107