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