1. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  2. 95df1b1 net_sched: remove internal use of TC_POLICE_* by WANG Cong · 8 years ago
  3. 9986020 sched: remove NET_XMIT_POLICED by Florian Westphal · 8 years ago
  4. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  5. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  6. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  7. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  8. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  9. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  10. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  11. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  12. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 10 years ago
  13. 8cb3b9c net_sched: info leak in atm_tc_dump_class() by Dan Carpenter · 11 years ago
  14. d583675 sch_atm.c: get rid of poinless extern by Al Viro · 12 years ago
  15. 2dd875f net_sched: update bstats in dequeue() by Eric Dumazet · 12 years ago
  16. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  17. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  18. cc7ec45 net_sched: cleanups by Eric Dumazet · 13 years ago
  19. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 13 years ago
  20. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  21. a505b3b sch_atm: Fix potential NULL deref. by David S. Miller · 14 years ago
  22. 9871e50 net: Use NET_XMIT_SUCCESS where possible. by Ben Greear · 14 years ago
  23. 6accec7 sch_atm: Convert to use standard list_head facilities. by David S. Miller · 14 years ago
  24. 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
  25. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  26. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  27. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  28. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  29. 03c05f0 pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue() by Jarek Poplawski · 16 years ago
  30. 8e3af97 pkt_sched: Add qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  31. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  32. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  33. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  34. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  35. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  36. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  37. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  38. a4aebb8 net-sched: fix filter destruction in atm/hfsc qdisc destruction by Patrick McHardy · 16 years ago
  39. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  40. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 16 years ago
  41. 1587bac [NET_SCHED]: Use typeful attribute parsing helpers by Patrick McHardy · 16 years ago
  42. 24beeab [NET_SCHED]: Use typeful attribute construction helpers by Patrick McHardy · 16 years ago
  43. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 16 years ago
  44. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 16 years ago
  45. f5e5cb7 [NET_SCHED]: sch_atm: fix format string warning by Patrick McHardy · 16 years ago
  46. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  47. 786a903 [PKT_SCHED] sch_atm: style cleanup by Stephen Hemminger · 16 years ago
  48. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  49. 782f795 [ATM]: Replacing kmalloc/memset combination with kzalloc. by vignesh babu · 17 years ago
  50. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  51. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 17 years ago
  52. 9210080 [NET_SCHED]: sch_atm: act_api support by Patrick McHardy · 17 years ago
  53. b0188d4 [NET_SCHED]: sch_atm: Lindent by Patrick McHardy · 17 years ago
  54. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  55. 4bdf399 [NET_SCHED]: Remove unnecessary stats_lock pointers by Patrick McHardy · 17 years ago
  56. b00b4bf [NET_SCHED]: Fix filter double free by Patrick McHardy · 17 years ago
  57. a48b5a6 [NET_SCHED]: Unline tcf_destroy by Patrick McHardy · 17 years ago
  58. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  59. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  60. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  61. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  62. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  64. cdc7f8e [PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark} by Patrick McHardy · 18 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago