aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_taprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean1-1/+1
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean1-2/+1
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-43/+366
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+17
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean1-10/+13
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean1-4/+4
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-08-09taprio: remove unused variable 'entry_list_policy'YueHaibing1-4/+0
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk1-1/+2
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel1-3/+3
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel1-1/+40
2019-06-28taprio: make clock reference conversions easierVedang Patel1-8/+22
2019-06-28taprio: Add support for txtime-assist modeVedang Patel1-17/+324
2019-06-28taprio: Remove inline directiveVedang Patel1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel1-18/+11
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King1-0/+2
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes1-6/+29
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes1-8/+51
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-9/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+4
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