summaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)Author
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
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean
2023-01-24net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean