summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2025-04-10net: fix geneve_opt length integer overflowLin Ma2-2/+2
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-03-28net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-28sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang1-1/+2
2025-03-07pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-02-21netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang1-1/+1
2025-02-21net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-02-21net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2025-02-21net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2025-02-21net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet1-4/+9
2025-02-01net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2
2025-01-17sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-01-17net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2024-12-27net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-14net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina1-1/+1
2024-12-14net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-14net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens1-6/+12
2024-12-14net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-11-22net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-11-22net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux1-4/+14
2024-11-22net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela1-18/+18
2024-11-14net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-11-01net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-17net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-08-29netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-29net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2024-08-29net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-07-18net/sched: Fix UAF when resolving a clashChengen Du1-0/+8
2024-06-27net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2-0/+2
2024-06-27sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long1-5/+11
2024-06-27net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth1-2/+1
2024-06-27net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2-19/+6
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet1-9/+6
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-03-26net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet1-1/+2
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim3-530/+0
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim3-721/+0
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim3-1745/+0