aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-1/+1
2011-11-18team: replace kmalloc+memcpy by kmemdupJiri Pirko1-6/+2
2011-11-18team: avoid using variable-length arrayJiri Pirko1-2/+7
2011-11-18team: add fix_featuresJiri Pirko1-0/+22
2011-11-16team: replicate options on registerJiri Pirko2-13/+68
2011-11-16team: convert overall spinlock to mutexJiri Pirko1-16/+16
2011-11-16team: Do not hold rcu_read_lock when running netlink cmdsJiri Pirko1-6/+5
2011-11-13net: introduce ethernet teaming deviceJiri Pirko5-0/+1877