index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_taprio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...
Vladimir Oltean
2022-10-05
1
-5
/
+3
*
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
2022-09-29
1
-1
/
+151
*
net/sched: taprio: simplify list iteration in taprio_dev_notifier()
Vladimir Oltean
2022-09-26
1
-9
/
+4
*
net/sched: use tc_qdisc_stats_dump() in qdisc
Zhengchao Shao
2022-09-22
1
-4
/
+1
*
net/sched: taprio: remove unnecessary taprio_list_lock
Vladimir Oltean
2022-09-22
1
-7
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-7
/
+11
|
\
|
*
net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
Vladimir Oltean
2022-09-20
1
-3
/
+5
|
*
net/sched: taprio: avoid disabling offload when it was never enabled
Vladimir Oltean
2022-09-20
1
-4
/
+6
*
|
net/sched: taprio: replace safety precautions with comments
Vladimir Oltean
2022-09-20
1
-15
/
+9
*
|
net/sched: taprio: add extack messages in taprio_init
Vladimir Oltean
2022-09-20
1
-2
/
+6
*
|
net/sched: taprio: stop going through private ops for dequeue and peek
Vladimir Oltean
2022-09-20
1
-46
/
+12
*
|
net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...
Vladimir Oltean
2022-09-20
1
-3
/
+3
*
|
net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...
Vladimir Oltean
2022-09-20
1
-4
/
+8
*
|
net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutex
Vladimir Oltean
2022-09-20
1
-10
/
+4
*
|
net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutex
Vladimir Oltean
2022-09-20
1
-8
/
+2
*
|
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
2022-08-25
1
-2
/
+0
|
/
*
time64.h: consolidate uses of PSEC_PER_NSEC
Vladimir Oltean
2022-06-30
1
-2
/
+3
*
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
2022-04-11
1
-1
/
+2
*
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
2021-11-09
1
-10
/
+17
*
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
1
-1
/
+1
*
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
2021-10-05
1
-0
/
+4
*
fix array-index-out-of-bounds in taprio_change
Haimin Zhang
2021-08-30
1
-1
/
+3
*
net/sched: taprio: Fix init procedure
Yannick Vignon
2021-08-02
1
-2
/
+0
*
net/sched: sch_taprio: fix typo in comment
Jesper Dangaard Brouer
2021-07-02
1
-1
/
+1
*
net: taprio offload: enforce qdisc to netdev queue mapping
Yannick Vignon
2021-05-13
1
-40
/
+45
*
net/sched: taprio: Drop unnecessary NULL check after container_of
Guenter Roeck
2021-05-11
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-0
/
+6
|
\
|
*
net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule
Du Cheng
2021-04-19
1
-0
/
+6
*
|
taprio: Handle short intervals and large packets
Kurt Kanzenbach
2021-03-19
1
-10
/
+54
|
/
*
taprio: boolean values to a bool variable
Jiapeng Zhong
2021-01-19
1
-3
/
+3
*
net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
Davide Caratti
2020-12-18
1
-3
/
+4
*
net/sched: sch_taprio: reset child qdiscs before freeing them
Davide Caratti
2020-12-17
1
-1
/
+16
*
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-23
1
-0
/
+1
*
taprio: Fix allowing too small intervals
Vinicius Costa Gomes
2020-09-11
1
-11
/
+17
*
taprio: Fix using wrong queues in gate mask
Vinicius Costa Gomes
2020-08-26
1
-6
/
+24
*
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
2020-07-16
1
-2
/
+2
*
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
2020-06-29
1
-2
/
+2
*
taprio: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-19
1
-3
/
+2
*
taprio: Fix sending packets without dequeueing them
Vinicius Costa Gomes
2020-03-12
1
-3
/
+9
*
net: taprio: add missing attribute validation for txtime delay
Jakub Kicinski
2020-03-03
1
-0
/
+1
*
taprio: Fix dropping packets when using taprio + ETF offloading
Vinicius Costa Gomes
2020-02-07
1
-2
/
+2
*
taprio: Use taprio_reset_tc() to reset Traffic Classes configuration
Vinicius Costa Gomes
2020-02-07
1
-1
/
+1
*
taprio: Add missing policy validation for flags
Vinicius Costa Gomes
2020-02-07
1
-0
/
+1
*
taprio: Fix still allowing changing the flags during runtime
Vinicius Costa Gomes
2020-02-07
1
-20
/
+41
*
taprio: Fix enabling offload with wrong number of traffic classes
Vinicius Costa Gomes
2020-02-07
1
-13
/
+13
*
taprio: don't reject same mqprio settings
Ivan Khoronzhuk
2019-11-19
1
-2
/
+26
*
taprio: fix panic while hw offload sched list swap
Ivan Khoronzhuk
2019-11-05
1
-2
/
+3
*
net: sched: taprio: fix -Wmissing-prototypes warnings
Yi Wang
2019-10-22
1
-1
/
+1
*
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
2019-10-09
1
-0
/
+4
*
net: sched: taprio: Avoid division by zero on invalid link speed
Vladimir Oltean
2019-10-01
1
-1
/
+1
[next]