summaryrefslogtreecommitdiff
path: root/net/sched/sch_sfq.c
AgeCommit message (Expand)Author
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-03-10net: sched: validate stab valuesEric Dumazet
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal