index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_taprio.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
net/sched: taprio: fix NULL pointer dereference in class dump
Weiming Shi
1
-5
/
+8
2026-04-16
net/sched: taprio: fix use-after-free in advance_sched() on schedule switch
Vinicius Costa Gomes
1
-4
/
+5
2026-03-09
net/sched: do not reset queues in graft operations
Eric Dumazet
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+5
2025-11-25
net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()
Eric Dumazet
1
-0
/
+1
2025-08-01
net/sched: taprio: enforce minimum value for picos_per_byte
Takamitsu Iwai
1
-3
/
+18
2025-07-26
net/sched: taprio: align entry index attr validation with mqprio
Simon Horman
1
-8
/
+4
2025-06-17
net/sched: fix use-after-free in taprio_dev_notifier
Hyunwoo Kim
1
-2
/
+4
2025-02-18
net/sched: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+2
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-1
/
+1
2024-10-23
net: sched: use RCU read-side critical section in taprio_dump()
Dmitry Antipov
1
-6
/
+12
2024-10-23
net: sched: fix use-after-free in taprio_change()
Dmitry Antipov
1
-1
/
+2
2024-09-08
net: sched: consistently use rcu_replace_pointer() in taprio_change()
Dmitry Antipov
1
-1
/
+3
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-05
net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
Eric Dumazet
1
-9
/
+6
2024-05-28
net/sched: taprio: extend minimum interval restriction to entire cycle too
Vladimir Oltean
1
-5
/
+5
2024-05-28
net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()
Vladimir Oltean
1
-1
/
+3
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-4
/
+1
2024-03-13
net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
Eric Dumazet
1
-1
/
+2
2024-02-02
net/sched: Add module aliases for cls_,sch_,act_ modules
Michal Koutný
1
-0
/
+1
2024-01-29
taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-coding
Alessandro Marcolini
1
-46
/
+26
2023-11-01
net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs
Victor Nogueira
1
-0
/
+1
2023-10-26
netlink: make range pointers in policies const
Jakub Kicinski
1
-1
/
+1
2023-08-09
net/sched: taprio: dump class stats for the actual q->qdiscs[]
Vladimir Oltean
1
-5
/
+3
2023-08-09
net/sched: taprio: delete misleading comment about preallocating child qdiscs
Vladimir Oltean
1
-4
/
+1
2023-08-09
net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()
Vladimir Oltean
1
-3
/
+5
2023-08-09
net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode
Vladimir Oltean
1
-14
/
+25
2023-08-09
net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()
Vladimir Oltean
1
-3
/
+9
2023-07-31
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
1
-2
/
+13
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-06-12
net/sched: taprio: report class offload stats per TXQ, not per TC
Vladimir Oltean
1
-4
/
+4
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-06-09
net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
Zhengchao Shao
1
-0
/
+3
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
1
-3
/
+3
2023-05-31
net/sched: taprio: add netlink reporting for offload statistics counters
Vladimir Oltean
1
-1
/
+77
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+2
2023-05-31
net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()
Vladimir Oltean
1
-3
/
+3
2023-04-13
net/sched: taprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
1
-13
/
+52
2023-04-13
net/sched: pass netlink extack to mqprio and taprio offload
Vladimir Oltean
1
-2
/
+10
2023-02-20
net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited
Vladimir Oltean
1
-0
/
+2
2023-02-20
net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...
Vladimir Oltean
1
-1
/
+7
2023-02-20
net/sched: taprio: fix calculation of maximum gate durations
Vladimir Oltean
1
-17
/
+17
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
1
-0
/
+5
[next]