aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/if_team.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-11team: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-4/+1
2019-10-24team: fix nested locking lockdep warningTaehee Yoo1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-11net: Add lag.h, net_lag_port_dev_txable()Petr Machata1-0/+13
2018-07-11team: Publish team_port_get_rcu()Petr Machata1-0/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju1-0/+2
2016-10-07Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversionAlex Sidorenko1-1/+1
2016-02-06team: track sum of rx_nohandler for all slavesJarod Wilson1-0/+1
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-0/+1
2014-06-02team: fix mtu settingJiri Pirko1-0/+1
2013-07-23team: add support for sending multicast rejoinsJiri Pirko1-0/+6
2013-07-23team: add peer notificationJiri Pirko1-1/+7
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-0/+10
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko1-0/+1
2013-06-12team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko1-2/+2
2013-03-06team: introduce random modeJiri Pirko1-0/+20
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko1-1/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-06team: allow userspace to take control over carrierFlavio Leitner1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-96/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+15
2012-08-20team: add support for non-ethernet devicesJiri Pirko1-2/+2
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang1-15/+15
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko1-0/+4
2012-08-03team: add per port priority optionJiri Pirko1-0/+1
2012-08-03team: add signed 32-bit team option typeJiri Pirko1-0/+2
2012-07-20team: add multiqueue supportJiri Pirko1-0/+8
2012-07-17team: add netpoll supportJiri Pirko1-0/+33
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko1-2/+9
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko1-0/+1
2012-06-26team: remove unused rcu_head field from team_port structJiri Pirko1-1/+0
2012-06-26team: do not allow to map disabled portsJiri Pirko1-0/+2
2012-06-19team: add port_[enabled/disabled] mode callbacksJiri Pirko1-0/+2
2012-06-19team: allow async option changesJiri Pirko1-0/+3
2012-06-19team: push array_index and port into separate structureJiri Pirko1-2/+7
2012-06-19team: introduce array optionsJiri Pirko1-0/+3
2012-06-19team: add mode priv to portJiri Pirko1-0/+2
2012-06-19team: make team_mode struct constJiri Pirko1-3/+2
2012-04-21team: allow to enable/disable portsJiri Pirko1-7/+8
2012-04-11team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko1-8/+18
2012-04-11team: add bool option typeJiri Pirko1-0/+2
2012-04-11team: add support for per-port optionsJiri Pirko1-13/+17
2012-04-04team: add binary option typeJiri Pirko1-0/+8
2012-01-24team: send only changed options/ports via netlinkJiri Pirko1-0/+10
2011-11-16team: replicate options on registerJiri Pirko1-4/+4
2011-11-16team: convert overall spinlock to mutexJiri Pirko1-1/+1
2011-11-13net: introduce ethernet teaming deviceJiri Pirko1-0/+242