1. dba051f [PKT_SCHED]: RED: Cleanup and remove unnecessary code by Thomas Graf · 19 years ago
  2. 6a1b63d [PKT_SCHED]: RED: Dont start idle periods while already idling by Thomas Graf · 19 years ago
  3. 9e178ff [PKT_SCHED]: RED: Use generic queue management interface by Thomas Graf · 19 years ago
  4. 6b31b28 [PKT_SCHED]: RED: Use new generic red interface by Thomas Graf · 19 years ago
  5. 52ab4ac [PKT_SCHED]: Rework QoS and/or fair queueing configuration by Thomas Graf · 19 years ago
  6. 34cb711 [NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts by Andi Kleen · 19 years ago
  7. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  8. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  9. 29cb9f9 [LIB]: Make TEXTSEARCH_BM plain tristate like the others by David S. Miller · 19 years ago
  10. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  11. 0a242ef [NET]: Deinline netif_carrier_{on,off}(). by Denis Vlasenko · 19 years ago
  12. abc3bc5 [NET]: Kill skb->tc_classid by Patrick McHardy · 19 years ago
  13. 0fbbeb1 [PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt() by Thomas Graf · 19 years ago
  14. 7686ee1 [EMATCH]: Remove feature ifdefs in meta ematch. by Patrick McHardy · 19 years ago
  15. 261688d [PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT} by David S. Miller · 19 years ago
  16. 28e212f [PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch. by David S. Miller · 19 years ago
  17. 3f1c81f [EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well. by David S. Miller · 19 years ago
  18. 452f299 [PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeue by Thomas Graf · 19 years ago
  19. d7c7ed4 [PKT_SCHED]: Remove debugging leftover from textsearch ematch by Thomas Graf · 19 years ago
  20. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  21. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  22. 63d886c [PKT_SCHED]: Blackhole queueing discipline by Thomas Graf · 19 years ago
  23. 023e09a [PKT_SCHED]: Report rate estimator configuration errors during qdisc allocation by Thomas Graf · 19 years ago
  24. 3d54b82 [PKT_SCHED]: Cleanup qdisc creation and alignment macros by Thomas Graf · 19 years ago
  25. e176fe8 [NET]: Remove unused security member in sk_buff by Thomas Graf · 19 years ago
  26. 8a47077 [NETLINK]: Missing padding fields in dumped structures by Patrick McHardy · 19 years ago
  27. 9ef1d4c [NETLINK]: Missing initializations in dumped data by Patrick McHardy · 19 years ago
  28. f770434 [PKT_SCHED]: Make TEXTSEARCH* options only selected. by David S. Miller · 19 years ago
  29. f2d368f [PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARCh by David S. Miller · 19 years ago
  30. d675c98 [PKT_SCHED]: Packet classification based on textsearch (ematch) by Thomas Graf · 19 years ago
  31. 94df109 [PKT_SCHED]: noop/noqueue qdisc style cleanups by Thomas Graf · 19 years ago
  32. f87a9c3 [PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code by Thomas Graf · 19 years ago
  33. 321090e [PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc by Thomas Graf · 19 years ago
  34. 821d24a [PKT_SCHED]: Transform pfifo_fast to use generic queue management interface by Thomas Graf · 19 years ago
  35. 6fc8e84 [PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code by Thomas Graf · 19 years ago
  36. aaae301 [PKT_SCHED]: Transform fifo qdisc to use generic queue management interface by Thomas Graf · 19 years ago
  37. e431b8c [NETLINK]: Explicit typing by Jamal Hadi Salim · 19 years ago
  38. af0d114 [PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups by Thomas Graf · 19 years ago
  39. 02f23f0 [PKT_SCHED]: Make dsmark use the new dumping macros by Thomas Graf · 19 years ago
  40. 758cc43 [PKT_SCHED]: Fix dsmark to apply changes consistent by Thomas Graf · 19 years ago
  41. 979b6c1 [NET]: Move the netdev list to vger.kernel.org. by Ralf Baechle · 19 years ago
  42. 98e5640 [PKT_SCHED]: Fix numeric comparison in meta ematch by Thomas Graf · 19 years ago
  43. e1e284a [PKT_SCHED]: Dump classification result for basic classifier by Thomas Graf · 19 years ago
  44. 4890062 [PKT_SCHED]: Allow socket attributes to be matched on via meta ematch by Thomas Graf · 19 years ago
  45. b824979 [PKT_SCHED]: Fix typo in NET_EMATCH_STACK help text by Thomas Graf · 19 years ago
  46. 08e9cd1 [PKT_SCHED]: Disable dsmark debugging messages by default by Thomas Graf · 19 years ago
  47. 486b53e [PKT_SCHED]: make dsmark try using pfifo instead of noop while grafting by Thomas Graf · 19 years ago
  48. 0451eb0 [PKT_SCHED]: Fix dsmark to count ignored indices while walking by Thomas Graf · 19 years ago
  49. 0dca51d [PKT_SCHED] netem: allow random reordering (with fix) by Stephen Hemminger · 19 years ago
  50. 0f9f32a [PKT_SCHED] netem: use only inner qdisc -- no private skbuff queue by Stephen Hemminger · 19 years ago
  51. 0afb51e [PKT_SCHED]: netem: reinsert for duplication by Stephen Hemminger · 19 years ago
  52. 14d50e7 [PKT_SCHED]: Action repeat by J Hadi Salim · 19 years ago
  53. d5d75cd [PKT_SCHED]: netetm: adjust parent qlen when duplicating by Stephen Hemminger · 19 years ago
  54. 771018e [PKT_SCHED]: netetm: make qdisc friendly to outer disciplines by Stephen Hemminger · 19 years ago
  55. 8cbe1d4 [PKT_SCHED]: netetm: trap infinite loop hange on qlen underflow by Stephen Hemminger · 19 years ago
  56. cacaddf [NET]: Disable queueing when carrier is lost. by Tommy S. Christensen · 19 years ago
  57. 033d899 [PKT_SCHED]: HTB: Drop packet when direct queue is full by Asim Shankar · 19 years ago
  58. 20cc6be [PKT_SCHED]: fix typo on Kconfig by Lucas Correia Villa Real · 19 years ago
  59. cbdbf00 [PKT_SCHED]: Eliminate unnecessary includes in simple.c by David S. Miller · 19 years ago
  60. c5c13fa [PKT_SCHED]: improve hashing performance of cls_fw by Thomas Graf · 19 years ago
  61. db75307 [PKT_SCHED]: Introduce simple actions. by Jamal Hadi Salim · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago