summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+4
* net: sched: taprio: Fix taprio_dequeue()Andre Guedes2019-04-241-2/+2
* net: sched: taprio: Fix taprio_peek()Andre Guedes2019-04-241-2/+2
* net: sched: taprio: Remove should_restart_cycle()Andre Guedes2019-04-241-9/+1
* net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes2019-04-241-14/+23
* net: sched: taprio: Remove pointless variable assigmentAndre Guedes2019-04-241-1/+0
* net/sched: taprio: fix build without 64bit divJakub Kicinski2019-04-191-6/+11
* net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo2019-04-111-16/+81
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-1/+1
* tc: Add support for configuring the taprio schedulerVinicius Costa Gomes2018-10-041-0/+962