Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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-20team: 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-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-01team: fix releasing uninitialized pointer to BPF progDaniel Borkmann
2014-07-31net: filter: don't release unattached filter through call_rcu()Pablo Neira
2014-05-25team: lb: use sizeof(*fprog) in __fprog_createDaniel Borkmann
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-03-15net: 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-27team: do not allow to map disabled portsJiri Pirko
2012-06-21team: do RCU update path fixupsJiri Pirko
2012-06-21team: Revert previous two changes.David S. Miller
2012-06-21team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko
2012-06-21team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko
2012-06-20team: use rcu_dereference_bh() in tx pathJiri Pirko
2012-06-20team: lb: introduce infrastructure for userspace driven tx loadbalancingJiri Pirko
2012-06-20team: lb: push hash counting into separate functionJiri Pirko
2012-06-20team: make team_mode struct constJiri Pirko
2012-04-22team: allow to enable/disable portsJiri Pirko
2012-04-22team: 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-05team: add loadbalance modeJiri Pirko