summaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)Author
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
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean
2022-09-20net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean
2022-04-11net/sched: taprio: Check if socket flags are validBenedikt Spranger
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-08-02net/sched: taprio: Fix init procedureYannick Vignon
2021-07-02net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon