1. 530d995 net: sched: cls_u32: implement offload tcf_proto_op by John Hurley · 7 years ago
  2. aaa908f net_sched: switch to rcu_work by Cong Wang · 7 years ago
  3. f12c643 net_sched: fix a missing idr_remove() in u32_delete_key() by Cong Wang · 7 years ago
  4. 339c21d net: sched: fix tc_u_common lookup by Jiri Pirko · 7 years ago
  5. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  6. 9d21874 Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 7 years ago
  7. eb53f7a net/sched: cls_u32: fix cls_u32 on filter replace by Ivan Vecera · 7 years ago
  8. f730cb9 cls_u32: Convert to idr_alloc_u32 by Matthew Wilcox · 7 years ago
  9. ffdc2d9 cls_u32: Reinstate cyclic allocation by Matthew Wilcox · 7 years ago
  10. 234a462 idr: Delete idr_replace_ext function by Matthew Wilcox · 7 years ago
  11. 9c16094 idr: Delete idr_remove_ext function by Matthew Wilcox · 7 years ago
  12. d7cdee5 cls_u32: fix use after free in u32_destroy_key() by Paolo Abeni · 7 years ago
  13. 058a6c0 cls_u32: add missing RCU annotation. by Paolo Abeni · 7 years ago
  14. 458e704 cls_u32: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  15. f40fe58 cls_u32: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  16. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  17. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  18. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  19. 10a47e0 net: sched: cls_u32: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  20. 4b981db net: sched: cls_u32: add extack support by Alexander Aring · 7 years ago
  21. 1057c55 net: sched: cls: add extack support for tcf_change_indev by Alexander Aring · 7 years ago
  22. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  23. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  24. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  25. 8865fdd net: sched: cls: fix code style issues by Alexander Aring · 7 years ago
  26. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  27. 8359301 net: remove duplicate includes by Pravin Shedge · 7 years ago
  28. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. 35c55fc cls_u32: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  30. 0f04d05 net: sched: cls_u32: use bitwise & rather than logical && on n->flags by Colin Ian King · 7 years ago
  31. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  33. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  34. 245dc51 net: sched: cls_u32: call block callbacks for offload by Jiri Pirko · 7 years ago
  35. 7746041 net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode by Jiri Pirko · 7 years ago
  36. d18b4b3 net: sched: cls_u32: use hash_ptr() for tc_u_hash by Arnd Bergmann · 7 years ago
  37. 7fa9d97 net: sched: cls_u32: use block instead of q in tc_u_common by Jiri Pirko · 7 years ago
  38. e761437 net_sched: use idr to allocate u32 filter handles by Cong Wang · 7 years ago
  39. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  40. 3cd904e net_sched: kill u32_node pointer in Qdisc by WANG Cong · 7 years ago
  41. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  42. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  43. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  44. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  45. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  46. 705c709 net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 7 years ago
  47. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 8 years ago
  48. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  49. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  50. 24d3dc6 net/sched: cls_u32: Reflect HW offload status by Or Gerlitz · 8 years ago
  51. 58fa118 cls_u32: don't bother explicitly initializing ->divisor to zero by Alexandru Moise · 8 years ago
  52. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  53. b9a24bb net_sched: properly handle failure case of tcf_exts_init() by WANG Cong · 8 years ago
  54. 201c44b net: cls_u32: be more strict about skip-sw flag for knodes by Jakub Kicinski · 9 years ago
  55. 6eef380 net: cls_u32: catch all hardware offload errors by Jakub Kicinski · 9 years ago
  56. 92c075d net: sched: fix tc_should_offload for specific clsact classes by Daniel Borkmann · 9 years ago
  57. d47a0f3 net: cls_u32: be more strict about skip-sw flag by Jakub Kicinski · 9 years ago
  58. 1a0f7d2 net: cls_u32: fix error code for invalid flags by Jakub Kicinski · 9 years ago
  59. d34e3e1 net: cls_u32: Add support for skip-sw flag to tc u32 classifier. by Samudrala, Sridhar · 9 years ago
  60. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  61. 9e8ce79 net: sched: cls_u32 add bit to specify software only rules by John Fastabend · 9 years ago
  62. 6843e7a net: sched: consolidate offload decision in cls_u32 by John Fastabend · 9 years ago
  63. a1b7c5f net: sched: add cls_u32 offload hooks for netdevs by John Fastabend · 9 years ago
  64. a6c1aea cls_u32: complete the check for non-forced case in u32_destroy() by WANG Cong · 9 years ago
  65. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. 5778d39 net_sched: fix struct tc_u_hnode layout in u32 by WANG Cong · 10 years ago
  67. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  68. 57d743a net: sched: cls: remove unused op put from tcf_proto_ops by Jiri Pirko · 10 years ago
  69. a0efb80 net_sched: avoid calling tcf_unbind_filter() in call_rcu callback by WANG Cong · 10 years ago
  70. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  71. a2aeb02 net: sched: fix compile warning in cls_u32 by Eric Dumazet · 10 years ago
  72. de5df63 net: sched: cls_u32 changes to knode must appear atomic to readers by John Fastabend · 10 years ago
  73. a1ddcfe net: cls_u32: fix missed pcpu_success free_percpu by John Fastabend · 10 years ago
  74. 4e2840e net: sched: cls_u32: rcu can not be last node by John Fastabend · 10 years ago
  75. a96366bf net: sched: cls_u32 add missing rcu_assign_pointer and annotation by John Fastabend · 10 years ago
  76. 80aab73 net: sched: fix unsued cpu variable by John Fastabend · 10 years ago
  77. 1ce8772 net: sched: make cls_u32 lockless by John Fastabend · 10 years ago
  78. 459d5f6 net: sched: make cls_u32 per cpu by John Fastabend · 10 years ago
  79. 7801db8 net_sched: avoid generating same handle for u32 filters by Cong Wang · 10 years ago
  80. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  81. a8701a6 net_sched: avoid casting void pointer by WANG Cong · 11 years ago
  82. 2519a60 net_sched: optimize tcf_match_indev() by WANG Cong · 11 years ago
  83. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  84. 5da57f4 net_sched: cls: refactor out struct tcf_ext_map by WANG Cong · 11 years ago
  85. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  86. 82d567c net_sched: change "foo* bar" to "foo *bar" by Yang Yingliang · 11 years ago
  87. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  88. af4c664 net sched: Pass the skb into change so it can access NETLINK_CB by Eric W. Biederman · 13 years ago
  89. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  90. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  91. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 14 years ago
  92. 86fce3b cls_u32: fix sparse warnings by stephen hemminger · 14 years ago
  93. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  94. 4e18b3e cls_u32: signedness bug by Dan Carpenter · 14 years ago
  95. 66d50d2 u32: negative offset fix by stephen hemminger · 14 years ago
  96. fbc2e7d cls_u32: use skb_header_pointer() to dereference data safely by Changli Gao · 15 years ago
  97. 6ff9c36 net sched: printk message severity by stephen hemminger · 15 years ago
  98. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. b138338 net: remove trailing space in messages by Frans Pop · 15 years ago