summaryrefslogtreecommitdiff
path: root/net/sched/sch_sfq.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-19net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet1-1/+4
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-16/+50
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet1-4/+9
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira1-0/+1
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+4
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-6/+2
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-03-10net: sched: validate stab valuesEric Dumazet1-1/+1
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-1/+1
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-6/+8
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel1-0/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng1-7/+13
2017-08-25net_sched: remove tc class reference countingWANG Cong1-5/+4
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+10
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-5/+1
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang1-3/+2
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet1-1/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+4
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-1/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-1/+0
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-7/+9
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1