1. a60b3f5 net: sched: crash on blocks with goto chain action by Roman Kapl · 7 years ago
  2. d7aa04a net: sched: fix crash when deleting secondary chains by Roman Kapl · 7 years ago
  3. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. e4b95c4 net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() by Cong Wang · 7 years ago
  5. c7eb7d7 net: sched: introduce chain_head_change callback by Jiri Pirko · 7 years ago
  6. 8f918d3 net_sched: check NULL in tcf_block_put() by Cong Wang · 7 years ago
  7. 4bb1b11 net: sched: move block offload unbind after all chains are flushed by Jiri Pirko · 7 years ago
  8. 7612fb0 net: sched: remove tc_can_offload check from egdev call by Jiri Pirko · 7 years ago
  9. 44ae12a net: sched: move the can_offload check from binding phase to rule insertion phase by Jiri Pirko · 7 years ago
  10. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  11. 822e86d net_sched: remove tcf_block_put_deferred() by Cong Wang · 7 years ago
  12. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  14. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago
  15. 9d452ce net/sched: Fix actions list corruption when adding offloaded tc flows by Or Gerlitz · 7 years ago
  16. 208c0f4 net: sched: use tc_setup_cb_call to call per-block callbacks by Jiri Pirko · 7 years ago
  17. acb6744 net: sched: introduce per-block callbacks by Jiri Pirko · 7 years ago
  18. 8c4083b net: sched: add block bind/unbind notif. and extended block_get/put by Jiri Pirko · 7 years ago
  19. a10fa20 net: sched: propagate q and parent from caller down to tcf_fill_node by Jiri Pirko · 7 years ago
  20. 855319b net: sched: store net pointer in block and introduce qdisc_net helper by Jiri Pirko · 7 years ago
  21. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  22. 7578d7b net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_dev by Jiri Pirko · 7 years ago
  23. 717503b net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra by Jiri Pirko · 7 years ago
  24. b3f55bd net: sched: introduce per-egress action device callbacks by Jiri Pirko · 7 years ago
  25. 843e79d net: sched: make tc_action_ops->get_dev return dev and avoid passing net by Jiri Pirko · 7 years ago
  26. 1697c4b net_sched: carefully handle tcf_block_put() by Cong Wang · 7 years ago
  27. e2ef754 net_sched: fix reference counting of tc filter chain by Cong Wang · 7 years ago
  28. 8053238 net: sched: fix memleak for chain zero by Jiri Pirko · 7 years ago
  29. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  31. 30d65e8 net: sched: don't do tcf_chain_flush from tcf_chain_destroy by Jiri Pirko · 7 years ago
  32. 744a4cf net: sched: fix use after free when tcf_chain_destroy is called multiple times by Jiri Pirko · 7 years ago
  33. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. acc8b31 net: sched: fix p_filter_chain check in tcf_chain_flush by Jiri Pirko · 7 years ago
  35. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  36. 7120371 net_sched: get rid of some forward declarations by WANG Cong · 7 years ago
  37. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  38. 54df2cf net_sched: refactor notification code for RTM_DELTFILTER by WANG Cong · 7 years ago
  39. 9b0d444 net: sched: avoid atomic swap in tcf_exts_change by Jiri Pirko · 7 years ago
  40. 978dfd8 net: sched: use tcf_exts_has_actions instead of exts->nr_actions by Jiri Pirko · 7 years ago
  41. 3bcc0ce net: sched: change names of action number helpers to be aligned with the rest by Jiri Pirko · 7 years ago
  42. 367a8ce net_sched: only create filter chains for new filters/actions by WANG Cong · 8 years ago
  43. ee538dc net: sched: cls_api: make reclassify return all the way back to the original tp by Jiri Pirko · 8 years ago
  44. f93e1cd net/sched: fix filter flushing by Jiri Pirko · 8 years ago
  45. 31efcc2 net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove by Jiri Pirko · 8 years ago
  46. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  47. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  48. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  49. acb31fa net: sched: push chain dump to a separate function by Jiri Pirko · 8 years ago
  50. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  51. 7961973 net: sched: move TC_H_MAJ macro call into tcf_auto_prio by Jiri Pirko · 8 years ago
  52. 9d36d9e net: sched: replace nprio by a bool to make the function more readable by Jiri Pirko · 8 years ago
  53. fbe9c5b net: sched: rename tcf_destroy_chain helper by Jiri Pirko · 8 years ago
  54. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  55. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  56. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  57. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  58. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  59. d7cf52c sched: Fix accidental removal of errout goto by Jiri Pirko · 8 years ago
  60. 40c81b2 sched: check negative err value to safe one level of indent by Jiri Pirko · 8 years ago
  61. 7215032 sched: add missing curly braces in else branch in tc_ctl_tfilter by Jiri Pirko · 8 years ago
  62. 6bb16e7 sched: move err set right before goto errout in tc_ctl_tfilter by Jiri Pirko · 8 years ago
  63. 33a4892 sched: push TC filter protocol creation into a separate function by Jiri Pirko · 8 years ago
  64. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  65. 79112c2 sched: rename tcf_destroy to tcf_destroy_proto by Jiri Pirko · 8 years ago
  66. 628185c net, sched: fix soft lockup in tc_classify by Daniel Borkmann · 8 years ago
  67. 7091d8c net/sched: cls_flower: Add offload support using egress Hardware device by Hadar Hen Zion · 8 years ago
  68. 19a8bb2 net sched filters: fix filter handle ID in tfilter_notify_chain() by Roman Mashak · 8 years ago
  69. 30a391a net sched filters: pass netlink message flags in event notification by Roman Mashak · 8 years ago
  70. 9ee7837 net sched filters: fix notification of filter delete with proper handle by Jamal Hadi Salim · 8 years ago
  71. fa59b27 net_sched: do not broadcast RTM_GETTFILTER result by Eric Dumazet · 8 years ago
  72. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  73. 22dc13c net_sched: convert tcf_exts from list to pointer array by WANG Cong · 8 years ago
  74. 9f6ed03 net, cls: also reject deleting all filters when TCA_KIND present by Daniel Borkmann · 9 years ago
  75. ea7f827 net, cls: allow for deleting all filters for given parent by Daniel Borkmann · 9 years ago
  76. 0b0f43f net sched: indentation and other OCD stylistic fixes by Jamal Hadi Salim · 9 years ago
  77. c78e174 net: sched: fix call_rcu() race on classifier module unloads by Daniel Borkmann · 10 years ago
  78. d744318 net_sched: fix a use-after-free in tc_ctl_tfilter() by WANG Cong · 10 years ago
  79. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  80. b057df2 cls_api.c: Fix dumping of non-existing actions' stats. by Ignacy Gawędzki · 10 years ago
  81. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 5301e3e net_sched: copy exts->type in tcf_exts_change() by WANG Cong · 10 years ago
  83. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  84. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  85. 9cc63db net_sched: cancel nest attribute on failure in tcf_exts_dump() by Cong Wang · 10 years ago
  86. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  87. 4e8bbb8 net: Allow tc changes in user namespaces by Stéphane Graber · 11 years ago
  88. a49eb42 sched, act: allow to clear all actions as well by Cong Wang · 11 years ago
  89. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  90. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  91. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  92. 63acd68 net_sched: Remove unnecessary checks for act->ops by Jamal Hadi Salim · 11 years ago
  93. dcd7608 net_sched: fix a regression in tcf_proto_lookup_ops() by Eric Dumazet · 11 years ago
  94. 3627287 net_sched: convert tcf_proto_ops to use struct list_head by WANG Cong · 11 years ago
  95. 5da57f4 net_sched: cls: refactor out struct tcf_ext_map by WANG Cong · 11 years ago
  96. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  97. 2f13e9f net_cls: remove duplicated include from cls_api.c by Wei Yongjun · 12 years ago
  98. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  99. de179c8 netlink: have length check of rtnl msg before deref by Hong zhi guo · 12 years ago
  100. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago