1. fdf26ff sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 4 years, 8 months ago
  2. b3f662c sch_dsmark: fix invalid skb_cow() usage by Eric Dumazet · 7 years ago
  3. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  4. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  5. f8b33d8 net_sched: dsmark: use qdisc_dequeue_peeked() by Kyeong Yoo · 8 years ago
  6. bdf1766 sch_dsmark: update backlog as well by WANG Cong · 8 years ago
  7. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 8 years ago
  8. 47bbbb3 sch_dsmark: improve memory locality by Eric Dumazet · 9 years ago
  9. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  10. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 9 years ago
  11. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  12. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  13. c76f2a2 sch_dsmark: use correct func name in print messages by Yang Yingliang · 10 years ago
  14. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 10 years ago
  15. 17569fa net_sched: remove unnecessary parentheses while return by Yang Yingliang · 10 years ago
  16. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 12 years ago
  17. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  18. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  19. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 13 years ago
  20. cc7ec45 net_sched: cleanups by Eric Dumazet · 13 years ago
  21. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 13 years ago
  22. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  24. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  25. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  26. 8e3af97 pkt_sched: Add qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  27. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  28. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  29. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  30. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  31. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  32. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  33. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  34. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  35. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  36. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 16 years ago
  37. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 16 years ago
  38. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  39. 9d127fb [PKT_SCHED] dsmark: checkpatch warning cleanup by Stephen Hemminger · 16 years ago
  40. 4c30719 [PKT_SCHED] dsmark: handle cloned and non-linear skb's by Stephen Hemminger · 16 years ago
  41. 5b0ac72 [PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop. by David S. Miller · 16 years ago
  42. 81da99e [PKT_SCHED] dsmark: get rid of wrappers by Stephen Hemminger · 16 years ago
  43. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  44. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  45. f6853e2 [NET_SCHED]: sch_dsmark: act_api support by Patrick McHardy · 17 years ago
  46. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  47. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  48. a48b5a6 [NET_SCHED]: Unline tcf_destroy by Patrick McHardy · 17 years ago
  49. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  50. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  51. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  52. 5e50da0 [NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs by Patrick McHardy · 17 years ago
  53. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 17 years ago
  54. 66c6f52 [NET]: net/sched annotations. by Al Viro · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. cdc7f8e [PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark} by Patrick McHardy · 18 years ago
  57. af0d114 [PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups by Thomas Graf · 19 years ago
  58. 02f23f0 [PKT_SCHED]: Make dsmark use the new dumping macros by Thomas Graf · 19 years ago
  59. 758cc43 [PKT_SCHED]: Fix dsmark to apply changes consistent by Thomas Graf · 19 years ago
  60. 08e9cd1 [PKT_SCHED]: Disable dsmark debugging messages by default by Thomas Graf · 19 years ago
  61. 486b53e [PKT_SCHED]: make dsmark try using pfifo instead of noop while grafting by Thomas Graf · 19 years ago
  62. 0451eb0 [PKT_SCHED]: Fix dsmark to count ignored indices while walking by Thomas Graf · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago