summaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)Author
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-23net: sched: taprio: Fix taprio_dequeue()Andre Guedes
2019-04-23net: sched: taprio: Fix taprio_peek()Andre Guedes
2019-04-23net: sched: taprio: Remove should_restart_cycle()Andre Guedes
2019-04-23net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes
2019-04-23net: sched: taprio: Remove pointless variable assigmentAndre Guedes
2019-04-18net/sched: taprio: fix build without 64bit divJakub Kicinski
2019-04-10net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes