aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* team: fix mtu settingJiri Pirko2014-06-021-0/+1
* team: add support for sending multicast rejoinsJiri Pirko2013-07-231-0/+6
* team: add peer notificationJiri Pirko2013-07-231-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-2/+2
|\
| * team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko2013-06-121-2/+2
* | team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-121-0/+10
* | team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2013-06-121-0/+1
|/
* team: introduce random modeJiri Pirko2013-03-061-0/+20
* team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-061-1/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* team: allow userspace to take control over carrierFlavio Leitner2013-02-061-0/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-96/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-15/+15
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-15/+15
* | team: add support for non-ethernet devicesJiri Pirko2012-08-201-2/+2
* | team: add support for queue override by setting queue_id for portJiri Pirko2012-08-031-0/+4
* | team: add per port priority optionJiri Pirko2012-08-031-0/+1
* | team: add signed 32-bit team option typeJiri Pirko2012-08-031-0/+2
|/
* 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-261-1/+0
* team: do not allow to map disabled portsJiri Pirko2012-06-261-0/+2
* team: add port_[enabled/disabled] mode callbacksJiri Pirko2012-06-191-0/+2
* team: allow async option changesJiri Pirko2012-06-191-0/+3
* team: push array_index and port into separate structureJiri Pirko2012-06-191-2/+7
* team: introduce array optionsJiri Pirko2012-06-191-0/+3
* team: add mode priv to portJiri Pirko2012-06-191-0/+2
* team: make team_mode struct constJiri Pirko2012-06-191-3/+2
* 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-041-0/+8
* team: send only changed options/ports via netlinkJiri Pirko2012-01-241-0/+10
* team: replicate options on registerJiri Pirko2011-11-161-4/+4
* team: convert overall spinlock to mutexJiri Pirko2011-11-161-1/+1
* net: introduce ethernet teaming deviceJiri Pirko2011-11-131-0/+242