1. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  2. 5438dd4 net_sched: fix error path in red_init() by Cong Wang · 4 years, 4 months ago
  3. 09e31cf taprio: Fix using wrong queues in gate mask by Vinicius Costa Gomes · 4 years, 5 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  5. eda814b net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow by Alaa Hleihel · 4 years, 5 months ago
  6. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  7. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  8. 038ebb1 net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct by wenxu · 4 years, 5 months ago
  9. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  10. 77aec5e net/sched: cls_u32: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 5 months ago
  11. 8c5c51f net/sched: The error lable position is corrected in ct_init_module by liujian · 4 years, 5 months ago
  12. a0d716d8 net/sched: act_pedit: Use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years, 5 months ago
  13. 608b4ad net_sched: initialize timer earlier in red_init() by Cong Wang · 4 years, 6 months ago
  14. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  15. 5923b8f net/sched: cls_flower: Add hash info to flow classification by Ariel Levkovich · 4 years, 6 months ago
  16. c2b69f2 flow_offload: Move rhashtable inclusion to the source file by Herbert Xu · 4 years, 6 months ago
  17. ae372cb net/sched: act_ct: fix restore the qdisc_skb_cb after defrag by wenxu · 4 years, 6 months ago
  18. a8b7b2d sched: sch_api: add missing rcu read lock to silence the warning by Jiri Pirko · 4 years, 6 months ago
  19. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
  20. 55f656c net: sched: Do not drop root lock in tcf_qevent_handle() by Petr Machata · 4 years, 6 months ago
  21. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  22. c40f4e5 net: sched: Pass qdisc reference in struct flow_block_offload by Petr Machata · 4 years, 6 months ago
  23. 90ac5d0 net: sched: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  24. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  25. 306381a net_sched: fix a memory leak in atm_tc_init() by Cong Wang · 4 years, 6 months ago
  26. 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  27. 8367b3a net/sched: act_ct: add miss tcf_lastuse_update. by wenxu · 4 years, 6 months ago
  28. d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 6 months ago
  29. b97e9d9 net: sched: Allow changing default qdisc to FQ-PIE by Danny Lin · 4 years, 6 months ago
  30. 5f035af net:qos: police action offloading parameter 'burst' change to the original value by Po Liu · 4 years, 6 months ago
  31. aee9caa net: sched: sch_red: Add qevents "early_drop" and "mark" by Petr Machata · 4 years, 7 months ago
  32. 65545ea2 net: sched: sch_red: Split init and change callbacks by Petr Machata · 4 years, 7 months ago
  33. 3625750 net: sched: Introduce helpers for qevent blocks by Petr Machata · 4 years, 7 months ago
  34. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 7 months ago
  35. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  36. b839280 sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling by Kevin Darbyshire-Bryant · 4 years, 7 months ago
  37. 3f608f0 sch_cake: fix a few style nits by Toke Høiland-Jørgensen · 4 years, 7 months ago
  38. 8c95eca sch_cake: don't call diffserv parsing code when it is not needed by Toke Høiland-Jørgensen · 4 years, 7 months ago
  39. 9208d28 sch_cake: don't try to reallocate or unshare skb unconditionally by Ilya Ponetayev · 4 years, 7 months ago
  40. 627e39b net: qos: police action add index for tc flower offloading by Po Liu · 4 years, 7 months ago
  41. 19e528d net: qos: add tc police offloading action with max frame size limit by Po Liu · 4 years, 7 months ago
  42. c5efcf1 tcindex_change: Remove redundant null check by Gaurav Singh · 4 years, 7 months ago
  43. 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 7 months ago
  44. 8bf1539 Remove redundant skb null check by Gaurav Singh · 4 years, 7 months ago
  45. 8eaf8d9 Remove redundant condition in qdisc_graft by Gaurav Singh · 4 years, 7 months ago
  46. c5eb179 net/sched: cls_u32: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
  47. 11a33de taprio: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
  48. 3c00511 net/sched: cls_api: fix nooffloaddevcnt warning dmesg log by wenxu · 4 years, 7 months ago
  49. a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 7 months ago
  50. 4b61d3e net: qos offload add flow status with dropped count by Po Liu · 4 years, 7 months ago
  51. c362a06 net/sched: act_gate: fix configuration of the periodic timer by Davide Caratti · 4 years, 7 months ago
  52. 7024339 net/sched: act_gate: fix NULL dereference in tcf_gate_init() by Davide Caratti · 4 years, 7 months ago
  53. 762f926 net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline by Alaa Hleihel · 4 years, 7 months ago
  54. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  55. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  56. 1a3db27 net: sched: export __netdev_watchdog_up() by Valentin Longchamp · 4 years, 7 months ago
  57. 4e4f4ce6a cls_flower: remove mpls_opts_policy by Guillaume Nault · 4 years, 7 months ago
  58. 0af413b flow_dissector: work around stack frame size warning by Arnd Bergmann · 4 years, 7 months ago
  59. 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 7 months ago
  60. 0fdcf78 net: use flow_indr_dev_setup_offload() by Pablo Neira Ayuso · 4 years, 7 months ago
  61. 324a823 net: cls_api: add tcf_block_offload_init() by Pablo Neira Ayuso · 4 years, 7 months ago
  62. a01c245 net/sched: fix a couple of splats in the error path of tfc_gate_init() by Davide Caratti · 4 years, 7 months ago
  63. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  64. b0c19ed6 sch_cake: Take advantage of skb->hash where appropriate by Toke Høiland-Jørgensen · 4 years, 7 months ago
  65. 05aa69e net/sched: act_ct: add nat mangle action only for NAT-conntrack by wenxu · 4 years, 7 months ago
  66. 759ae57 net_sched: get rid of unnecessary dev_qdisc_reset() by Cong Wang · 4 years, 8 months ago
  67. 70f5096 net_sched: avoid resetting active qdisc for multiple times by Cong Wang · 4 years, 8 months ago
  68. f5a7833 net_sched: add a tracepoint for qdisc creation by Cong Wang · 4 years, 8 months ago
  69. a34dac0 net_sched: add tracepoints for qdisc_reset() and qdisc_destroy() by Cong Wang · 4 years, 8 months ago
  70. 4909dab net_sched: use qdisc_reset() in qdisc_destroy() by Cong Wang · 4 years, 8 months ago
  71. bb2f930 net/sched: fix infinite loop in sch_fq_pie by Davide Caratti · 4 years, 8 months ago
  72. 61aec25 cls_flower: Support filtering on multiple MPLS Label Stack Entries by Guillaume Nault · 4 years, 8 months ago
  73. 58cff78 flow_dissector: Parse multiple MPLS Label Stack Entries by Guillaume Nault · 4 years, 8 months ago
  74. 0348451 net: sched: cls_flower: implement terse dump support by Vlad Buslov · 4 years, 8 months ago
  75. ca44b73 net: sched: implement terse dump support in act by Vlad Buslov · 4 years, 8 months ago
  76. f8ab180 net: sched: introduce terse dump flag by Vlad Buslov · 4 years, 8 months ago
  77. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  78. 16f8036 net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE by Pablo Neira Ayuso · 4 years, 8 months ago
  79. fe121e0 sch_choke: Remove classid from choke_skb_cb. by David S. Miller · 4 years, 8 months ago
  80. 592138a net: sched: choke: Remove unused inline function choke_set_classid by YueHaibing · 4 years, 8 months ago
  81. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  82. 39d0105 net_sched: sch_fq: add horizon attribute by Eric Dumazet · 4 years, 8 months ago
  83. a7df487 net_sched: fix tcm_parent in tc filter dump by Cong Wang · 4 years, 8 months ago
  84. bf6dba7 net: sched: fallback to qdisc noqueue if default qdisc setup fail by Jesper Dangaard Brouer · 4 years, 8 months ago
  85. 2761121 net_sched: sch_skbprio: add message validation to skbprio_change() by Eric Dumazet · 4 years, 8 months ago
  86. 348e289 net_sched: sch_fq: perform a prefetch() earlier by Eric Dumazet · 4 years, 8 months ago
  87. c288b0c net_sched: sch_fq: do not call fq_peek() twice per packet by Eric Dumazet · 4 years, 8 months ago
  88. 82a0aa5 net_sched: sch_fq: use bulk freeing in fq_gc() by Eric Dumazet · 4 years, 8 months ago
  89. 7ba0537 net_sched: sch_fq: change fq_flow size/layout by Eric Dumazet · 4 years, 8 months ago
  90. dde0a64 net_sched: sch_fq: avoid touching f->next from fq_gc() by Eric Dumazet · 4 years, 8 months ago
  91. d29bdd6 net: schedule: add action gate offloading by Po Liu · 4 years, 8 months ago
  92. a51c328 net: qos: introduce a gate control flow action by Po Liu · 4 years, 8 months ago
  93. 47a1494 netlink: remove type-unsafe validation_data pointer by Johannes Berg · 4 years, 8 months ago
  94. df4953e sch_sfq: validate silly quantum values by Eric Dumazet · 4 years, 9 months ago
  95. 8738c85 sch_choke: avoid potential panic in choke_reset() by Eric Dumazet · 4 years, 9 months ago
  96. 1469521 fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks by Eric Dumazet · 4 years, 9 months ago
  97. d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  98. b70ba69 net: sched: report ndo_setup_tc failures via extack by Jesper Dangaard Brouer · 4 years, 9 months ago
  99. 3c9143d net: sched : Remove unnecessary cast in kfree by Xu Wang · 4 years, 9 months ago
  100. a1211bf sched: etf: do not assume all sockets are full blown by Eric Dumazet · 4 years, 9 months ago