1. 35b42da net_sched: remove a bogus warning in hfsc by Cong Wang · 6 years ago
  2. 44a5cd4 cls_flower: fix use after free in flower S/W path by Paolo Abeni · 6 years ago
  3. cbf56c2 net/sched: act_ife: preserve the action control in case of error by Davide Caratti · 6 years ago
  4. 0a889b9 net/sched: act_ife: fix recursive lock and idr leak by Davide Caratti · 6 years ago
  5. 7e85dc8 net_sched: blackhole: tell upper qdisc about dropped packets by Konstantin Khlebnikov · 6 years ago
  6. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 6 years ago
  7. 8d49953 net/sched: act_simple: fix parsing of TCA_DEF_DATA by Davide Caratti · 6 years ago
  8. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  9. 9a99dc1 Revert "net: sched: cls: Fix offloading when ingress dev is vxlan" by David S. Miller · 6 years ago
  10. d96a43c net: sched: cls: Fix offloading when ingress dev is vxlan by Paul Blakey · 6 years ago
  11. 0e39903 net: sched: return error code when tcf proto is not found by Vlad Buslov · 6 years ago
  12. f6521c5 cls_flower: Fix comparing of old filter mask with new filter by Paul Blakey · 6 years ago
  13. de9dc65 cls_flower: Fix missing free of rhashtable by Paul Blakey · 6 years ago
  14. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  15. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. c431f89 net: sched: split tc_ctl_tfilter into three handlers by Vlad Buslov · 6 years ago
  17. 8258d2d cls_flower: Fix incorrect idr release when failing to modify rule by Paul Blakey · 6 years ago
  18. 4341f83 net: remove bypassed check in sch_direct_xmit() by Song Liu · 6 years ago
  19. 47c669a4 net: sched: mq: request stats from offloads by Jakub Kicinski · 6 years ago
  20. f971b13 net: sched: mq: add simple offload notification by Jakub Kicinski · 6 years ago
  21. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. aaa908f net_sched: switch to rcu_work by Cong Wang · 6 years ago
  23. f8f4bef net : sched: cls_api: deal with egdev path only if needed by Or Gerlitz · 6 years ago
  24. 290aa0a net: sched: don't disable bh when accessing action idr by Vlad Buslov · 6 years ago
  25. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 44a63b13 net: sched: red: avoid hashing NULL child by Paolo Abeni · 6 years ago
  27. 021a17e pfifo_fast: drop unneeded additional lock on dequeue by Paolo Abeni · 6 years ago
  28. 96009c7 sched: replace __QDISC_STATE_RUNNING bit with a spin lock by Paolo Abeni · 6 years ago
  29. 5a4931ae net/sched: fix refcnt leak in the error path of tcf_vlan_init() by Davide Caratti · 6 years ago
  30. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 6 years ago
  31. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  32. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. a52956d net sched actions: fix refcnt leak in skbmod by Roman Mashak · 6 years ago
  34. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 6 years ago
  35. af5d018 net sched actions: fix invalid pointer dereferencing if skbedit flags missing by Roman Mashak · 6 years ago
  36. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. 29e6eee net sched: Implemented get_fill_size routine for act_csum. by Craig Dillabaugh · 6 years ago
  38. 7df40c2 net_sched: fq: take care of throttled flows before reuse by Eric Dumazet · 6 years ago
  39. 05cd271 cls_flower: Support multiple masks per priority by Paul Blakey · 6 years ago
  40. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 6 years ago
  41. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 6 years ago
  42. f12c643 net_sched: fix a missing idr_remove() in u32_delete_key() by Cong Wang · 6 years ago
  43. 3239534 net/sched: fix NULL dereference in the error path of tcf_bpf_init() by Davide Caratti · 6 years ago
  44. da01ec4 net: sched: do not emit messages while holding spinlock by Li RongQing · 6 years ago
  45. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 6 years ago
  47. 734549e net sched actions: fix dumping which requires several messages to user space by Craig Dillabaugh · 6 years ago
  48. eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 6 years ago
  49. 94cb549 net/sched: act_vlan: declare push_vid with host byte order by Davide Caratti · 6 years ago
  50. affaa0c net/sched: remove tcf_idr_cleanup() by Davide Caratti · 6 years ago
  51. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. f29cdfb net/sched: fix idr leak in the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  53. d7f2001 net/sched: fix idr leak in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  54. 1e46ef1 net/sched: fix idr leak in the error path of __tcf_ipt_init() by Davide Caratti · 7 years ago
  55. 94fa3f9 net/sched: fix idr leak in the error path of tcp_pedit_init() by Davide Caratti · 7 years ago
  56. 5bf7f81 net/sched: fix idr leak in the error path of tcf_act_police_init() by Davide Caratti · 7 years ago
  57. 60e10b3 net/sched: fix idr leak in the error path of tcf_simp_init() by Davide Caratti · 7 years ago
  58. bbc09e7 net/sched: fix idr leak on the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  59. 2d43361 net/sched: fix NULL dereference on the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  60. 1f110e7 net/sched: fix NULL dereference in the error path of tcf_sample_init() by Davide Caratti · 7 years ago
  61. abdadd3 net/sched: fix NULL dereference in the error path of tunnel_key_init() by Davide Caratti · 7 years ago
  62. aab378a net/sched: fix NULL dereference in the error path of tcf_csum_init() by Davide Caratti · 7 years ago
  63. 1edf8ab net/sched: fix NULL dereference in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  64. cce6294 net: sched: fix uses after free by Eric Dumazet · 7 years ago
  65. 51d4740 net sched actions: return explicit error when tunnel_key mode is not specified by Roman Mashak · 7 years ago
  66. 1dd27cd net: use skb_is_gso_sctp() instead of open-coding by Daniel Axtens · 7 years ago
  67. 9c5c9c5 net sched actions: implement get_fill_size routine in act_gact by Roman Mashak · 7 years ago
  68. 4e76e75 net sched actions: calculate add/delete event message size by Roman Mashak · 7 years ago
  69. d04e699 net sched actions: update Add/Delete action API with new argument by Roman Mashak · 7 years ago
  70. 459d153 net/sched: cls_flower: Add support to handle first frag as match field by Pieter Jansen van Vuuren · 7 years ago
  71. 35d889d sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 7 years ago
  72. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. d143b9e net sched actions: corrected extack message by Roman Mashak · 7 years ago
  74. ee78bbe net: sched: tbf: handle GSO_BY_FRAGS case in enqueue by Daniel Axtens · 7 years ago
  75. b9c7a7a net: sch: prio: Add offload ability for grafting a child by Nogah Frankel · 7 years ago
  76. 98ceb7b mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bands by Nogah Frankel · 7 years ago
  77. fd5ac14 net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscs by Nogah Frankel · 7 years ago
  78. 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
  79. 02df428 net: Convert simple pernet_operations by Kirill Tkhai · 7 years ago
  80. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. ccc007e net: sched: add em_ipt ematch for calling xtables matches by Eyal Birger · 7 years ago
  82. 5ae437a net: sched: report if filter is too large to dump by Roman Kapl · 7 years ago
  83. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. 1d4760c net: sched: act: mirred: add extack support by Alexander Aring · 7 years ago
  85. b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
  86. 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago
  87. 331a929 net: sched: act: add extack for lookup callback by Alexander Aring · 7 years ago
  88. 589dad6 net: sched: act: add extack to init callback by Alexander Aring · 7 years ago
  89. 84ae017 net: sched: act: handle generic action errors by Alexander Aring · 7 years ago
  90. aea0d72 net: sched: act: add extack to init by Alexander Aring · 7 years ago
  91. 1af8515 net: sched: act: fix code style by Alexander Aring · 7 years ago
  92. ee99b2d net: Revert sched action extack support series. by David S. Miller · 7 years ago
  93. 10defbd net: sched: act: add extack to init by Alexander Aring · 7 years ago
  94. b7b347f net: sched: act: fix code style by Alexander Aring · 7 years ago
  95. 66dede2 net: sched: fix unbalance in the error path of tca_action_flush() by Davide Caratti · 7 years ago
  96. 339c21d net: sched: fix tc_u_common lookup by Jiri Pirko · 7 years ago
  97. bb047dd net: sched: don't set q pointer for shared blocks by Jiri Pirko · 7 years ago
  98. 13da199 net: Convert subsys_initcall() registered pernet_operations from net/sched by Kirill Tkhai · 7 years ago
  99. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  100. 9d21874 Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 7 years ago