summaryrefslogtreecommitdiff
path: root/include/linux/if_team.h
Commit message (Expand)AuthorAge
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju2017-06-02
* Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversionAlex Sidorenko2016-10-07
* team: track sum of rx_nohandler for all slavesJarod Wilson2016-02-06
* team: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-03
* team: fix mtu settingJiri Pirko2014-06-02
* team: add support for sending multicast rejoinsJiri Pirko2013-07-23
* team: add peer notificationJiri Pirko2013-07-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko2013-06-12
* | team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-12
* | team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2013-06-12
|/
* team: introduce random modeJiri Pirko2013-03-06
* team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-06
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* team: allow userspace to take control over carrierFlavio Leitner2013-02-06
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-22
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-14
* | team: add support for non-ethernet devicesJiri Pirko2012-08-20
* | team: add support for queue override by setting queue_id for portJiri Pirko2012-08-03
* | team: add per port priority optionJiri Pirko2012-08-03
* | team: add signed 32-bit team option typeJiri Pirko2012-08-03
|/
* team: add multiqueue supportJiri Pirko2012-07-20
* team: add netpoll supportJiri Pirko2012-07-17
* team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-12
* team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-12
* team: remove unused rcu_head field from team_port structJiri Pirko2012-06-26
* team: do not allow to map disabled portsJiri Pirko2012-06-26
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-19
* team: allow async option changesJiri Pirko2012-06-19
* team: push array_index and port into separate structureJiri Pirko2012-06-19
* team: introduce array optionsJiri Pirko2012-06-19
* team: add mode priv to portJiri Pirko2012-06-19
* team: make team_mode struct constJiri Pirko2012-06-19
* team: allow to enable/disable portsJiri Pirko2012-04-21
* team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko2012-04-11
* team: add bool option typeJiri Pirko2012-04-11
* team: add support for per-port optionsJiri Pirko2012-04-11
* team: add binary option typeJiri Pirko2012-04-04
* team: send only changed options/ports via netlinkJiri Pirko2012-01-24
* team: replicate options on registerJiri Pirko2011-11-16
* team: convert overall spinlock to mutexJiri Pirko2011-11-16
* net: introduce ethernet teaming deviceJiri Pirko2011-11-13