1. 653cd28 net: sched: always disable bh when taking tcf_lock by Vlad Buslov · 6 years ago
  2. 32039ea net: sched: act_ife: always release ife action on init error by Vlad Buslov · 6 years ago
  3. a51c76b cls_matchall: fix tcf_unbind_filter missing by Hangbin Liu · 6 years ago
  4. 008369d net_sched: Fix missing res info when create new tc_index filter by Hangbin Liu · 6 years ago
  5. 2df8bee net_sched: fix NULL pointer dereference when delete tcindex filter by Hangbin Liu · 6 years ago
  6. 42c625a net: sched: act_ife: disable bh when taking ife_mod_lock by Vlad Buslov · 6 years ago
  7. 7c5790c net: sched: act_mirred method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  8. 8aa7f22 net: sched: act_vlan method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  9. 353d2c2 net: sched: act_skbmod method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  10. 45da1da net: sched: act_skbedit method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  11. 798de37 net: sched: act_simple method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  12. 2ac06347 net: sched: act_police method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  13. 6a2b401 net: sched: act_pedit method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  14. 0390514 net: sched: act_nat method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  15. 11b9695 net: sched: act_ipt method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  16. 1740005 net: sched: act_gact method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  17. c831549 net: sched: act_sum method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  18. 2fbec27 net: sched: act_bpf method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  19. 962ad1f9 net: sched: act_connmark method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  20. e329bc4 net: sched: act_police: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  21. 4e23281 net: sched: act_mirred: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  22. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 6 years ago
  23. 764e9a2 net: sched: act_vlan: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  24. 729e012 net: sched: act_tunnel_key: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  25. c881455 net: sched: act_skbmod: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  26. 5e48180 net: sched: act_simple: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  27. d772849 net: sched: act_sample: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  28. 67b0c1a net: sched: act_pedit: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  29. ff25276 net: sched: act_ipt: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  30. 54d0d42 net: sched: act_ife: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  31. e8917f4 net: sched: act_gact: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  32. b6a2b97 net: sched: act_csum: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  33. 2142236 net: sched: act_bpf: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  34. 63cc5bc net: sched: fix block->refcnt decrement by Jiri Pirko · 6 years ago
  35. 9ca6163 net: sched: cls_flower: set correct offload data in fl_reoffload by Vlad Buslov · 6 years ago
  36. 0a6e777 net/sched: allow flower to match tunnel options by Pieter Jansen van Vuuren · 6 years ago
  37. 1cbc36a net: sched: cls_flower: Fix an error code in fl_tmplt_create() by Dan Carpenter · 6 years ago
  38. 5ca8a25 net: sched: fix flush on non-existing chain by Jiri Pirko · 6 years ago
  39. 290b1c8 net: sched: make tcf_chain_{get,put}() static by Jiri Pirko · 6 years ago
  40. 5368140 net: sched: fix notifications for action-held chains by Jiri Pirko · 6 years ago
  41. 3d32f4c net: sched: change name of zombie chain to "held_by_acts_only" by Jiri Pirko · 6 years ago
  42. e5cf1ba act_mirred: use TC_ACT_REINSERT when possible by Paolo Abeni · 6 years ago
  43. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
  44. 802bfb1 net/sched: user-space can't set unknown tcfa_action values by Paolo Abeni · 6 years ago
  45. 3f6bcc5 act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops by YueHaibing · 6 years ago
  46. f9562fa cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops by YueHaibing · 6 years ago
  47. 0a80848 act_pedit: remove unnecessary semicolon by YueHaibing · 6 years ago
  48. 2db6dc2 sch_cake: Make gso-splitting configurable from userspace by Dave Taht · 6 years ago
  49. 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 6 years ago
  50. c921d7d net: sched: unmark chain as explicitly created on delete by Jiri Pirko · 6 years ago
  51. 2ed9db3 net: sched: cls_api: fix dead code in switch by Gustavo A. R. Silva · 6 years ago
  52. 990e35e cbs: Add support for the graft function by Vinicius Costa Gomes · 6 years ago
  53. 158abbf net/sched: cls_flower: Use correct inline function for assignment of vlan tpid by Jianbo Liu · 6 years ago
  54. aea5f654 net/sched: add skbprio scheduler by Nishanth Devarajan · 6 years ago
  55. 50f699b sched: fix trailing whitespace by Stephen Hemminger · 6 years ago
  56. 3473845 net: sched: cls_flower: propagate chain teplate creation and destruction to drivers by Jiri Pirko · 6 years ago
  57. b95ec7e net: sched: cls_flower: implement chain templates by Jiri Pirko · 6 years ago
  58. 33fb5cb net: sched: cls_flower: change fl_init_dissector to accept mask and dissector by Jiri Pirko · 6 years ago
  59. f574908 net: sched: cls_flower: move key/mask dumping into a separate function by Jiri Pirko · 6 years ago
  60. 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 6 years ago
  61. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
  62. f71e0ca net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 6 years ago
  63. f34e8bf net: sched: push ops lookup bits into tcf_proto_lookup_ops() by Jiri Pirko · 6 years ago
  64. baa2d2b net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register by Gustavo A. R. Silva · 6 years ago
  65. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  66. 0e2c17b net/sched: cls_flower: Support matching on ip tos and ttl for tunnels by Or Gerlitz · 6 years ago
  67. 07a557f net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnels by Or Gerlitz · 6 years ago
  68. 5318918 net: sched: Using NULL instead of plain integer by YueHaibing · 6 years ago
  69. 301f935 sch_cake: Fix tin order when set through skb->priority by Toke Høiland-Jørgensen · 6 years ago
  70. 01683a1 net: sched: refactor flower walk to iterate over idr by Vlad Buslov · 6 years ago
  71. c749cdd net/sched: act_skbedit: don't use spinlock in the data path by Davide Caratti · 6 years ago
  72. 6f3dfb0 net/sched: skbedit: use per-cpu counters by Davide Caratti · 6 years ago
  73. 83fe6b8 sch_fq_codel: zero q->flows_cnt when fq_codel_init fails by Jacob Keller · 6 years ago
  74. e0479b6 net: sched: fix unprotected access to rcu cookie pointer by Vlad Buslov · 6 years ago
  75. 01e866b net: sched: act_ife: fix memory leak in ife init by Vlad Buslov · 6 years ago
  76. 5e9a0fe net/sched: flower: Fix null pointer dereference when run tc vlan command by Jianbo Liu · 6 years ago
  77. 0c85034 sch_cake: Conditionally split GSO segments by Toke Høiland-Jørgensen · 6 years ago
  78. a729b7f sch_cake: Add overhead compensation support to the rate shaper by Toke Høiland-Jørgensen · 6 years ago
  79. 83f8fd6 sch_cake: Add DiffServ handling by Toke Høiland-Jørgensen · 6 years ago
  80. ea82511 sch_cake: Add NAT awareness to packet classifier by Toke Høiland-Jørgensen · 6 years ago
  81. 8b71388 sch_cake: Add optional ACK filter by Toke Høiland-Jørgensen · 6 years ago
  82. 7298de9 sch_cake: Add ingress mode by Toke Høiland-Jørgensen · 6 years ago
  83. 046f6fd sched: Add Common Applications Kept Enhanced (cake) qdisc by Toke Høiland-Jørgensen · 6 years ago
  84. 0dbc81e net: sched: Fix warnings from xchg() on RCU'd cookie pointer. by David S. Miller · 6 years ago
  85. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 6 years ago
  86. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 6 years ago
  87. cae422f net: sched: use reference counting action init by Vlad Buslov · 6 years ago
  88. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 6 years ago
  89. 16af606 net: sched: implement reference counted action release by Vlad Buslov · 6 years ago
  90. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 6 years ago
  91. 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 6 years ago
  92. 3f7c72b net: sched: always take reference to action by Vlad Buslov · 6 years ago
  93. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
  94. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 6 years ago
  95. eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 6 years ago
  96. 38230a3 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  97. 11a245e net/sched: act_csum: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  98. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 6 years ago
  99. d306951 net/sched: flower: Dump the ethertype encapsulated in vlan by Jianbo Liu · 6 years ago
  100. aaab083 net/sched: flower: Add support for matching on vlan ethertype by Jianbo Liu · 6 years ago