1. e323d86 net: sched: validate stab values by Eric Dumazet · 3 years, 10 months ago
  2. bd1248f net: sched: prevent invalid Scell_log shift count by Randy Dunlap · 4 years ago
  3. 5438dd4 net_sched: fix error path in red_init() by Cong Wang · 4 years, 4 months ago
  4. 608b4ad net_sched: initialize timer earlier in red_init() by Cong Wang · 4 years, 5 months ago
  5. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
  6. 55f656c net: sched: Do not drop root lock in tcf_qevent_handle() by Petr Machata · 4 years, 6 months ago
  7. aee9caa net: sched: sch_red: Add qevents "early_drop" and "mark" by Petr Machata · 4 years, 6 months ago
  8. 65545ea2 net: sched: sch_red: Split init and change callbacks by Petr Machata · 4 years, 6 months ago
  9. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
  10. 47a1494 netlink: remove type-unsafe validation_data pointer by Johannes Berg · 4 years, 8 months ago
  11. 8953b07 net: introduce nla_put_bitfield32() helper and use it by Jiri Pirko · 4 years, 9 months ago
  12. 0a7fad2 net: sched: RED: Introduce an ECN nodrop mode by Petr Machata · 4 years, 10 months ago
  13. 14bc175 net: sched: Allow extending set of supported RED flags by Petr Machata · 4 years, 10 months ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  16. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  17. e5f0e8f net: sched: introduce and use qdisc tree flush/purge helpers by Paolo Abeni · 6 years ago
  18. c0b7490 net: sched: red: notify drivers about RED's limit parameter by Jakub Kicinski · 6 years ago
  19. bf2a752 net: sched: red: offload a graft notification by Jakub Kicinski · 6 years ago
  20. 190852a net: sched: red: inform offloads about harddrop setting by Jakub Kicinski · 6 years ago
  21. 0c8d13a net: sched: red: delay destroying child qdisc on replace by Jakub Kicinski · 6 years ago
  22. dad54c0 net: sched: red: remove unnecessary red_dump_offload_stats parameter by Jakub Kicinski · 6 years ago
  23. b592843 net: sched: add an offload dump helper by Jakub Kicinski · 6 years ago
  24. 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
  25. 44a63b13 net: sched: red: avoid hashing NULL child by Paolo Abeni · 7 years ago
  26. 416ef9b net: sched: red: don't reset the backlog on every stat dump by Jakub Kicinski · 7 years ago
  27. f8253df net: sch: red: Change offloaded xstats to be incremental by Nogah Frankel · 7 years ago
  28. 8234af2 net_sch: red: Fix the new offload indication by Nogah Frankel · 7 years ago
  29. a38a9882 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  30. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  31. 2030721 net: sched: sch: add extack for change qdisc ops by Alexander Aring · 7 years ago
  32. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  33. 428a68a net: sched: Move to new offload indication in RED by Yuval Mintz · 7 years ago
  34. 8afa10c net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  35. ee9d342 net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue by Andrew Morton · 7 years ago
  36. 602f3ba net_sch: red: Add offload ability to RED qdisc by Nogah Frankel · 7 years ago
  37. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  38. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  39. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  40. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  41. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  42. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  43. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
  44. d7f4f33 sch_red: update backlog as well by WANG Cong · 9 years ago
  45. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  46. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  47. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  48. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  49. eeca668 net_sched: red: split red_parms into parms and vars by Eric Dumazet · 13 years ago
  50. a73ed26 sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE by Eric Dumazet · 13 years ago
  51. 8af2a21 sch_red: Adaptative RED AQM by Eric Dumazet · 13 years ago
  52. 1ee5fa1 sch_red: fix red_change by Eric Dumazet · 13 years ago
  53. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  55. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  56. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  57. 0dfb33a sch_red: report backlog information by Eric Dumazet · 14 years ago
  58. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  59. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  60. de6d5cd net_sched: make cls_ops->change and cls_ops->delete optional by Patrick McHardy · 15 years ago
  61. 71ebe5e net_sched: make cls_ops->tcf_chain() optional by Patrick McHardy · 15 years ago
  62. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  63. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  64. 8e3af97 pkt_sched: Add qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  65. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  66. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  67. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  68. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 16 years ago
  69. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 17 years ago
  70. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 17 years ago
  71. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 17 years ago
  72. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  73. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  74. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  75. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  76. 5e50da0 [NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs by Patrick McHardy · 18 years ago
  77. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 18 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  79. f38c39d [PKT_SCHED]: Convert sch_red to a classful qdisc by Patrick McHardy · 19 years ago
  80. bdc450a [PKT_SCHED]: (G)RED: Introduce hard dropping by Thomas Graf · 19 years ago
  81. dba051f [PKT_SCHED]: RED: Cleanup and remove unnecessary code by Thomas Graf · 19 years ago
  82. 6a1b63d [PKT_SCHED]: RED: Dont start idle periods while already idling by Thomas Graf · 19 years ago
  83. 9e178ff [PKT_SCHED]: RED: Use generic queue management interface by Thomas Graf · 19 years ago
  84. 6b31b28 [PKT_SCHED]: RED: Use new generic red interface by Thomas Graf · 19 years ago
  85. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago