1. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 6 years ago
  2. 63cc5bc net: sched: fix block->refcnt decrement by Jiri Pirko · 6 years ago
  3. 5ca8a25 net: sched: fix flush on non-existing chain by Jiri Pirko · 6 years ago
  4. 290b1c8 net: sched: make tcf_chain_{get,put}() static by Jiri Pirko · 6 years ago
  5. 5368140 net: sched: fix notifications for action-held chains by Jiri Pirko · 6 years ago
  6. 3d32f4c net: sched: change name of zombie chain to "held_by_acts_only" by Jiri Pirko · 6 years ago
  7. 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 6 years ago
  8. c921d7d net: sched: unmark chain as explicitly created on delete by Jiri Pirko · 6 years ago
  9. 2ed9db3 net: sched: cls_api: fix dead code in switch by Gustavo A. R. Silva · 6 years ago
  10. 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 6 years ago
  11. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
  12. f71e0ca4 net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 6 years ago
  13. f34e8bf net: sched: push ops lookup bits into tcf_proto_lookup_ops() by Jiri Pirko · 6 years ago
  14. baa2d2b net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register by Gustavo A. R. Silva · 6 years ago
  15. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  16. 5318918 net: sched: Using NULL instead of plain integer by YueHaibing · 6 years ago
  17. 01683a1 net: sched: refactor flower walk to iterate over idr by Vlad Buslov · 6 years ago
  18. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 6 years ago
  19. 16af606 net: sched: implement reference counted action release by Vlad Buslov · 6 years ago
  20. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
  21. 3263674 net: sched: call reoffload op on block callback reg by John Hurley · 7 years ago
  22. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 7 years ago
  23. 9a99dc1 Revert "net: sched: cls: Fix offloading when ingress dev is vxlan" by David S. Miller · 7 years ago
  24. d96a43c net: sched: cls: Fix offloading when ingress dev is vxlan by Paul Blakey · 7 years ago
  25. 0e39903 net: sched: return error code when tcf proto is not found by Vlad Buslov · 7 years ago
  26. c431f89 net: sched: split tc_ctl_tfilter into three handlers by Vlad Buslov · 7 years ago
  27. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. aaa908f net_sched: switch to rcu_work by Cong Wang · 7 years ago
  29. f8f4bef net : sched: cls_api: deal with egdev path only if needed by Or Gerlitz · 7 years ago
  30. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 7 years ago
  31. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  32. d04e699 net sched actions: update Add/Delete action API with new argument by Roman Mashak · 7 years ago
  33. 02df428 net: Convert simple pernet_operations by Kirill Tkhai · 7 years ago
  34. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. 5ae437a net: sched: report if filter is too large to dump by Roman Kapl · 7 years ago
  36. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. aea0d72 net: sched: act: add extack to init by Alexander Aring · 7 years ago
  38. ee99b2d net: Revert sched action extack support series. by David S. Miller · 7 years ago
  39. 10defbd net: sched: act: add extack to init by Alexander Aring · 7 years ago
  40. bb047dd net: sched: don't set q pointer for shared blocks by Jiri Pirko · 7 years ago
  41. 9ce7549 cls_api: Convert to idr_alloc_u32 by Matthew Wilcox · 7 years ago
  42. 322d884 idr: Delete idr_find_ext function by Matthew Wilcox · 7 years ago
  43. 9c16094 idr: Delete idr_remove_ext function by Matthew Wilcox · 7 years ago
  44. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  45. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  46. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  47. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  48. c35a4ac net: sched: cls_api: handle generic cls errors by Alexander Aring · 7 years ago
  49. d680b35 net: sched: silence uninitialized parent variable warning in tc_dump_tfilter by Jiri Pirko · 7 years ago
  50. 7960d1d net: sched: use block index as a handle instead of qdisc when block is shared by Jiri Pirko · 7 years ago
  51. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  52. edf6711 net: sched: remove classid and q fields from tcf_proto by Jiri Pirko · 7 years ago
  53. f36fe1c net: sched: introduce block mechanism to handle netif_keep_dst calls by Jiri Pirko · 7 years ago
  54. 9d3aaff net: sched: avoid usage of tp->q in tcf_classify by Jiri Pirko · 7 years ago
  55. 4861738 net: sched: introduce shared filter blocks infrastructure by Jiri Pirko · 7 years ago
  56. a9b1944 net: sched: introduce support for multiple filter chain pointers registration by Jiri Pirko · 7 years ago
  57. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. 4853f12 net: sched: fix possible null pointer deref in tcf_block_put by Jiri Pirko · 7 years ago
  59. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  60. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  61. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. 343723d net: sched: fix clsact init error path by Jiri Pirko · 7 years ago
  63. 8359301 net: remove duplicate includes by Pravin Shedge · 7 years ago
  64. df45bf8 net: sched: fix use-after-free in tcf_block_put_ext by Jiri Pirko · 7 years ago
  65. efbf789 net_sched: get rid of rcu_barrier() in tcf_block_put_ext() by Cong Wang · 7 years ago
  66. a60b3f5 net: sched: crash on blocks with goto chain action by Roman Kapl · 7 years ago
  67. d7aa04a net: sched: fix crash when deleting secondary chains by Roman Kapl · 7 years ago
  68. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. e4b95c4 net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() by Cong Wang · 7 years ago
  70. c7eb7d7 net: sched: introduce chain_head_change callback by Jiri Pirko · 7 years ago
  71. 8f918d3 net_sched: check NULL in tcf_block_put() by Cong Wang · 7 years ago
  72. 4bb1b11 net: sched: move block offload unbind after all chains are flushed by Jiri Pirko · 7 years ago
  73. 7612fb0 net: sched: remove tc_can_offload check from egdev call by Jiri Pirko · 7 years ago
  74. 44ae12a net: sched: move the can_offload check from binding phase to rule insertion phase by Jiri Pirko · 7 years ago
  75. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 822e86d net_sched: remove tcf_block_put_deferred() by Cong Wang · 7 years ago
  77. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  79. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago
  80. 9d452ce net/sched: Fix actions list corruption when adding offloaded tc flows by Or Gerlitz · 7 years ago
  81. 208c0f4 net: sched: use tc_setup_cb_call to call per-block callbacks by Jiri Pirko · 7 years ago
  82. acb6744 net: sched: introduce per-block callbacks by Jiri Pirko · 7 years ago
  83. 8c4083b net: sched: add block bind/unbind notif. and extended block_get/put by Jiri Pirko · 7 years ago
  84. a10fa20 net: sched: propagate q and parent from caller down to tcf_fill_node by Jiri Pirko · 7 years ago
  85. 855319b net: sched: store net pointer in block and introduce qdisc_net helper by Jiri Pirko · 7 years ago
  86. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  87. 7578d7b net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_dev by Jiri Pirko · 7 years ago
  88. 717503b net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra by Jiri Pirko · 7 years ago
  89. b3f55bd net: sched: introduce per-egress action device callbacks by Jiri Pirko · 7 years ago
  90. 843e79d net: sched: make tc_action_ops->get_dev return dev and avoid passing net by Jiri Pirko · 7 years ago
  91. 1697c4b net_sched: carefully handle tcf_block_put() by Cong Wang · 7 years ago
  92. e2ef754 net_sched: fix reference counting of tc filter chain by Cong Wang · 7 years ago
  93. 8053238 net: sched: fix memleak for chain zero by Jiri Pirko · 7 years ago
  94. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  96. 30d65e8 net: sched: don't do tcf_chain_flush from tcf_chain_destroy by Jiri Pirko · 7 years ago
  97. 744a4cf net: sched: fix use after free when tcf_chain_destroy is called multiple times by Jiri Pirko · 7 years ago
  98. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  99. acc8b31 net: sched: fix p_filter_chain check in tcf_chain_flush by Jiri Pirko · 7 years ago
  100. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago