summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-091-1/+2
* fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel2019-07-161-3/+3
* taprio: Adjust timestamps for TCP packetsVedang Patel2019-06-281-1/+40
* taprio: make clock reference conversions easierVedang Patel2019-06-281-8/+22
* taprio: Add support for txtime-assist modeVedang Patel2019-06-281-17/+324
* taprio: Remove inline directiveVedang Patel2019-06-281-1/+1
* taprio: calculate cycle_time when schedule is installedVedang Patel2019-06-281-18/+11Star
* taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King2019-05-071-0/+2
* taprio: Add support for cycle-time-extensionVinicius Costa Gomes2019-05-011-6/+29
* taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2019-05-011-8/+51
* taprio: Add support adding an admin scheduleVinicius Costa Gomes2019-05-011-193/+318
* taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes2019-05-011-6/+8
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-9/+10
* 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/+1Star
* 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/+0Star
* 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