summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-4/+1
* net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-131-1/+2
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini2024-01-291-46/+26
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean2023-08-091-5/+3
* net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean2023-08-091-4/+1
* net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean2023-08-091-3/+5
* net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean2023-08-091-14/+25
* net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean2023-08-091-3/+9
* net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-311-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-0/+3
|\
| * net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao2023-06-091-0/+3
* | net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean2023-06-121-4/+4
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-3/+4
|\|
| * net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-071-3/+3
* | net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean2023-05-311-1/+77
* | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-2/+2
* | net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()Vladimir Oltean2023-05-311-3/+3
|/
* net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-131-13/+52
* net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2023-04-131-2/+10
* net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean2023-02-201-0/+2
* net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean2023-02-201-1/+7
* net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean2023-02-201-17/+17
* net/sched: taprio: don't segment unnecessarilyVladimir Oltean2023-02-081-11/+20
* net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean2023-02-081-30/+36
* net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean2023-02-081-10/+60
* net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean2023-02-081-13/+40
* net/sched: taprio: warn about missing size tableVladimir Oltean2023-02-081-0/+5
* net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean2023-02-081-6/+34
* net/sched: taprio: calculate budgets per traffic classVladimir Oltean2023-02-081-8/+46
* net/sched: taprio: rename close_time to end_timeVladimir Oltean2023-02-081-26/+26
* net/sched: taprio: calculate tc gate durationsVladimir Oltean2023-02-081-0/+55
* net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean2023-02-081-8/+117
* net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean2023-02-081-7/+3
* net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean2023-02-081-58/+63
* net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean2023-02-081-1/+1
* net/sched: taprio: delete peek() implementationVladimir Oltean2023-02-081-42/+1
* net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean2023-02-061-3/+8
* net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean2023-02-061-0/+1
* net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean2023-02-061-8/+1
* net/sched: taprio: centralize mqprio qopt validationVladimir Oltean2023-02-061-41/+8
* net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-241-1/+0
* net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-01-161-0/+3
* Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean2022-10-051-5/+3
* net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean2022-09-291-1/+151
* net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean2022-09-261-9/+4
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-4/+1