- 6dc2540 net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any by Eric Dumazet · 3 years, 2 months ago
- 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 2 months ago
- a56d447 net/sched: sch_taprio: properly cancel timer from taprio_destroy() by Eric Dumazet · 3 years, 3 months ago
- efe487f fix array-index-out-of-bounds in taprio_change by Haimin Zhang · 3 years, 4 months ago
- ebca25e net/sched: taprio: Fix init procedure by Yannick Vignon · 3 years, 5 months ago
- 633fa66 net/sched: sch_taprio: fix typo in comment by Jesper Dangaard Brouer · 3 years, 6 months ago
- 1351170 net: taprio offload: enforce qdisc to netdev queue mapping by Yannick Vignon · 3 years, 8 months ago
- faa5f5d net/sched: taprio: Drop unnecessary NULL check after container_of by Guenter Roeck · 3 years, 8 months ago
- 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
- ed8157f net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule by Du Cheng · 3 years, 9 months ago
- 497cc00 taprio: Handle short intervals and large packets by Kurt Kanzenbach · 3 years, 10 months ago
- 0deee7a taprio: boolean values to a bool variable by Jiapeng Zhong · 4 years ago
- 698285d net/sched: sch_taprio: ensure to reset/destroy all child qdiscs by Davide Caratti · 4 years ago
- 44d4775 net/sched: sch_taprio: reset child qdiscs before freeing them by Davide Caratti · 4 years ago
- cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 1 month ago
- b5b73b2 taprio: Fix allowing too small intervals by Vinicius Costa Gomes · 4 years, 4 months ago
- 09e31cf taprio: Fix using wrong queues in gate mask by Vinicius Costa Gomes · 4 years, 4 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
- 11a33de taprio: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 6 months ago
- b09fe70 taprio: Fix sending packets without dequeueing them by Vinicius Costa Gomes · 4 years, 10 months ago
- e13aaa0 net: taprio: add missing attribute validation for txtime delay by Jakub Kicinski · 4 years, 10 months ago
- bfabd41 taprio: Fix dropping packets when using taprio + ETF offloading by Vinicius Costa Gomes · 5 years ago
- 7c16680 taprio: Use taprio_reset_tc() to reset Traffic Classes configuration by Vinicius Costa Gomes · 5 years ago
- 49c684d taprio: Add missing policy validation for flags by Vinicius Costa Gomes · 5 years ago
- a9d6227 taprio: Fix still allowing changing the flags during runtime by Vinicius Costa Gomes · 5 years ago
- 5652e63 taprio: Fix enabling offload with wrong number of traffic classes by Vinicius Costa Gomes · 5 years ago
- b5a0faa taprio: don't reject same mqprio settings by Ivan Khoronzhuk · 5 years ago
- 0763b3e taprio: fix panic while hw offload sched list swap by Ivan Khoronzhuk · 5 years ago
- d665c12 net: sched: taprio: fix -Wmissing-prototypes warnings by Yi Wang · 5 years ago
- a954380 net: taprio: Fix returning EINVAL when configuring without flags by Vinicius Costa Gomes · 5 years ago
- 9a9251a net: sched: taprio: Avoid division by zero on invalid link speed by Vladimir Oltean · 5 years ago
- 68ce668 net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte by Vladimir Oltean · 5 years ago
- 9c66d15 taprio: Add support for hardware offloading by Vinicius Costa Gomes · 5 years ago
- 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- f04b514 taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte by Vladimir Oltean · 5 years ago
- efb5522 taprio: Fix kernel panic in taprio_destroy by Vladimir Oltean · 5 years ago
- 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- ca497fb taprio: remove unused variable 'entry_list_policy' by YueHaibing · 5 years ago
- 51650d3 net: sched: sch_taprio: fix memleak in error path for sched list parse by Ivan Khoronzhuk · 5 years ago
- a5b6470 fix: taprio: Change type of txtime-delay parameter to u32 by Vedang Patel · 5 years ago
- 54002066 taprio: Adjust timestamps for TCP packets by Vedang Patel · 6 years ago
- 7ede7b0 taprio: make clock reference conversions easier by Vedang Patel · 6 years ago
- 4cfd577 taprio: Add support for txtime-assist mode by Vedang Patel · 6 years ago
- 566af33 taprio: Remove inline directive by Vedang Patel · 6 years ago
- 037be03 taprio: calculate cycle_time when schedule is installed by Vedang Patel · 6 years ago
- e4acf42 taprio: add null check on sched_nest to avoid potential null pointer dereference by Colin Ian King · 6 years ago
- c25031e taprio: Add support for cycle-time-extension by Vinicius Costa Gomes · 6 years ago
- 6ca6a66 taprio: Add support for setting the cycle-time manually by Vinicius Costa Gomes · 6 years ago
- a3d43c0 taprio: Add support adding an admin schedule by Vinicius Costa Gomes · 6 years ago
- 8c79f0e taprio: Fix potencial use of invalid memory during dequeue() by Vinicius Costa Gomes · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
- 6e734c8 net: sched: taprio: Fix taprio_dequeue() by Andre Guedes · 6 years ago
- 2684d1b net: sched: taprio: Fix taprio_peek() by Andre Guedes · 6 years ago
- 5175aaf net: sched: taprio: Remove should_restart_cycle() by Andre Guedes · 6 years ago
- 8599099 net: sched: taprio: Refactor taprio_get_start_time() by Andre Guedes · 6 years ago
- 59ab87f net: sched: taprio: Remove pointless variable assigment by Andre Guedes · 6 years ago
- 23bddf6 net/sched: taprio: fix build without 64bit div by Jakub Kicinski · 6 years ago
- 7b9eba7 net/sched: taprio: fix picos_per_byte miscalculation by Leandro Dorileo · 6 years ago
- 5dd431b net: sched: introduce and use qstats read helpers by Paolo Abeni · 6 years ago
- 5a781cc tc: Add support for configuring the taprio scheduler by Vinicius Costa Gomes · 6 years ago