aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-01-24team: send only changed options/ports via netlinkJiri Pirko1-46/+90
2011-12-08team: use vlan_vids_[addr/del]_by_devJiri Pirko1-0/+11
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko1-13/+21
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
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