1. 92905c6 iproute2-3.6.0 assumes presence of iptables by Matt Burgess · 12 years ago
  2. 7b5f30e Ematch used to classify CAN frames according to their identifiers by Rostislav Lisovy · 12 years ago
  3. f1675d6 utils: invarg: msg precedes the faulty arg by Dan Kenigsberg · 12 years ago
  4. 8194411 tc: add ipset ematch by Florian Westphal · 12 years ago
  5. 6cef544 tc: man: change man page and comment to confirm to code's behavior. by Li Wei · 12 years ago
  6. 424adc1 tc: filter: validate filter priority in userspace. by Li Wei · 12 years ago
  7. 690b11f tc: u32: Fix firstfrag filter. by Hiroaki SHIMODA · 12 years ago
  8. 1d62f99 tc: u32: Fix icmp_code off. by Hiroaki SHIMODA · 12 years ago
  9. 3c4f545 tc: prio: Perform more strict check on priomap. by Li Wei · 12 years ago
  10. 50a3ec3 tc-codel: Update usage text by Vijay Subramanian · 12 years ago
  11. c3524ef fq_codel: Fair Queue Codel AQM by Eric Dumazet · 12 years ago
  12. 185d88f tc_codel: Controlled Delay AQM by Eric Dumazet · 12 years ago
  13. 1070205 tc-netem: Add support for ECN packet marking by Vijay Subramanian · 12 years ago
  14. 5c434a9 iproute2 - Fix up and simplify variables pointing to install directories by Christoph J. Thompson · 12 years ago
  15. ff24746 Convert to use rta_getattr_ functions by Stephen Hemminger · 12 years ago
  16. 90d98ed csum action, fix typo by Anton Danilov · 12 years ago
  17. f526af9 iproute: fix tc -iec display of Mibit rates by Andreas Henriksson · 12 years ago
  18. 8ced4fc iproute2: cleanup dependencies by Yegor Yefremov · 12 years ago
  19. e2a4536 iproute2: tc - mqprio formatted print fix by Petr Sabata · 12 years ago
  20. d798a04 red: add missing include math.h by Stephen Hemminger · 12 years ago
  21. 14a1c16 netem: Fail cleanly if user input is wrong by Vijay Subramanian · 13 years ago
  22. 1b6f0bb gred: support TCA_GRED_MAX_P attribute by Eric Dumazet · 13 years ago
  23. 650252d choke: support TCA_CHOKE_MAX_P by Eric Dumazet · 13 years ago
  24. 6987ecf sfq: add optional RED on top of SFQ by Eric Dumazet · 13 years ago
  25. 54a2fce red: fix adaptive spelling by Eric Dumazet · 13 years ago
  26. e7e4abe red: Add adaptative algo Logged in as shemminger by Eric Dumazet · 13 years ago
  27. 6b8dc4d tc: netem rate shaping and cell extension by Hagen Paul Pfeifer · 13 years ago
  28. 8e91a80 iproute2: fix calling up the xt action by Jan Engelhardt · 13 years ago
  29. d7aa57d iproute2: proper detection of libxtables position and flags by Jan Engelhardt · 13 years ago
  30. 155ad80 ematch: fix warning about unused input() by Stephen Hemminger · 13 years ago
  31. 5761f04 ematch: fix warning about yyerror and const by Stephen Hemminger · 13 years ago
  32. cd70f3f libnetlink: remove unused junk callback by Stephen Hemminger · 13 years ago
  33. d060de7 netem: fix a typo in explain() by Eric Dumazet · 13 years ago
  34. 3c7950a netem: add support for 4 state and GE loss model by Stephen Hemminger · 13 years ago
  35. 841fc7b red: harddrop support and cleanups by Eric Dumazet · 13 years ago
  36. ab15aea red: make burst optional by Eric Dumazet · 13 years ago
  37. 0cf67ea red: give a hint about burst value by Eric Dumazet · 13 years ago
  38. fcbd016 tc: Use correct variable type for get_distribution() result by Thomas Jarosch · 13 years ago
  39. a3da01c tc: Remove unused variable 'res'. by Thomas Jarosch · 13 years ago
  40. 93ba481 cleanup ematch yacc files by Stephen Hemminger · 13 years ago
  41. 41f6004 HFSC (7) & (8) documentation + assorted changes by Michal Soltys · 13 years ago
  42. aa48b59 tc: fix parallel build file with lex/yacc by Mike Frysinger · 13 years ago
  43. 1a6543c Fix memory leak of lname variable in get_target_name() by Thomas Jarosch · 13 years ago
  44. 9f1ba57 Fix wrong sanity check in choke_parse_opt() by Thomas Jarosch · 13 years ago
  45. 6d5ee98 Fix wrong comparison in cmp_print_eopt() by Thomas Jarosch · 13 years ago
  46. 4f3626f xt: only unset fields if m is non NULL by Dan McGee · 13 years ago
  47. 05fb918 tc: filter: fix default 'protocol all' on little-endian platforms by Florian Westphal · 13 years ago
  48. c441bd4 Add QFQ scheduler by Stephen Hemminger · 14 years ago
  49. be18132 Remove redundant limits.h by Stephen Hemminger · 13 years ago
  50. 73de5d9 iproute2: Fix building xt module against xtables version 6 by Andreas Henriksson · 13 years ago
  51. 5582c0c iproute2: Remove unreachable code by Petr Sabata · 13 years ago
  52. 49dff8c xt match: fix set-never-used warning by Stephen Hemminger · 13 years ago
  53. 02ee3db skbedit: fix set-never-used warning by Stephen Hemminger · 13 years ago
  54. bf808cb tc: fix set never used warning in red by Stephen Hemminger · 13 years ago
  55. bcd7abd tc filter: fix dport/sport in pretty print output by Stephen Hemminger · 13 years ago
  56. 892eba3 iproute2: improve mqprio inputs for queue offsets and counts by John Fastabend · 13 years ago
  57. 9149530 iproute2: tc add mqprio qdisc support by John Fastabend · 13 years ago
  58. d7f3299 tc : SFB flow scheduler by Juliusz Chroboczek · 13 years ago
  59. 59a935d Update email address of netem by Stephen Hemminger · 13 years ago
  60. d7ac9ad Fix warning in u32 from assignment in conditional by Stephen Hemminger · 13 years ago
  61. f3f28c2 sfq: add divisor support by Eric Dumazet · 14 years ago
  62. a4eca97 CHOKe scheduler by Stephen Hemminger · 14 years ago
  63. 3822cc9 tc: add ACT_CSUM action support (csum) by Gregoire Baron · 14 years ago
  64. 7162c92 iproute2: tc: f_flow: add key rxhash by Changli Gao · 14 years ago
  65. be3c4d4 m_xt: stop using xtables_set_revision() by Mike Frysinger · 14 years ago
  66. cb4bd0e Fix GRED options clearing by Stephen Hemminger · 14 years ago
  67. e3d153c Fix byte order of ether address match for u32 by Stephen Hemminger · 14 years ago
  68. 02833d1 tc: make symbols loaded from tc action modules global. by Andreas Henriksson · 14 years ago
  69. 4b45abd Fix NULL pointer reference when using basic match by Stephen Hemminger · 14 years ago
  70. 0156412 iproute: fix tc generating ipv6 priority filter by Petr Lautrbach · 14 years ago
  71. bf51268 tc: revert "echo" in install target by Mike Frysinger · 14 years ago
  72. 608a96c fix build issues with flex ver 2.5 by Bart Trojanowski · 14 years ago
  73. ab814d6 iproute2: add option to build m_xt as a tc module (v3) by Andreas Henriksson · 14 years ago
  74. edaaa11 Workaround missing ALIGN() macro. by Stephen Hemminger · 14 years ago
  75. 1b84ad5 Remove mirred debug message by Stephen Hemminger · 14 years ago
  76. 609ceb8 Workaround missing ALIGN() macro by Stephen Hemminger · 14 years ago
  77. 12ddfff iproute2: detect iptables modules dir in configure. by Andreas Henriksson · 14 years ago
  78. e906975 skbedit: use get_u32 for parsing mark by jamal · 14 years ago
  79. f703129 tc: add new queue discipline: head drop fifo by Hagen Paul Pfeifer · 15 years ago
  80. 8d8de11 tc: remove stale code by Florian Westphal · 15 years ago
  81. ddf216c tc: red, gred, tbf: more helpful error messages by Florian Westphal · 15 years ago
  82. 7315261 tc: respect LDFLAGS for %.so targets by Mike Frysinger · 15 years ago
  83. e04dd30 skbedit: Add support to mark packets by Jamal Hadi Salim · 15 years ago
  84. 985f457 Fix warning about strtod() return value by Stephen Hemminger · 15 years ago
  85. a36ceb8 Add new (iptables 1.4.5 compatible) tc/ipt/xt module. by Andreas Henriksson · 15 years ago
  86. 80d689d Keep the old tc/ipt/xt module for compatibility. by Andreas Henriksson · 15 years ago
  87. c90308f f_fw: fix compat mode by Patrick McHardy · 15 years ago
  88. 232642c Remove Changes: comments by Stephen Hemminger · 15 years ago
  89. 05b4f84 tc: remove dlfcn.h from files that dont need it by Mike Frysinger · 15 years ago
  90. f2e27cf support static-only systems by Mike Frysinger · 15 years ago
  91. 729cbe8 tc/q_atm.so: respect LDFLAGS by Mike Frysinger · 15 years ago
  92. 1558971 fix handling of GRED DPs args by Stephen Hemminger · 15 years ago
  93. f4a8b23 Filter class output by classid by Denys Fedoryshchenko · 15 years ago
  94. ebde878 Allow default DP of zero in gred by Stephen Hemminger · 15 years ago
  95. d13cee6 Add IPV6 match pretty print by Stephen Hemminger · 15 years ago
  96. b4d41f4 Add u32 extension to match on ether source/destination by Stephen Hemminger · 15 years ago
  97. ff213c4 cgroup support by Thomas Graf · 15 years ago
  98. 9fce67d Remove goto chain by Stephen Hemminger · 15 years ago
  99. 52d6a85 remove duplicate limits.h by Stephen Hemminger · 15 years ago
  100. 10494d2 Changing commandline help text to be more uniform... by Petr Jediný · 16 years ago