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