summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_mode_loadbalance.c
AgeCommit message (Expand)Author
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel
2017-09-19team: fall back to hash if table entry is emptyJim Hanko
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju
2016-08-26team: loadbalance: push lacpdus to exact deliveryJiri Pirko
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-31team: fix releasing uninitialized pointer to BPF progDaniel Borkmann
2014-07-30net: filter: don't release unattached filter through call_rcu()Pablo Neira
2014-05-24team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
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