summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_mode_loadbalance.c
AgeCommit message (Expand)Author
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko
2012-07-17team: add netpoll supportJiri Pirko
2012-06-26team: do not allow to map disabled portsJiri Pirko
2012-06-20team: do RCU update path fixupsJiri Pirko
2012-06-20team: Revert previous two changes.David S. Miller
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko
2012-06-19team: use rcu_dereference_bh() in tx pathJiri Pirko
2012-06-19team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko
2012-06-19team: lb: push hash counting into separate functionJiri Pirko
2012-06-19team: make team_mode struct constJiri Pirko
2012-04-21team: allow to enable/disable portsJiri Pirko
2012-04-21team: lb: let userspace care about port macsJiri Pirko
2012-04-11team: add missed "statics"Jiri Pirko
2012-04-11team: add support for per-port optionsJiri Pirko
2012-04-04team: add loadbalance modeJiri Pirko