aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team_mode_loadbalance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2017-09-19team: fall back to hash if table entry is emptyJim Hanko1-1/+7
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju1-1/+1
2016-08-26team: loadbalance: push lacpdus to exact deliveryJiri Pirko1-0/+15
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-0/+1
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-7/+7
2014-07-31team: fix releasing uninitialized pointer to BPF progDaniel Borkmann1-1/+1
2014-07-30net: filter: don't release unattached filter through call_rcu()Pablo Neira1-1/+5
2014-05-24team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann1-1/+1
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-5/+5
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-1/+8
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-2/+1
2012-07-17team: add netpoll supportJiri Pirko1-2/+1
2012-06-26team: do not allow to map disabled portsJiri Pirko1-1/+2
2012-06-20team: do RCU update path fixupsJiri Pirko1-4/+10
2012-06-20team: Revert previous two changes.David S. Miller1-6/+4
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko1-3/+5
2012-06-19team: use rcu_dereference_bh() in tx pathJiri Pirko1-3/+3
2012-06-19team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko1-17/+500
2012-06-19team: lb: push hash counting into separate functionJiri Pirko1-7/+16
2012-06-19team: make team_mode struct constJiri Pirko1-1/+1
2012-04-21team: allow to enable/disable portsJiri Pirko1-1/+1
2012-04-21team: 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-04team: add loadbalance modeJiri Pirko1-0/+188