summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_mode_loadbalance.c
Commit message (Expand)AuthorAge
* team: fall back to hash if table entry is emptyJim Hanko2017-09-19
* team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju2017-06-02
* team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-26
* team: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-03
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* team: fix releasing uninitialized pointer to BPF progDaniel Borkmann2014-07-31
* net: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-30
* team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann2014-05-24
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-23
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-12
* team: add netpoll supportJiri Pirko2012-07-17
* team: do not allow to map disabled portsJiri Pirko2012-06-26
* team: do RCU update path fixupsJiri Pirko2012-06-20
* team: Revert previous two changes.David S. Miller2012-06-20
* team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko2012-06-20
* team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2012-06-20
* team: use rcu_dereference_bh() in tx pathJiri Pirko2012-06-19
* team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko2012-06-19
* team: lb: push hash counting into separate functionJiri Pirko2012-06-19
* team: make team_mode struct constJiri Pirko2012-06-19
* team: allow to enable/disable portsJiri Pirko2012-04-21
* team: lb: let userspace care about port macsJiri Pirko2012-04-21
* team: add missed "statics"Jiri Pirko2012-04-11
* team: add support for per-port optionsJiri Pirko2012-04-11
* team: add loadbalance modeJiri Pirko2012-04-04