summaryrefslogtreecommitdiff
path: root/include/linux/if_team.h
AgeCommit message (Expand)Author
2014-06-26team: fix mtu settingJiri Pirko
2013-07-23team: add support for sending multicast rejoinsJiri Pirko
2013-07-23team: add peer notificationJiri Pirko
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko
2013-06-12team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko
2013-03-06team: introduce random modeJiri Pirko
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-06team: allow userspace to take control over carrierFlavio Leitner
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-20team: add support for non-ethernet devicesJiri Pirko
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko
2012-08-03team: add per port priority optionJiri Pirko
2012-08-03team: add signed 32-bit team option typeJiri Pirko
2012-07-20team: add multiqueue supportJiri Pirko
2012-07-17team: add netpoll supportJiri Pirko
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko
2012-06-26team: remove unused rcu_head field from team_port structJiri Pirko
2012-06-26team: do not allow to map disabled portsJiri Pirko
2012-06-19team: add port_[enabled/disabled] mode callbacksJiri Pirko
2012-06-19team: allow async option changesJiri Pirko
2012-06-19team: push array_index and port into separate structureJiri Pirko
2012-06-19team: introduce array optionsJiri Pirko
2012-06-19team: add mode priv to portJiri Pirko
2012-06-19team: make team_mode struct constJiri Pirko
2012-04-21team: allow to enable/disable portsJiri Pirko
2012-04-11team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko
2012-04-11team: add bool option typeJiri Pirko
2012-04-11team: add support for per-port optionsJiri Pirko
2012-04-04team: add binary option typeJiri Pirko
2012-01-24team: send only changed options/ports via netlinkJiri Pirko
2011-11-16team: replicate options on registerJiri Pirko
2011-11-16team: convert overall spinlock to mutexJiri Pirko
2011-11-13net: introduce ethernet teaming deviceJiri Pirko