1. fefa569 net_sched: sch_fq: account for schedule/timers drifts by Eric Dumazet · 8 years ago
  2. 7787914 net_sched: sch_fq: add low_rate_threshold parameter by Eric Dumazet · 8 years ago
  3. 95b5843 fq_codel: add memory limitation per queue by Eric Dumazet · 8 years ago
  4. 9d18562 fq_codel: add batch ability to fq_codel_drop() by Eric Dumazet · 8 years ago
  5. 2a51c1e sched: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  6. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 9 years ago
  7. a3eb95f net_sched: gred: add TCA_GRED_LIMIT attribute by David Ward · 9 years ago
  8. 80ba92f codel: add ce_threshold attribute by Eric Dumazet · 9 years ago
  9. 06eb395 pkt_sched: fq: better control of DDOS traffic by Eric Dumazet · 10 years ago
  10. d4b3621 net: pkt_sched: PIE AQM scheme by Vijay Subramanian · 11 years ago
  11. 6a031f6 sch_netem: support of 64bit rates by Yang Yingliang · 11 years ago
  12. 2e04ad4 sch_tbf: add TBF_BURST/TBF_PBURST attribute by Yang Yingliang · 11 years ago
  13. 10239ed net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc by Terry Lam · 11 years ago
  14. f52ed89 pkt_sched: fq: fix pacing for small frames by Eric Dumazet · 11 years ago
  15. 65c5189a pkt_sched: fq: warn users using defrate by Eric Dumazet · 11 years ago
  16. a33c4a2 net_sched: tbf: support of 64bit rates by Yang Yingliang · 11 years ago
  17. df62cdf net_sched: htb: support of 64bit rates by Eric Dumazet · 11 years ago
  18. afe4fd0 pkt_sched: fq: Fair Queue packet scheduler by Eric Dumazet · 11 years ago
  19. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 11 years ago
  20. 6906f4e htb: add HTB_DIRECT_QLEN attribute by Eric Dumazet · 12 years ago
  21. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago[Renamed from include/linux/pkt_sched.h]
  22. 4b549a2 fq_codel: Fair Queue Codel AQM by Eric Dumazet · 12 years ago
  23. 76e3cc1 codel: Controlled Delay AQM by Eric Dumazet · 12 years ago
  24. e4ae004 netem: add ECN capability by Eric Dumazet · 12 years ago
  25. c3059be net/sched: sch_plug - Queue traffic until an explicit release command by Shriram Rajagopalan · 13 years ago
  26. ddecf0f net_sched: sfq: add optional RED on top of SFQ by Eric Dumazet · 13 years ago
  27. 18cb809 net_sched: sfq: extend limits by Eric Dumazet · 13 years ago
  28. 90b41a1 netem: add cell concept to simulate special MAC behavior by Hagen Paul Pfeifer · 13 years ago
  29. a73ed26 sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE by Eric Dumazet · 13 years ago
  30. 8af2a21 sch_red: Adaptative RED AQM by Eric Dumazet · 13 years ago
  31. 7bc0f28 netem: rate extension by Hagen Paul Pfeifer · 13 years ago
  32. 5eccdf5e tc: comment spelling fixes by stephen hemminger · 13 years ago
  33. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. 0545a30 pkt_sched: QFQ - quick fair queue scheduler by stephen hemminger · 14 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  36. 661b797 netem: revised correlated loss generator by stephen hemminger · 14 years ago
  37. df173bd netem: define NETEM_DIST_MAX by stephen hemminger · 14 years ago
  38. e13e02a3 net_sched: SFB flow scheduler by Eric Dumazet · 14 years ago
  39. 45e1443 sched: CHOKe flow scheduler by stephen hemminger · 14 years ago
  40. b8970f0 net_sched: implement a root container qdisc sch_mqprio by John Fastabend · 14 years ago
  41. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  42. e672f7d pkt_sched: type should be __u32 in header by Chuck Ebbert · 16 years ago
  43. b8adfd3 headers_check fix: linux/pkt_sched.h by Jaswinder Singh Rajput · 16 years ago
  44. 13d2a1d pkt_sched: add DRR scheduler by Patrick McHardy · 16 years ago
  45. 9265194 pkt_sched: Add multiqueue scheduler support by Alexander Duyck · 16 years ago
  46. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  47. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 16 years ago
  48. 94de78d [NET_SCHED]: sch_sfq: make internal queues visible as classes by Patrick McHardy · 17 years ago
  49. 5feb5e1 [NET_SCHED]: sch_api: introduce constant for rate table size by Patrick McHardy · 17 years ago
  50. e08b099 [NET_SCHED]: Making rate table lookups more flexible. by Jesper Dangaard Brouer · 17 years ago
  51. d62733c [SCHED]: Qdisc changes and sch_rr added for multiqueue by Peter P Waskiewicz Jr · 17 years ago
  52. c865e5d [PKT_SCHED] netem: packet corruption option by Stephen Hemminger · 19 years ago
  53. bdc450a [PKT_SCHED]: (G)RED: Introduce hard dropping by Thomas Graf · 19 years ago
  54. b38c7ee [PKT_SCHED]: GRED: Support ECN marking by Thomas Graf · 19 years ago
  55. 1e4dfaf9 [PKT_SCHED]: GRED: Cleanup and remove unnecessary code by Thomas Graf · 19 years ago
  56. 8a47077 [NETLINK]: Missing padding fields in dumped structures by Patrick McHardy · 19 years ago
  57. 0dca51d [PKT_SCHED] netem: allow random reordering (with fix) by Stephen Hemminger · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago