summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_mode_loadbalance.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-17team: add netpoll supportJiri Pirko1-2/+1
2012-06-27team: do not allow to map disabled portsJiri Pirko1-1/+2
2012-06-21team: do RCU update path fixupsJiri Pirko1-4/+10
2012-06-21team: Revert previous two changes.David S. Miller1-6/+4
2012-06-21team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-21team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko1-3/+5
2012-06-20team: use rcu_dereference_bh() in tx pathJiri Pirko1-3/+3
2012-06-20team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko1-17/+500
2012-06-20team: lb: push hash counting into separate functionJiri Pirko1-7/+16
2012-06-20team: make team_mode struct constJiri Pirko1-1/+1
2012-04-22team: allow to enable/disable portsJiri Pirko1-1/+1
2012-04-22team: lb: let userspace care about port macsJiri Pirko1-12/+0
2012-04-11team: add missed "statics"Jiri Pirko1-2/+2
2012-04-11team: add support for per-port optionsJiri Pirko1-15/+13
2012-04-05team: add loadbalance modeJiri Pirko1-0/+188