aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsGravatar Victor Nogueira 1-0/+1
2023-10-26netlink: make range pointers in policies constGravatar Jakub Kicinski 1-1/+1
2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Gravatar Vladimir Oltean 1-5/+3
2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsGravatar Vladimir Oltean 1-4/+1
2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Gravatar Vladimir Oltean 1-3/+5
2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeGravatar Vladimir Oltean 1-14/+25
2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Gravatar Vladimir Oltean 1-3/+9
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Gravatar Kuniyuki Iwashima 1-2/+13
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+3
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCGravatar Vladimir Oltean 1-4/+4
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-0/+1
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqGravatar Zhengchao Shao 1-0/+3
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+4
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingGravatar Eric Dumazet 1-3/+3
2023-05-31net/sched: taprio: add netlink reporting for offload statistics countersGravatar Vladimir Oltean 1-1/+77
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumGravatar Vladimir Oltean 1-2/+2
2023-05-31net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()Gravatar Vladimir Oltean 1-3/+3
2023-04-13net/sched: taprio: allow per-TC user input of FP adminStatusGravatar Vladimir Oltean 1-13/+52
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadGravatar Vladimir Oltean 1-2/+10
2023-02-20net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedGravatar Vladimir Oltean 1-0/+2
2023-02-20net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Gravatar Vladimir Oltean 1-1/+7
2023-02-20net/sched: taprio: fix calculation of maximum gate durationsGravatar Vladimir Oltean 1-17/+17
2023-02-08net/sched: taprio: don't segment unnecessarilyGravatar Vladimir Oltean 1-11/+20
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Gravatar Vladimir Oltean 1-30/+36
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Gravatar Vladimir Oltean 1-10/+60
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listGravatar Vladimir Oltean 1-13/+40
2023-02-08net/sched: taprio: warn about missing size tableGravatar Vladimir Oltean 1-0/+5
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeGravatar Vladimir Oltean 1-6/+34
2023-02-08net/sched: taprio: calculate budgets per traffic classGravatar Vladimir Oltean 1-8/+46
2023-02-08net/sched: taprio: rename close_time to end_timeGravatar Vladimir Oltean 1-26/+26
2023-02-08net/sched: taprio: calculate tc gate durationsGravatar Vladimir Oltean 1-0/+55
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeGravatar Vladimir Oltean 1-8/+117
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceGravatar Vladimir Oltean 1-7/+3
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionGravatar Vladimir Oltean 1-58/+63
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedGravatar Vladimir Oltean 1-1/+1
2023-02-08net/sched: taprio: delete peek() implementationGravatar Vladimir Oltean 1-42/+1
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswGravatar Vladimir Oltean 1-3/+8
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Gravatar Vladimir Oltean 1-0/+1
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionGravatar Vladimir Oltean 1-8/+1
2023-02-06net/sched: taprio: centralize mqprio qopt validationGravatar Vladimir Oltean 1-41/+8
2023-01-24net/sched: sch_taprio: do not schedule in taprio_reset()Gravatar Eric Dumazet 1-1/+0
2023-01-16net/sched: sch_taprio: fix possible use-after-freeGravatar Eric Dumazet 1-0/+3
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Gravatar Vladimir Oltean 1-5/+3
2022-09-29net/sched: taprio: allow user input of per-tc max SDUGravatar Vladimir Oltean 1-1/+151
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Gravatar Vladimir Oltean 1-9/+4
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscGravatar Zhengchao Shao 1-4/+1
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockGravatar Vladimir Oltean 1-7/+0
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-7/+11
2022-09-20net/sched: taprio: replace safety precautions with commentsGravatar Vladimir Oltean 1-15/+9
2022-09-20net/sched: taprio: add extack messages in taprio_initGravatar Vladimir Oltean 1-2/+6