1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  2. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  3. 4e18100 net/sched: act_bpf: validate the control action inside init() by Davide Caratti · 6 years ago
  4. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  5. eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
  6. f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 6 years ago
  7. 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
  8. 653cd28 net: sched: always disable bh when taking tcf_lock by Vlad Buslov · 6 years ago
  9. 2fbec27 net: sched: act_bpf method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  10. 2142236 net: sched: act_bpf: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  11. 3f6bcc5 act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops by YueHaibing · 6 years ago
  12. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 6 years ago
  13. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 6 years ago
  14. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 6 years ago
  15. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
  16. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 6 years ago
  17. 3239534 net/sched: fix NULL dereference in the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  18. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  19. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. bbc09e7 net/sched: fix idr leak on the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  21. 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
  22. b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
  23. 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago
  24. 331a929 net: sched: act: add extack for lookup callback by Alexander Aring · 7 years ago
  25. 589dad6 net: sched: act: add extack to init callback by Alexander Aring · 7 years ago
  26. 039af9c net_sched: switch to exit_batch for action pernet ops by Cong Wang · 7 years ago
  27. 9a63b25 net_sched: remove unused parameter from act cleanup ops by Cong Wang · 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. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  30. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. ceffcc5 net_sched: hold netns refcnt for each action by Cong Wang · 7 years ago
  32. 6aaae2b bpf: rename bpf_compute_data_end into bpf_compute_data_pointers by Daniel Borkmann · 7 years ago
  33. 65a206c net/sched: Change act_api and act_xxx modules to use IDR by Chris Mi · 7 years ago
  34. e862830 bpf: expose prog id for cls_bpf and act_bpf by Daniel Borkmann · 7 years ago
  35. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  36. f1f7714 bpf: rework prog_digest into prog_tag by Daniel Borkmann · 8 years ago
  37. 7bd509e bpf: add prog_digest and expose it via fdinfo/netlink by Daniel Borkmann · 8 years ago
  38. 55556dd bpf: drop useless bpf_fd member from cls/act by Daniel Borkmann · 8 years ago
  39. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  40. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  41. f53d8c7 bpf: use skb_at_tc_ingress helper in tcf_bpf by Daniel Borkmann · 8 years ago
  42. 04b3f8d bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf by Daniel Borkmann · 8 years ago
  43. a85a970 net_sched: move tc_action into tcf_common by WANG Cong · 8 years ago
  44. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  45. 0b0f43f net sched: indentation and other OCD stylistic fixes by Jamal Hadi Salim · 8 years ago
  46. 48d8ee1 net sched actions: aggregate dumping of actions timeinfo by Jamal Hadi Salim · 8 years ago
  47. 53eb440 net sched actions: introduce timestamp for firsttime use by Jamal Hadi Salim · 8 years ago
  48. db58ba4 bpf: wire in data and data_end for cls_act_bpf by Alexei Starovoitov · 9 years ago
  49. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  50. ddf97cc net_sched: add network namespace support for tc actions by WANG Cong · 9 years ago
  51. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  52. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 9 years ago
  53. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 9 years ago
  54. a5c90b2 act_bpf: properly support late binding of bpf action to a classifier by Daniel Borkmann · 9 years ago
  55. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. f4eaed2 act_bpf: fix memory leaks when replacing bpf programs by Daniel Borkmann · 9 years ago
  57. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. ddf06c1 tc: act_bpf: fix memory leak by Alexei Starovoitov · 9 years ago
  59. 519c818 net: sched: add percpu stats to actions by Eric Dumazet · 9 years ago
  60. 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 9 years ago
  61. a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 10 years ago
  62. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 10 years ago
  63. ced585c act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome by Daniel Borkmann · 10 years ago
  64. fd3e646 net: act_bpf: fix size mismatch on filter preparation by Daniel Borkmann · 10 years ago
  65. d23b8ad tc: add BPF based action by Jiri Pirko · 10 years ago