1. 9975a54 bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len by Daniel Borkmann · 7 years ago
  2. 89b0968 bpf: don't indicate success when copy_from_user fails by Daniel Borkmann · 7 years ago
  3. 9305706 bpf/verifier: fix min/max handling in BPF_SUB by Edward Cree · 8 years ago
  4. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  5. 4cabc5b bpf: fix mixed signed/unsigned derived min/max value bounds by Daniel Borkmann · 8 years ago
  6. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 4cc7c18 bpf: Implement show_options by David Howells · 8 years ago
  8. 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. 4318870 bpf, verifier: add additional patterns to evaluate_reg_imm_alu by John Fastabend · 8 years ago
  10. 9780c0a bpf: export whether tail call has jited owner by Daniel Borkmann · 8 years ago
  11. f96da09 bpf: simplify narrower ctx access by Daniel Borkmann · 8 years ago
  12. 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 8 years ago
  13. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. e4448ed bpf: don't open-code memdup_user() by Al Viro · 8 years ago
  15. 6bdf6ab bpf: prevent leaking pointer via xadd on unpriviledged by Daniel Borkmann · 8 years ago
  16. 8007e40 bpf: Fix out-of-bound access on interpreters[] by Martin KaFai Lau · 8 years ago
  17. 14dc6f0 bpf: Add syscall lookup support for fd array and htab by Martin KaFai Lau · 8 years ago
  18. 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 8 years ago
  19. 31fd858 bpf: permits narrower load from bpf program context fields by Yonghong Song · 8 years ago
  20. 36e24c0 bpf: reset id on spilled regs in clear_all_pkt_pointers by Daniel Borkmann · 8 years ago
  21. 4a2ff55 bpf: reset id on CONST_IMM transition by Daniel Borkmann · 8 years ago
  22. d25da6c bpf: don't check spilled reg state for non-STACK_SPILLed type slots by Daniel Borkmann · 8 years ago
  23. 9204657 bpf: cgroup skb progs cannot access ld_abs/ind by Daniel Borkmann · 8 years ago
  24. 1e27097 bpf: Add BPF_OBJ_GET_INFO_BY_FD by Martin KaFai Lau · 8 years ago
  25. bd5f5f4e bpf: Add BPF_MAP_GET_FD_BY_ID by Martin KaFai Lau · 8 years ago
  26. b16d9aa bpf: Add BPF_PROG_GET_FD_BY_ID by Martin KaFai Lau · 8 years ago
  27. 34ad558 bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command by Martin KaFai Lau · 8 years ago
  28. f3f1c05 bpf: Introduce bpf_map ID by Martin KaFai Lau · 8 years ago
  29. dc4bb0e bpf: Introduce bpf_prog ID by Martin KaFai Lau · 8 years ago
  30. f91840a perf, bpf: Add BPF support to all perf_event types by Alexei Starovoitov · 8 years ago
  31. 80b7d81 bpf: Remove the capability check for cgroup skb eBPF program by Chenbo Feng · 8 years ago
  32. fb9a307 bpf: Allow CGROUP_SKB eBPF program to access sk_buff by Chenbo Feng · 8 years ago
  33. b870aa9 bpf: use different interpreter depending on required stack size by Alexei Starovoitov · 8 years ago
  34. 80a58d0 bpf: reconcile bpf_tail_call and stack_depth by Alexei Starovoitov · 8 years ago
  35. 8726679 bpf: teach verifier to track stack depth by Alexei Starovoitov · 8 years ago
  36. f696b8f bpf: split bpf core interpreter by Alexei Starovoitov · 8 years ago
  37. 71189fa bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode by Alexei Starovoitov · 8 years ago
  38. a316338 bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 8 years ago
  39. a9789ef bpf: properly reset caller saved regs after helper call and ld_abs/ind by Daniel Borkmann · 8 years ago
  40. 1ad2f58 bpf: fix incorrect pruning decision when alignment must be tracked by Daniel Borkmann · 8 years ago
  41. e4eda88 net: Make IP alignment calulations clearer. by David S. Miller · 8 years ago
  42. 3c2ce60 bpf: adjust verifier heuristics by Daniel Borkmann · 8 years ago
  43. 6832a33 bpf: Handle multiple variable additions into packet pointers in verifier. by David S. Miller · 8 years ago
  44. e07b98d bpf: Add strict alignment flag for BPF_PROG_LOAD. by David S. Miller · 8 years ago
  45. c5fc969 bpf: Do per-instruction state dumping in verifier when log_level > 1. by David S. Miller · 8 years ago
  46. d117441 bpf: Track alignment of register values in the verifier. by David S. Miller · 8 years ago
  47. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  48. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  50. 0d0e576 bpf: don't let ldimm64 leak map addresses on unprivileged by Daniel Borkmann · 8 years ago
  51. 332270f bpf: enhance verifier to understand stack pointer arithmetic by Yonghong Song · 8 years ago
  52. d24f7c7 bpf: bpf_lock on kallsysms doesn't need to be irqsave by Hannes Frederic Sowa · 8 years ago
  53. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  54. 8fe4592 bpf: map_get_next_key to return first key on NULL by Teng Qin · 8 years ago
  55. e390b55 bpf: make bpf_xdp_adjust_head support mandatory by Daniel Borkmann · 8 years ago
  56. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. c2002f9 bpf: fix checking xdp_adjust_head on tail calls by Daniel Borkmann · 8 years ago
  58. 6b1bb01 bpf: fix cb access in socket filter programs on tail calls by Daniel Borkmann · 8 years ago
  59. 695ba26 bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4 by Martin KaFai Lau · 8 years ago
  60. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. 8f917bb bpf: pass sk to helper functions by Willem de Bruijn · 8 years ago
  62. 40077e0 bpf: remove struct bpf_map_type_list by Johannes Berg · 8 years ago
  63. be9370a bpf: remove struct bpf_prog_type_list by Johannes Berg · 8 years ago
  64. 96a94cc bpf: reference may_access_skb() from __bpf_prog_run() by Johannes Berg · 8 years ago
  65. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 1cf1cae bpf: introduce BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago
  67. 79adffc bpf, verifier: fix rejection of unaligned access checks for map_value_adj by Daniel Borkmann · 8 years ago
  68. fce366a bpf, verifier: fix alu ops against map_value{, _adj} register types by Daniel Borkmann · 8 years ago
  69. b197768 bpf: improve verifier packet range checks by Alexei Starovoitov · 8 years ago
  70. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. bcc6b1b bpf: Add hash of maps support by Martin KaFai Lau · 8 years ago
  72. 56f668d bpf: Add array of maps support by Martin KaFai Lau · 8 years ago
  73. fad73a1 bpf: Fix and simplifications on inline map lookup by Martin KaFai Lau · 8 years ago
  74. 8c290e6 bpf: fix hashmap extra_elems logic by Alexei Starovoitov · 8 years ago
  75. 9015d2f bpf: inline htab_map_lookup_elem() by Alexei Starovoitov · 8 years ago
  76. 81ed18a bpf: add helper inlining infra and optimize map_array lookup by Alexei Starovoitov · 8 years ago
  77. 8041902 bpf: adjust insn_aux_data when patching insns by Alexei Starovoitov · 8 years ago
  78. 79741b3 bpf: refactor fixup_bpf_calls() by Alexei Starovoitov · 8 years ago
  79. e245c5c6 bpf: move fixup_bpf_calls() function by Alexei Starovoitov · 8 years ago
  80. 4fe8435 bpf: convert htab map to hlist_nulls by Alexei Starovoitov · 8 years ago
  81. 9f69154 bpf: fix struct htab_elem layout by Alexei Starovoitov · 8 years ago
  82. f38837b bpf: add get_next_key callback to LPM map by Alexei Starovoitov · 8 years ago
  83. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  84. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  85. eba38a9 bpf: update the comment about the length of analysis by Gary Lin · 8 years ago
  86. bc1750f bpf: fix spelling mistake: "proccessed" -> "processed" by Colin Ian King · 8 years ago
  87. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 8 years ago
  88. 9383191 bpf: remove stubs for cBPF from arch code by Daniel Borkmann · 8 years ago
  89. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 8 years ago
  90. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 7e57fbb bpf: reduce compiler warnings by adding fallthrough comments by Alexander Alemayhu · 8 years ago
  92. 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 8 years ago
  93. c502faf bpf, lpm: fix overflows in trie_alloc checks by Daniel Borkmann · 8 years ago
  94. 63dfef7 bpf: enable verifier to add 0 to packet ptr by William Tu · 8 years ago
  95. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. a67edbf bpf: add initial bpf tracepoints by Daniel Borkmann · 8 years ago
  97. 3fadc80 bpf: enable verifier to better track const alu ops by Daniel Borkmann · 8 years ago
  98. d140199 bpf, lpm: fix kfree of im_node in trie_update_elem by Daniel Borkmann · 8 years ago
  99. b95a5c4 bpf: add a longest prefix match trie map implementation by Daniel Mack · 8 years ago
  100. d407bd2 bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 8 years ago