index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_taprio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
net/sched: taprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
1
-13
/
+52
2023-04-13
net/sched: pass netlink extack to mqprio and taprio offload
Vladimir Oltean
1
-2
/
+10
2023-02-20
net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited
Vladimir Oltean
1
-0
/
+2
2023-02-20
net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...
Vladimir Oltean
1
-1
/
+7
2023-02-20
net/sched: taprio: fix calculation of maximum gate durations
Vladimir Oltean
1
-17
/
+17
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
1
-0
/
+5
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
1
-6
/
+34
2023-02-08
net/sched: taprio: calculate budgets per traffic class
Vladimir Oltean
1
-8
/
+46
2023-02-08
net/sched: taprio: rename close_time to end_time
Vladimir Oltean
1
-26
/
+26
2023-02-08
net/sched: taprio: calculate tc gate durations
Vladimir Oltean
1
-0
/
+55
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
1
-8
/
+117
2023-02-08
net/sched: taprio: avoid calling child->ops->dequeue(child) twice
Vladimir Oltean
1
-7
/
+3
2023-02-08
net/sched: taprio: refactor one skb dequeue from TXQ to separate function
Vladimir Oltean
1
-58
/
+63
2023-02-08
net/sched: taprio: continue with other TXQs if one dequeue() failed
Vladimir Oltean
1
-1
/
+1
2023-02-08
net/sched: taprio: delete peek() implementation
Vladimir Oltean
1
-42
/
+1
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
1
-3
/
+8
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
1
-0
/
+1
2023-02-06
net/sched: refactor mqprio qopt reconstruction to a library function
Vladimir Oltean
1
-8
/
+1
2023-02-06
net/sched: taprio: centralize mqprio qopt validation
Vladimir Oltean
1
-41
/
+8
2023-01-24
net/sched: sch_taprio: do not schedule in taprio_reset()
Eric Dumazet
1
-1
/
+0
2023-01-16
net/sched: sch_taprio: fix possible use-after-free
Eric Dumazet
1
-0
/
+3
2022-10-05
Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...
Vladimir Oltean
1
-5
/
+3
2022-09-29
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
1
-1
/
+151
2022-09-26
net/sched: taprio: simplify list iteration in taprio_dev_notifier()
Vladimir Oltean
1
-9
/
+4
2022-09-22
net/sched: use tc_qdisc_stats_dump() in qdisc
Zhengchao Shao
1
-4
/
+1
2022-09-22
net/sched: taprio: remove unnecessary taprio_list_lock
Vladimir Oltean
1
-7
/
+0
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+11
2022-09-20
net/sched: taprio: replace safety precautions with comments
Vladimir Oltean
1
-15
/
+9
2022-09-20
net/sched: taprio: add extack messages in taprio_init
Vladimir Oltean
1
-2
/
+6
2022-09-20
net/sched: taprio: stop going through private ops for dequeue and peek
Vladimir Oltean
1
-46
/
+12
2022-09-20
net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...
Vladimir Oltean
1
-3
/
+3
2022-09-20
net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...
Vladimir Oltean
1
-4
/
+8
2022-09-20
net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutex
Vladimir Oltean
1
-10
/
+4
2022-09-20
net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutex
Vladimir Oltean
1
-8
/
+2
2022-09-20
net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
Vladimir Oltean
1
-3
/
+5
2022-09-20
net/sched: taprio: avoid disabling offload when it was never enabled
Vladimir Oltean
1
-4
/
+6
2022-08-25
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
1
-2
/
+0
2022-06-30
time64.h: consolidate uses of PSEC_PER_NSEC
Vladimir Oltean
1
-2
/
+3
2022-04-11
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
1
-1
/
+2
2021-11-09
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
1
-10
/
+17
2021-10-18
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
1
-1
/
+1
2021-10-05
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
1
-0
/
+4
2021-08-30
fix array-index-out-of-bounds in taprio_change
Haimin Zhang
1
-1
/
+3
2021-08-02
net/sched: taprio: Fix init procedure
Yannick Vignon
1
-2
/
+0
2021-07-02
net/sched: sch_taprio: fix typo in comment
Jesper Dangaard Brouer
1
-1
/
+1
2021-05-13
net: taprio offload: enforce qdisc to netdev queue mapping
Yannick Vignon
1
-40
/
+45
[next]