summaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)Author
2026-06-26net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-06-11net: sched: avoid printing uninitialized link speedJakub Kicinski
2026-06-04net: sched: don't recurse on the netdev ops lock in qdiscsJakub Kicinski
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi
2026-04-16net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet
2025-08-01net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
2025-02-18net/sched: Switch to use hrtimer_setup()Nam Cao
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-09-08net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-05net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-05-28net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-05-28net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-13net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2024-01-29taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean
2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean
2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean
2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean
2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-05-31net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean
2023-05-31net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()Vladimir Oltean
2023-04-13net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean
2023-02-20net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean
2023-02-20net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean
2023-02-20net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean