1. 84d8c3a net: create skb_gso_validate_mac_len() by Daniel Axtens · 5 years ago
  2. 3d34325 sch_tbf: fix two null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  3. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  4. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 8 years ago
  5. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  7. c3a173d sched: remove qdisc_rehape_fail by Florian Westphal · 8 years ago
  8. 8d5958f sch_tbf: update backlog as well by WANG Cong · 8 years ago
  9. 2a51c1e sched: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  10. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 8 years ago
  11. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 8 years ago
  12. f2600cf net: sched: avoid costly atomic operation in fq_dequeue() by Eric Dumazet · 10 years ago
  13. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  14. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  15. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 10 years ago
  16. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. a135e59 sch_tbf: Remove holes in struct tbf_sched_data. by Hiroaki SHIMODA · 10 years ago
  18. 724b9e1 sch_tbf: Fix potential memory leak in tbf_change(). by Hiroaki SHIMODA · 10 years ago
  19. de960aa net: add and use skb_gso_transport_seglen() by Florian Westphal · 10 years ago
  20. 2e04ad4 sch_tbf: add TBF_BURST/TBF_PBURST attribute by Yang Yingliang · 10 years ago
  21. d55d282 sch_tbf: use do_div() for 64-bit divide by Yang Yingliang · 11 years ago
  22. cc106e4 net: sched: tbf: fix the calculation of max_size by Yang Yingliang · 11 years ago
  23. 4d0820c sch_tbf: handle too small burst by Eric Dumazet · 11 years ago
  24. a33c4a2 net_sched: tbf: support of 64bit rates by Yang Yingliang · 11 years ago
  25. 3e1e3aa net_sched: add u64 rate to psched_ratecfg_precompute() by Eric Dumazet · 11 years ago
  26. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  27. 01cb71d net_sched: restore "overhead xxx" handling by Eric Dumazet · 11 years ago
  28. e43ac79 sch_tbf: segment too big GSO packets by Eric Dumazet · 11 years ago
  29. b757c93 tbf: improved accuracy at high rates by Jiri Pirko · 11 years ago
  30. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  31. b0460e4 sch_tbf: report backlog information by Eric Dumazet · 12 years ago
  32. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  33. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 13 years ago
  34. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 13 years ago
  35. cc7ec45 net_sched: cleanups by Eric Dumazet · 13 years ago
  36. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 13 years ago
  37. 9871e50 net: Use NET_XMIT_SUCCESS where possible. by Ben Greear · 14 years ago
  38. f0cd150 tbf: stop wanton destruction of children (v2) by stephen hemminger · 14 years ago
  39. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  40. de6d5cd net_sched: make cls_ops->change and cls_ops->delete optional by Patrick McHardy · 15 years ago
  41. 71ebe5e net_sched: make cls_ops->tcf_chain() optional by Patrick McHardy · 15 years ago
  42. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 15 years ago
  43. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  44. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  45. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  46. 03c05f0 pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue() by Jarek Poplawski · 16 years ago
  47. 6974765 pkt_sched: Fix return value corruption in HTB and TBF. by David S. Miller · 16 years ago
  48. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  49. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  50. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  51. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 16 years ago
  52. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 16 years ago
  53. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 16 years ago
  54. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 16 years ago
  55. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  56. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  57. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  58. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  59. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 17 years ago
  60. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  61. 3bebcda [NET_SCHED]: turn PSCHED_GET_TIME into inline function by Patrick McHardy · 17 years ago
  62. 03cc45c [NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function by Patrick McHardy · 17 years ago
  63. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  64. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  65. f7f593e [NET_SCHED]: sch_tbf: use hrtimer based watchdog by Patrick McHardy · 17 years ago
  66. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  67. e488eaf [NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures by Patrick McHardy · 18 years ago
  68. 5e50da0 [NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs by Patrick McHardy · 18 years ago
  69. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. 053cfed [PKT_SCHED]: Restore TBF change semantic by Patrick McHardy · 18 years ago
  72. 6d037a2 [PKT_SCHED]: Qdisc drop operation is optional by Patrick McHardy · 18 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago