summaryrefslogtreecommitdiff
path: root/include/net/fq_impl.h
Commit message (Expand)AuthorAgeFilesLines
* net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-111-3/+2
* net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau2021-01-211-46/+67
* net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau2021-01-211-6/+5
* net/fq_impl: bulk-free packets from a flow on overmemoryFelix Fietkau2021-01-211-11/+44
* net/fq_impl: use skb_get_hash instead of skb_get_hash_perturbFelix Fietkau2020-07-311-2/+1
* net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-11-081-2/+2
* net/flow_dissector: switch to siphashEric Dumazet2019-10-231-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner2019-06-051-2/+1
* mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau2019-04-261-8/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+6
|\
| * fq_impl: Properly enforce memory limitToke Høiland-Jørgensen2017-10-181-3/+6
* | fq: support filtering a given tinJohannes Berg2017-10-111-10/+62
|/
* fq.h: Port memory limit mechanism from fq_codelToke Høiland-Jørgensen2016-09-301-1/+6
* fq: split out backlog update logicMichal Kazior2016-04-281-11/+19
* fq: add fair queuing frameworkMichal Kazior2016-04-251-0/+269