aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECGravatar Vladimir Oltean 1-2/+3
2022-04-11net/sched: taprio: Check if socket flags are validGravatar Benedikt Spranger 1-1/+2
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyGravatar Eric Dumazet 1-10/+17
2021-10-18net: sched: Remove Qdisc::running sequence counterGravatar Ahmed S. Darwish 1-1/+1
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Gravatar Eric Dumazet 1-0/+4
2021-08-30fix array-index-out-of-bounds in taprio_changeGravatar Haimin Zhang 1-1/+3
2021-08-02net/sched: taprio: Fix init procedureGravatar Yannick Vignon 1-2/+0
2021-07-02net/sched: sch_taprio: fix typo in commentGravatar Jesper Dangaard Brouer 1-1/+1
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingGravatar Yannick Vignon 1-40/+45
2021-05-11net/sched: taprio: Drop unnecessary NULL check after container_ofGravatar Guenter Roeck 1-3/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+6
2021-04-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleGravatar Du Cheng 1-0/+6
2021-03-19taprio: Handle short intervals and large packetsGravatar Kurt Kanzenbach 1-10/+54
2021-01-19taprio: boolean values to a bool variableGravatar Jiapeng Zhong 1-3/+3
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsGravatar Davide Caratti 1-3/+4
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themGravatar Davide Caratti 1-1/+16
2020-11-23net: don't include ethtool.h from netdevice.hGravatar Jakub Kicinski 1-0/+1
2020-09-11taprio: Fix allowing too small intervalsGravatar Vinicius Costa Gomes 1-11/+17
2020-08-26taprio: Fix using wrong queues in gate maskGravatar Vinicius Costa Gomes 1-6/+24
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Gravatar Petr Machata 1-2/+2
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueueGravatar Petr Machata 1-2/+2
2020-06-19taprio: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+2
2020-03-12taprio: Fix sending packets without dequeueing themGravatar Vinicius Costa Gomes 1-3/+9
2020-03-03net: taprio: add missing attribute validation for txtime delayGravatar Jakub Kicinski 1-0/+1
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingGravatar Vinicius Costa Gomes 1-2/+2
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationGravatar Vinicius Costa Gomes 1-1/+1
2020-02-07taprio: Add missing policy validation for flagsGravatar Vinicius Costa Gomes 1-0/+1
2020-02-07taprio: Fix still allowing changing the flags during runtimeGravatar Vinicius Costa Gomes 1-20/+41
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesGravatar Vinicius Costa Gomes 1-13/+13
2019-11-19taprio: don't reject same mqprio settingsGravatar Ivan Khoronzhuk 1-2/+26
2019-11-05taprio: fix panic while hw offload sched list swapGravatar Ivan Khoronzhuk 1-2/+3
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsGravatar Yi Wang 1-1/+1
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsGravatar Vinicius Costa Gomes 1-0/+4
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedGravatar Vladimir Oltean 1-1/+1
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteGravatar Vladimir Oltean 1-2/+1
2019-09-16taprio: Add support for hardware offloadingGravatar Vinicius Costa Gomes 1-43/+366
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-14/+17
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteGravatar Vladimir Oltean 1-10/+13
2019-08-31taprio: Fix kernel panic in taprio_destroyGravatar Vladimir Oltean 1-4/+4
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2019-08-09taprio: remove unused variable 'entry_list_policy'Gravatar YueHaibing 1-4/+0
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseGravatar Ivan Khoronzhuk 1-1/+2
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Gravatar Vedang Patel 1-3/+3
2019-06-28taprio: Adjust timestamps for TCP packetsGravatar Vedang Patel 1-1/+40
2019-06-28taprio: make clock reference conversions easierGravatar Vedang Patel 1-8/+22
2019-06-28taprio: Add support for txtime-assist modeGravatar Vedang Patel 1-17/+324
2019-06-28taprio: Remove inline directiveGravatar Vedang Patel 1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedGravatar Vedang Patel 1-18/+11
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceGravatar Colin Ian King 1-0/+2
2019-05-01taprio: Add support for cycle-time-extensionGravatar Vinicius Costa Gomes 1-6/+29