aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-70/+54
4 daysnet/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
4 daysnet/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
4 daysnet/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
4 daysnet/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
4 daysnet/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
4 daysnet: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn1-4/+30
4 daysnet/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
6 daysnet/sched: sch_ets: make cl->quantum locklessEric Dumazet1-6/+4
9 daysnet/sched: tbf: add extack to offload paramsDavid Yang1-2/+7
9 daysnet/sched: prefer existing extack message in qdisc_offload_graft_helper()David Yang1-1/+1
11 daysnet/sched: sch_drr: make cl->quantum locklessEric Dumazet1-6/+4
11 daysnet/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
12 daysnet/sched: sch_htb: fix htb_dump_class_stats() vs offload modeEric Dumazet1-10/+12
2026-05-15net/sched: sch_htb: annotate data-races (III)Eric Dumazet1-11/+12
2026-05-15net/sched: sch_htb: annotate data-races (II)Eric Dumazet1-8/+13
2026-05-15net/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
2026-05-15net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
2026-05-15net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()Eric Dumazet1-34/+34
2026-05-14net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet1-11/+11
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+17
2026-05-14net/sched: netem: add per-impairment extended statisticsStephen Hemminger1-6/+49
2026-05-14net/sched: netem: handle multi-segment skb in corruptionStephen Hemminger1-5/+6
2026-05-14net/sched: netem: replace pr_info with netlink extack error messagesStephen Hemminger1-14/+16
2026-05-14net/sched: netem: remove useless VERSIONStephen Hemminger1-4/+0
2026-05-14net/sched: netem: reorder struct netem_sched_dataStephen Hemminger1-59/+62
2026-05-13net/sched: fq_codel: local packets no longer count against memory limitEric Dumazet1-1/+1
2026-05-13net/sched: sch_cbs: Call qdisc_reset for child qdiscJamal Hadi Salim1-1/+15
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st...Eric Dumazet1-25/+15
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump()Eric Dumazet1-13/+24
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-10/+22
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet2-3/+3
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet20-28/+28
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet28-80/+86
2026-05-11net/sched: dualpi2: initialize timer earlier in dualpi2_init()Davide Caratti1-2/+2
2026-05-08net: Do not turn on carrier when protodown is onIdo Schimmel1-0/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-123/+135
2026-05-06net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet1-23/+25
2026-05-05net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()Eric Dumazet1-19/+20
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet1-10/+17
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet9-12/+12
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet1-18/+24
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)Eric Dumazet1-59/+70
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet1-12/+12
2026-05-02net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria1-1/+1
2026-05-02net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-05-01net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
2026-04-30net/sched: speedup tc_dump_qdisc() when tcm_ifindex is providedEric Dumazet1-0/+7
2026-04-30net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()Eric Dumazet1-32/+28
2026-04-30net/sched: tc_dump_qdisc_root() refactorEric Dumazet1-14/+15
2026-04-30net/sched: propagate tc_fill_tclass() errorEric Dumazet1-14/+17
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-140/+211
2026-04-30net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-04-29net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()Eric Dumazet3-4/+4
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)Eric Dumazet1-44/+46
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (III)Eric Dumazet1-18/+20
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)Eric Dumazet1-15/+19
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (I)Eric Dumazet1-21/+21
2026-04-28net: mctp i2c: check length before marking flow activeWilliam A. Kennington III1-1/+3
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
2026-04-27net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
2026-04-27net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
2026-04-27net/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
2026-04-27net/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
2026-04-27net/sched: netem: validate slot configurationStephen Hemminger1-0/+29
2026-04-27net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6
2026-04-27net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
2026-04-27net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
2026-04-22net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
2026-04-22net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
2026-04-22net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
2026-04-22net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-04-16net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu1-1/+1
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2026-04-12net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim1-2/+6
2026-04-12net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti1-1/+5
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2026-04-08codel: annotate data-races in codel_dump_stats()Eric Dumazet1-11/+11
2026-04-03net: sched: act_csum: validate nested VLAN headersRuide Cao1-1/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+27
2026-04-02net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei1-1/+9
2026-04-02net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei1-2/+12
2026-04-01net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu1-2/+3
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich1-0/+1
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera1-2/+2
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei1-2/+2
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-38/+10
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-6/+8
2026-03-17net/sched: cls_flower: remove unions from fl_flow_keyCedric Jehasse1-8/+4
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim2-32/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-03-10net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()Jiayuan Chen1-1/+4
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-1/+2
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet1-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet6-14/+18
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-160/+277
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-04net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()Eric Dumazet1-0/+1
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer1-6/+6
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer1-1/+1
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer1-5/+2
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer2-5/+5
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer11-39/+60
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler1-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler1-1/+2
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-79/+186
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds8-16/+8
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds36-63/+63
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook43-97/+93
2026-02-17net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu1-1/+5
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-178/+429
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-7/+13
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska1-1/+1
2026-02-06net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet1-13/+11
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+6
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti2-6/+4
2026-02-04net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet1-2/+2
2026-01-29net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+10
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal2-0/+3
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-01-17net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen1-23/+6
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov4-5/+20
2026-01-13net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet1-2/+4
2026-01-13net/sched: sch_cake: share shaper state across sub-instances of cake_mqJonas Köppeler1-0/+51
2026-01-13net/sched: sch_cake: Share config across cake_mq sub-qdiscsToke Høiland-Jørgensen1-40/+133
2026-01-13net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devicesToke Høiland-Jørgensen1-1/+78
2026-01-13net/sched: sch_cake: Factor out config variables into separate structToke Høiland-Jørgensen1-112/+133
2026-01-13net/sched: Export mq functions for reuseToke Høiland-Jørgensen1-22/+49
2026-01-12bpf: net_sched: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-01-08net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei1-1/+1
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta1-0/+2
2026-01-05net/sched: act_mirred: Fix leak when redirecting to self on egressJamal Hadi Salim1-12/+12
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-6/+6
2025-12-18net/sched: act_mirred: fix loop detectionJamal Hadi Salim1-0/+9
2025-12-11net/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-02Merge 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-26Merge 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-24net: 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-14Merge 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-13net/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-11net_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-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira1-0/+5
2025-10-29net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima1-1/+1
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet1-5/+0
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-2/+0
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet1-39/+23
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-4/+8
2025-09-02net_sched: add back BH safety to tcf_lockEric Dumazet11-22/+22
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-14/+12
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-11/+9
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-11/+9
2025-08-28net_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-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
2025-08-20net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-19net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira1-2/+3
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu6-30/+42
2025-08-14net/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-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-12net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum1-1/+0
2025-08-04net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-01net/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-25net/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
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper3-4/+481
2025-07-23sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang1-17/+137
2025-07-23sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang1-0/+591