summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
6 daysnet/sched: act_mirred: fix loop detectionJamal Hadi Salim1-0/+9
14 daysnet/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira1-0/+4
2025-12-04net/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim1-1/+1
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+32
2025-12-02net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+18
2025-11-27Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski1-0/+3
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane1-0/+3
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet3-3/+10
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet1-2/+5
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet1-1/+1
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet1-9/+3
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet6-1/+6
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet1-1/+1
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet3-8/+8
2025-11-25net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet3-3/+15
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+4
2025-11-15Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-8/+4
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-11-14net/sched: act_ife: convert comma to semicolonChen Ni1-3/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-17/+29
2025-11-12net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-11net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira1-0/+5
2025-10-30net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima1-1/+1
2025-10-17net: dev_queue_xmit() llist adoptionEric Dumazet1-5/+0
2025-10-17Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-2/+0
2025-10-17net/sched: act_mirred: add loop detectionEric Dumazet1-39/+23
2025-09-03net_sched: act: remove tcfa_qstatsEric Dumazet1-4/+8
2025-09-03net_sched: add back BH safety to tcf_lockEric Dumazet11-22/+22
2025-08-29net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-14/+12
2025-08-29net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-11/+9
2025-08-29net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-11/+9
2025-08-29net_sched: remove BH blocking in eight actionsEric Dumazet8-16/+16
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-35/+58
2025-08-21net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
2025-08-21net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-20net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira1-2/+3
2025-08-15net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu6-30/+42
2025-08-15net/sched: Use TC_RTAB_SIZE instead of magic numberYue Haibing1-2/+2
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2025-08-14net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-13net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum1-1/+0
2025-08-05net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-02net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-6/+3
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman1-8/+4
2025-07-26net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu1-0/+2
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3