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