summaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team_mode_loadbalance.c
Commit message (Expand)AuthorAgeFilesLines
* team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao2023-08-081-8/+3
* team: change the getter function in the team_option structure to voidZhengchao Shao2023-08-081-15/+9
* team: change the init function in the team_option structure to voidZhengchao Shao2023-08-081-9/+6
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-041-0/+15
* team: fall back to hash if table entry is emptyJim Hanko2017-09-191-1/+7
* team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju2017-06-021-1/+1
* team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-261-0/+15
* team: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-031-0/+1
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-7/+7
* team: fix releasing uninitialized pointer to BPF progDaniel Borkmann2014-07-311-1/+1
* net: filter: don't release unattached filter through call_rcu()Pablo Neira2014-07-301-1/+5
* team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann2014-05-241-1/+1
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-5/+5
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-1/+8
* team: remove synchronize_rcu() called during port disableJiri Pirko2013-06-121-2/+1
* team: add netpoll supportJiri Pirko2012-07-171-2/+1
* team: do not allow to map disabled portsJiri Pirko2012-06-261-1/+2
* team: do RCU update path fixupsJiri Pirko2012-06-201-4/+10
* team: Revert previous two changes.David S. Miller2012-06-201-6/+4
* 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-191-3/+3
* team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko2012-06-191-17/+500
* team: lb: push hash counting into separate functionJiri Pirko2012-06-191-7/+16
* team: make team_mode struct constJiri Pirko2012-06-191-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/+0
* team: add missed "statics"Jiri Pirko2012-04-111-2/+2
* team: add support for per-port optionsJiri Pirko2012-04-111-15/+13
* team: add loadbalance modeJiri Pirko2012-04-041-0/+188