aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_taprio.c
AgeCommit message (Expand)Author
2022-04-11net/sched: taprio: Check if socket flags are validBenedikt Spranger
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-08-02net/sched: taprio: Fix init procedureYannick Vignon
2021-07-02net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon
2021-05-11net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-09taprio: remove unused variable 'entry_list_policy'YueHaibing
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel
2019-06-28taprio: make clock reference conversions easierVedang Patel
2019-06-28taprio: Add support for txtime-assist modeVedang Patel
2019-06-28taprio: Remove inline directiveVedang Patel
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel
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