1. 3f05e68 net_sched: unset TCQ_F_CAN_BYPASS when adding filters by Cong Wang · 5 years ago
  2. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  3. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  4. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  5. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  6. 8afa10c net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  7. f85729d sch_sfq: fix null pointer dereference at timer expiration by Paolo Abeni · 7 years ago
  8. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  9. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  10. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  11. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. e232657 sch_sfq: fix null pointer dereference on init failure by Nikolay Aleksandrov · 7 years ago
  13. f9ab742 sched: sfq: drop packets after root qdisc lock is released by Gao Feng · 7 years ago
  14. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  15. 325d5dc net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 7 years ago
  16. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  17. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  18. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  19. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  20. 3b1af93 net_sched: use setup_deferrable_timer by Geliang Tang · 8 years ago
  21. 87b60cf net_sched: fix error recovery at qdisc creation by Eric Dumazet · 8 years ago
  22. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  23. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  24. fea0247 net_sched: sch_fq: defer skb freeing by Eric Dumazet · 9 years ago
  25. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
  26. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  27. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  28. e8d092a net_sched: fix a use-after-free in sfq by WANG Cong · 10 years ago
  29. ada1dba sched: Call skb_get_hash_perturb in sch_sfq by Tom Herbert · 10 years ago
  30. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  31. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  32. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  33. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  34. 17448e5 net_sched: sfq: remove unused macro by Florian Westphal · 10 years ago
  35. 4cb2897 net: use the new API kvfree() by WANG Cong · 11 years ago
  36. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  37. fa08943 net_sched: sfq: put sfq_unlink in a do - while loop by Yang Yingliang · 11 years ago
  38. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  39. cc34eb6 sch_sfq: revert dont put new flow at the end of flows by Eric Dumazet · 13 years ago
  40. 16bda13 net: Make qdisc_skb_cb upper size bound explicit. by David S. Miller · 13 years ago
  41. ddecf0f net_sched: sfq: add optional RED on top of SFQ by Eric Dumazet · 13 years ago
  42. 18cb809 net_sched: sfq: extend limits by Eric Dumazet · 13 years ago
  43. 02a9098 net_sched: sfq: always randomize hash perturbation by Eric Dumazet · 13 years ago
  44. bd16a6c net_sched: sfq: fix mem alloc error recovery by Eric Dumazet · 13 years ago
  45. d47a0ac sch_sfq: dont put new flow at the end of flows by Eric Dumazet · 13 years ago
  46. 225d9b8 sch_sfq: rehash queues in perturb timer by Eric Dumazet · 13 years ago
  47. 11fca93 sch_sfq: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  48. e1738bd sch_sfq: fix sfq_enqueue() by Eric Dumazet · 13 years ago
  49. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 14 years ago
  50. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 14 years ago
  51. 8efa885 sch_sfq: avoid giving spurious NET_XMIT_CN signals by Eric Dumazet · 14 years ago
  52. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  53. 119b3d3 sfq: deadlock in error path by stephen hemminger · 14 years ago
  54. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. 2362493 net_sched: TCQ_F_CAN_BYPASS generalization by Eric Dumazet · 14 years ago
  56. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  57. 817fb15 net_sched: sfq: allow divisor to be a parameter by Eric Dumazet · 14 years ago
  58. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  59. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  60. 18c8d82 sfq: fix slot_dequeue_head() by Eric Dumazet · 14 years ago
  61. eeaeb06 sch_sfq: allow big packets and be fair by Eric Dumazet · 14 years ago
  62. ee09b3c sfq: fix sfq class stats handling by Eric Dumazet · 14 years ago
  63. eda83e3 net_sched: sch_sfq: better struct layouts by Eric Dumazet · 14 years ago
  64. d9993be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  65. aa3e219 net_sched: sch_sfq: fix allot handling by Eric Dumazet · 14 years ago
  66. c426626 net_sched: sch_sfq: add backlog info in sfq_dump_class_stats() by Eric Dumazet · 14 years ago
  67. b9959c2 net_sched: sch_sfq: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  68. 41065fb pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops by Jarek Poplawski · 14 years ago
  69. 9871e50 net: Use NET_XMIT_SUCCESS where possible. by Ben Greear · 14 years ago
  70. da7115d pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handles by Jarek Poplawski · 14 years ago
  71. eb4a552 pkt_sched: Fix sch_sfq vs tcf_bind_filter oops by Jarek Poplawski · 14 years ago
  72. f2f00981 sch_sfq: add sanity check for the packet length by Changli Gao · 14 years ago
  73. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 15 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  75. de6d5cd net_sched: make cls_ops->change and cls_ops->delete optional by Patrick McHardy · 15 years ago
  76. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  77. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  78. 7f3ff4f pkt_sched: Annotate uninitialized var in sfq_enqueue() by Jarek Poplawski · 16 years ago
  79. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  80. 48a8f51 pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs. by Patrick McHardy · 16 years ago
  81. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  82. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  83. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  84. cdec7e5 Revert "pkt_sched: sch_sfq: dump a real number of flows" by David S. Miller · 16 years ago
  85. f867e6a pkt_sched: sch_sfq: dump a real number of flows by Jarek Poplawski · 16 years ago
  86. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  87. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 17 years ago
  88. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 17 years ago
  89. 980c478 sch_sfq: use del_timer_sync() in sfq_destroy() by Jarek Poplawski · 17 years ago
  90. 94de78d [NET_SCHED]: sch_sfq: make internal queues visible as classes by Patrick McHardy · 17 years ago
  91. 7d2681a [NET_SCHED]: sch_sfq: add support for external classifiers by Patrick McHardy · 17 years ago
  92. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  93. 6f9e98f [PKT_SCHED] SFQ: whitespace cleanup by Stephen Hemminger · 17 years ago
  94. d46f8dd [PKT_SCHED] SFQ: use net_random by Stephen Hemminger · 17 years ago
  95. d3e9948 [PKT_SCHED] SFQ: timer is deferrable by Stephen Hemminger · 17 years ago
  96. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  97. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  98. 32740dd [SFQ]: Remove artificial limitation for queue limit. by Alexey Kuznetsov · 17 years ago
  99. 5588b40 [PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets' by Alexey Kuznetsov · 17 years ago
  100. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 18 years ago