aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23net: sched: taprio: Fix taprio_dequeue()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Fix taprio_peek()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Remove should_restart_cycle()Andre Guedes1-9/+1
2019-04-23net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes1-14/+23
2019-04-23net: sched: taprio: Remove pointless variable assigmentAndre Guedes1-1/+0
2019-04-18net/sched: taprio: fix build without 64bit divJakub Kicinski1-6/+11
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo1-16/+81
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni1-1/+1
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes1-0/+962