summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
32 hoursMerge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
5 daysnet/sched: taprio: align entry index attr validation with mqprioSimon Horman
6 daysnet/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
8 dayssched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper
8 dayssched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang
8 dayssched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang
10 daysnet/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet
2025-07-11net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-02net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-06-23net/sched: replace strncpy with strscpyPranav Tyagi
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
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: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet
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-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang