1. d10f771 fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks by Eric Dumazet · 4 years, 6 months ago
  2. d9571a9 net_sched: unset TCQ_F_CAN_BYPASS when adding filters by Cong Wang · 5 years ago
  3. 83fe6b8 sch_fq_codel: zero q->flows_cnt when fq_codel_init fails by Jacob Keller · 6 years ago
  4. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 6 years ago
  5. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  6. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  7. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  8. 2030721 net: sched: sch: add extack for change qdisc ops by Alexander Aring · 7 years ago
  9. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  10. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  11. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  12. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 30c31d7 sch_fq_codel: avoid double free on init failure by Nikolay Aleksandrov · 7 years ago
  14. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  15. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 7 years ago
  16. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 7 years ago
  17. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 7 years ago
  18. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  19. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  20. a5e6a3b net/sched: fq_codel: Avoid set-but-unused variable by Or Gerlitz · 8 years ago
  21. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  22. 264b87f fq_codel: Avoid regenerating skb flow hash unless necessary by Andrew Collins · 8 years ago
  23. 008830b net_sched: fq_codel: cache skb->truesize into skb->cb by Eric Dumazet · 8 years ago
  24. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  25. ece5d4c net_sched: fq_codel: defer skb freeing by Eric Dumazet · 8 years ago
  26. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  28. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  29. aafddbf fq_codel: return non zero qlen in class dumps by Eric Dumazet · 8 years ago
  30. 80e509d fq_codel: fix NET_XMIT_CN behavior by Eric Dumazet · 8 years ago
  31. 77f5776 fq_codel: fix memory limitation drift by Eric Dumazet · 8 years ago
  32. 95b5843 fq_codel: add memory limitation per queue by Eric Dumazet · 8 years ago
  33. 9d18562 fq_codel: add batch ability to fq_codel_drop() by Eric Dumazet · 8 years ago
  34. d068ca2 codel: split into multiple files by Michal Kazior · 9 years ago
  35. 79bdc4c codel: generalize the implementation by Michal Kazior · 9 years ago
  36. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  37. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  38. 3d0e0af fq_codel: explicitly reset flows in ->reset() by Eric Dumazet · 9 years ago
  39. c0afd9c fq_codel: fix return value of fq_codel_drop() by WANG Cong · 9 years ago
  40. 052cbda fq_codel: fix a use-after-free by WANG Cong · 9 years ago
  41. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. 80ba92f codel: add ce_threshold attribute by Eric Dumazet · 9 years ago
  43. 342db22 sched: Call skb_get_hash_perturb in sch_fq_codel by Tom Herbert · 9 years ago
  44. a5d2809 codel: fix maxpacket/mtu confusion by Eric Dumazet · 9 years ago
  45. 69204cf net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.c by Valdis.Kletnieks@vt.edu · 10 years ago
  46. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  47. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  48. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  49. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  50. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  51. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  52. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
  53. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  54. cd68ddd net: fq_codel: Fix off-by-one error by Vijay Subramanian · 12 years ago
  55. b379135 fq_codel: dont reinit flow state by Eric Dumazet · 12 years ago
  56. 865ec55 fq_codel: should use qdisc backlog as threshold by Eric Dumazet · 12 years ago
  57. 669d67b net: codel: fix build errors by Sasha Levin · 12 years ago
  58. 4b549a2 fq_codel: Fair Queue Codel AQM by Eric Dumazet · 12 years ago