summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
...
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-1/+1
* team: replace kmalloc+memcpy by kmemdupJiri Pirko2011-11-181-6/+2Star
* team: avoid using variable-length arrayJiri Pirko2011-11-181-2/+7
* team: add fix_featuresJiri Pirko2011-11-181-0/+22
* team: replicate options on registerJiri Pirko2011-11-172-13/+68
* team: convert overall spinlock to mutexJiri Pirko2011-11-171-16/+16
* team: Do not hold rcu_read_lock when running netlink cmdsJiri Pirko2011-11-171-6/+5Star
* net: introduce ethernet teaming deviceJiri Pirko2011-11-135-0/+1877