summaryrefslogtreecommitdiffstats
path: root/include/linux/if_team.h
Commit message (Expand)AuthorAgeFilesLines
* netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-15/+15
* team: add multiqueue supportJiri Pirko2012-07-201-0/+8
* team: add netpoll supportJiri Pirko2012-07-171-0/+33
* team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-121-2/+9
* team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-121-0/+1
* team: remove unused rcu_head field from team_port structJiri Pirko2012-06-271-1/+0Star
* team: do not allow to map disabled portsJiri Pirko2012-06-271-0/+2
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-201-0/+2
* team: allow async option changesJiri Pirko2012-06-201-0/+3
* team: push array_index and port into separate structureJiri Pirko2012-06-201-2/+7
* team: introduce array optionsJiri Pirko2012-06-201-0/+3
* team: add mode priv to portJiri Pirko2012-06-201-0/+2
* team: make team_mode struct constJiri Pirko2012-06-201-3/+2Star
* team: allow to enable/disable portsJiri Pirko2012-04-211-7/+8
* team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko2012-04-111-8/+18
* team: add bool option typeJiri Pirko2012-04-111-0/+2
* team: add support for per-port optionsJiri Pirko2012-04-111-13/+17
* team: add binary option typeJiri Pirko2012-04-051-0/+8
* team: send only changed options/ports via netlinkJiri Pirko2012-01-241-0/+10
* team: replicate options on registerJiri Pirko2011-11-171-4/+4
* team: convert overall spinlock to mutexJiri Pirko2011-11-171-1/+1
* net: introduce ethernet teaming deviceJiri Pirko2011-11-131-0/+242