aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-01taprio: Add support for setting the cycle-time manuallyGravatar Vinicius Costa Gomes 1-8/+51
2019-05-01taprio: Add support adding an admin scheduleGravatar Vinicius Costa Gomes 1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Gravatar Vinicius Costa Gomes 1-6/+8
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-9/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-3/+4
2019-04-23net: sched: taprio: Fix taprio_dequeue()Gravatar Andre Guedes 1-2/+2
2019-04-23net: sched: taprio: Fix taprio_peek()Gravatar Andre Guedes 1-2/+2
2019-04-23net: sched: taprio: Remove should_restart_cycle()Gravatar Andre Guedes 1-9/+1
2019-04-23net: sched: taprio: Refactor taprio_get_start_time()Gravatar Andre Guedes 1-14/+23
2019-04-23net: sched: taprio: Remove pointless variable assigmentGravatar Andre Guedes 1-1/+0
2019-04-18net/sched: taprio: fix build without 64bit divGravatar Jakub Kicinski 1-6/+11
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationGravatar Leandro Dorileo 1-16/+81
2019-04-01net: sched: introduce and use qstats read helpersGravatar Paolo Abeni 1-1/+1
2018-10-04tc: Add support for configuring the taprio schedulerGravatar Vinicius Costa Gomes 1-0/+962