1. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  2. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  3. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  4. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  5. f36fe1c net: sched: introduce block mechanism to handle netif_keep_dst calls by Jiri Pirko · 7 years ago
  6. 102740b cls_bpf: fix offload assumptions after callback conversion by Jakub Kicinski · 7 years ago
  7. 25415ce cls_bpf: don't decrement net's refcount when offload fails by Jakub Kicinski · 7 years ago
  8. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  9. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. aae2c35 cls_bpf: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  11. 6c8dfe2 cls_bpf: allow attaching programs loaded for specific device by Jakub Kicinski · 7 years ago
  12. 53b3847 net: sched: cls_bpf: use bitwise & rather than logical && on gen_flags by Colin Ian King · 7 years ago
  13. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  14. e910af6 net_sched: use tcf_queue_work() in bpf filter by Cong Wang · 7 years ago
  15. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  16. 3f7889c net: sched: cls_bpf: call block callbacks for offload by Jiri Pirko · 7 years ago
  17. 76cf546 net_sched: use idr to allocate bpf filter handles by Cong Wang · 7 years ago
  18. 6aaae2b bpf: rename bpf_compute_data_end into bpf_compute_data_pointers by Daniel Borkmann · 7 years ago
  19. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  20. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  21. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  22. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  23. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  24. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  25. 6839da3 net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 7 years ago
  26. 6a725c4 net: sched: cls_bpf: rename cls_bpf_modify_existing function by Jiri Pirko · 7 years ago
  27. e862830 bpf: expose prog id for cls_bpf and act_bpf by Daniel Borkmann · 8 years ago
  28. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 8 years ago
  29. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  30. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  31. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  32. 5cecb6c net/sched: cls_bpf: Reflect HW offload status by Or Gerlitz · 8 years ago
  33. f1f7714 bpf: rework prog_digest into prog_tag by Daniel Borkmann · 8 years ago
  34. 7bd509e bpf: add prog_digest and expose it via fdinfo/netlink by Daniel Borkmann · 8 years ago
  35. 8d829bd bpf, cls: consolidate prog deletion path by Daniel Borkmann · 8 years ago
  36. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  38. 55556dd bpf: drop useless bpf_fd member from cls/act by Daniel Borkmann · 8 years ago
  39. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  40. 68d6406 net: cls_bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  41. eadb414 net: cls_bpf: add support for marking filters as hardware-only by Jakub Kicinski · 8 years ago
  42. 0d01d45 net: cls_bpf: limit hardware offload by software-only flag by Jakub Kicinski · 8 years ago
  43. 332ae8e net: cls_bpf: add hardware offload by Jakub Kicinski · 8 years ago
  44. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  45. 04b3f8d bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf by Daniel Borkmann · 8 years ago
  46. b9a24bb net_sched: properly handle failure case of tcf_exts_init() by WANG Cong · 8 years ago
  47. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 9 years ago
  48. db58ba4 bpf: wire in data and data_end for cls_act_bpf by Alexei Starovoitov · 9 years ago
  49. 3a461da cls_bpf: reset class and reuse major in da by Daniel Borkmann · 9 years ago
  50. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 9 years ago
  51. fdc5432 net, sched: add skb_at_tc_ingress helper by Daniel Borkmann · 9 years ago
  52. c46646d sched, bpf: add helper for retrieving routing realms by Daniel Borkmann · 9 years ago
  53. 5cf8ca0 cls_bpf: further limit exec opcodes subset by Daniel Borkmann · 9 years ago
  54. ef146fa cls_bpf: make binding to classid optional by Daniel Borkmann · 9 years ago
  55. bf007d1 cls_bpf: also dump TCA_BPF_FLAGS by Daniel Borkmann · 9 years ago
  56. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  57. 045efa8 cls_bpf: introduce integrated actions by Daniel Borkmann · 9 years ago
  58. f6bfc46 sched: cls_bpf: fix panic on filter replace by Daniel Borkmann · 10 years ago
  59. 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 10 years ago
  60. a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 10 years ago
  61. 54720df cls_bpf: do eBPF invocation under non-bh RCU lock variant for maps by Daniel Borkmann · 10 years ago
  62. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  63. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 10 years ago
  64. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  65. 3f2ab13 net: cls_bpf: fix auto generation of per list handles by Daniel Borkmann · 10 years ago
  66. 7913ecf net: cls_bpf: fix size mismatch on filter preparation by Daniel Borkmann · 10 years ago
  67. 33e9fcc tc: cls_bpf: rename bpf_len to bpf_num_ops by Jiri Pirko · 10 years ago
  68. 57d743a net: sched: cls: remove unused op put from tcf_proto_ops by Jiri Pirko · 10 years ago
  69. 3fe6b49 net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcu by Jiri Pirko · 10 years ago
  70. 472f583 net_sched: cls_bpf: remove unnecessary iteration and use passed arg by Jiri Pirko · 10 years ago
  71. 18cdb37 net: sched: do not use tcf_proto 'tp' argument from call_rcu by John Fastabend · 10 years ago
  72. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  73. 80dcbd1 net_sched: fix suspicious RCU usage in cls_bpf_classify() by WANG Cong · 10 years ago
  74. 1f947bf net: sched: rcu'ify cls_bpf by John Fastabend · 10 years ago
  75. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  76. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 11 years ago
  77. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  78. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  79. 5da57f4 net_sched: cls: refactor out struct tcf_ext_map by WANG Cong · 11 years ago
  80. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  81. 1fab9ab net_sched: cls_bpf: use tabs to do indent by Yang Yingliang · 11 years ago
  82. 7d1d65c net: sched: cls_bpf: add BPF-based classifier by Daniel Borkmann · 11 years ago