summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-221-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-7/+11
|\
| * net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-201-3/+5
| * net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-201-4/+6
* | net/sched: taprio: replace safety precautions with commentsVladimir Oltean2022-09-201-15/+9
* | net/sched: taprio: add extack messages in taprio_initVladimir Oltean2022-09-201-2/+6
* | net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean2022-09-201-46/+12
* | net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean2022-09-201-3/+3
* | net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean2022-09-201-4/+8
* | net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean2022-09-201-10/+4
* | net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean2022-09-201-8/+2
* | net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
|/
* time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean2022-06-301-2/+3
* net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-111-1/+2
* net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-091-10/+17
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-1/+1
* net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4
* fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-08-301-1/+3
* net/sched: taprio: Fix init procedureYannick Vignon2021-08-021-2/+0
* net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer2021-07-021-1/+1
* net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon2021-05-131-40/+45
* net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-111-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-0/+6
|\