1. 4846113 bpf: allow access into map value arrays by Josef Bacik · 8 years ago
  2. b761fe2 bpf: clean up put_cpu_var usage by Shaohua Li · 8 years ago
  3. 1955351 bpf: Set register type according to is_valid_access() by Mickaël Salaün · 8 years ago
  4. 6b17387 bpf: recognize 64bit immediate loads as consts by Jakub Kicinski · 8 years ago
  5. 13a27df bpf: enable non-core use of the verfier by Jakub Kicinski · 8 years ago
  6. 58e2af8 bpf: expose internal verfier structures by Jakub Kicinski · 8 years ago
  7. 3df126f bpf: don't (ab)use instructions to store state by Jakub Kicinski · 8 years ago
  8. 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
  9. b399cf6 bpf, verifier: enforce larger zero range for pkt on overloading stack buffs by Daniel Borkmann · 8 years ago
  10. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  11. 6088b58 bpf: minor cleanups in helpers by Daniel Borkmann · 8 years ago
  12. 2d2be8c bpf: fix range propagation on direct packet access by Daniel Borkmann · 8 years ago
  13. fdc15d3 bpf: perf_event progs should only use preallocated maps by Alexei Starovoitov · 8 years ago
  14. ea2e7ce bpf: support 8-byte metafield access by Alexei Starovoitov · 8 years ago
  15. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 6841de8 bpf: allow helpers access the packet directly by Alexei Starovoitov · 8 years ago
  17. 747ea55 bpf: fix bpf_skb_in_cgroup helper naming by Daniel Borkmann · 8 years ago
  18. 60d20f9 bpf: Add bpf_current_task_under_cgroup helper by Sargun Dhillon · 8 years ago
  19. a6ed3ea bpf: restore behavior of bpf_map_update_elem by Alexei Starovoitov · 8 years ago
  20. 1f415a7 bpf: fix method of PTR_TO_PACKET reg id generation by Jakub Kicinski · 8 years ago
  21. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  22. 4acf6c0 bpf: enable direct packet data write for xdp progs by Brenden Blanco · 8 years ago
  23. 6a773a1 bpf: add XDP prog type for early driver filter by Brenden Blanco · 8 years ago
  24. 59d3656 bpf: add bpf_prog_add api for bulk prog refcnt by Brenden Blanco · 8 years ago
  25. 858d68f bpf: bpf_event_entry_gen's alloc needs to be in atomic context by Daniel Borkmann · 8 years ago
  26. 555c8a8 bpf: avoid stack copy and use skb ctx for event output by Daniel Borkmann · 8 years ago
  27. a536a6e bpf: make inode code explicitly non-modular by Paul Gortmaker · 8 years ago
  28. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  29. 4a482f3 cgroup: bpf: Add bpf_skb_in_cgroup_proto by Martin KaFai Lau · 8 years ago
  30. 4ed8ec5 cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY by Martin KaFai Lau · 8 years ago
  31. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  32. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  33. 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 8 years ago
  34. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  35. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 3b1efb1 bpf, maps: flush own entries on perf map release by Daniel Borkmann · 8 years ago
  37. d056a78 bpf, maps: extend map_fd_get_ptr arguments by Daniel Borkmann · 8 years ago
  38. 61d1b6a bpf, maps: add release callback by Daniel Borkmann · 8 years ago
  39. 19de99f bpf: fix matching of data/data_end in verifier by Alexei Starovoitov · 8 years ago
  40. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 8 years ago
  41. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  42. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 8 years ago
  43. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. 612baca bpf, inode: disallow userns mounts by Daniel Borkmann · 8 years ago
  45. 1b9b69e bpf: teach verifier to recognize imm += ptr pattern by Alexei Starovoitov · 8 years ago
  46. d91b28e bpf: support decreasing order in direct packet access by Alexei Starovoitov · 8 years ago
  47. e27f4a9 bpf: Use mount_nodev not mount_ns to mount the bpf filesystem by Eric W. Biederman · 8 years ago
  48. b7552e1b bpf: rather use get_random_int for randomizations by Daniel Borkmann · 8 years ago
  49. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  51. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 8 years ago
  52. 4f3446b bpf: add generic constant blinding for use in jits by Daniel Borkmann · 8 years ago
  53. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  54. c237ee5 bpf: add bpf_patch_insn_single helper by Daniel Borkmann · 8 years ago
  55. 4936e35 bpf: minor cleanups in ebpf code by Daniel Borkmann · 8 years ago
  56. d295015 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  57. 735b433 bpf: improve verifier state equivalence by Alexei Starovoitov · 8 years ago
  58. 969bf05 bpf: direct packet access by Alexei Starovoitov · 8 years ago
  59. 1a0dc1a bpf: cleanup verifier code by Alexei Starovoitov · 8 years ago
  60. 1a618c2 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  61. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  62. 6aff67c bpf: fix check_map_func_compatibility logic by Alexei Starovoitov · 8 years ago
  63. 92117d8 bpf: fix refcnt overflow by Alexei Starovoitov · 8 years ago
  64. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 8 years ago
  66. 8358b02 bpf: fix double-fdput in replace_map_fd_with_map_ptr() by Jann Horn · 8 years ago
  67. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. bd570ff bpf: add event output helper for notifications/sampling/logging by Daniel Borkmann · 8 years ago
  69. 074f528 bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK by Daniel Borkmann · 8 years ago
  70. 435faee1 bpf, verifier: add ARG_PTR_TO_RAW_STACK type by Daniel Borkmann · 8 years ago
  71. 33ff982 bpf, verifier: add bpf_call_arg_meta for passing meta data by Daniel Borkmann · 8 years ago
  72. d82bccc bpf/verifier: reject invalid LD_ABS | BPF_DW instruction by Alexei Starovoitov · 8 years ago
  73. 4923ec0 bpf: simplify verifier register state assignments by Alexei Starovoitov · 8 years ago
  74. 0701615 bpf, verifier: further improve search pruning by Daniel Borkmann · 8 years ago
  75. 32bbe00 bpf: sanitize bpf tracepoint access by Alexei Starovoitov · 8 years ago
  76. 9940d67 bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs by Alexei Starovoitov · 8 years ago
  77. 0c93b7d bpf: reject invalid names right in ->lookup() by Al Viro · 8 years ago
  78. 322cea2 bpf: add missing map_flags to bpf_map_show_fdinfo by Daniel Borkmann · 8 years ago
  79. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. cdc4e47 bpf: avoid copying junk bytes in bpf_get_current_comm() by Alexei Starovoitov · 8 years ago
  81. b8cdc05 bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS by Alexei Starovoitov · 8 years ago
  82. 557c0c6 bpf: convert stackmap to pre-allocation by Alexei Starovoitov · 8 years ago
  83. 823707b bpf: check for reserved flag bits in array and stack maps by Alexei Starovoitov · 8 years ago
  84. 6c90598 bpf: pre-allocate hash map elements by Alexei Starovoitov · 8 years ago
  85. e19494e bpf: introduce percpu_freelist by Alexei Starovoitov · 8 years ago
  86. b121d1e bpf: prevent kprobe+bpf deadlocks by Alexei Starovoitov · 8 years ago
  87. 39853cc bpf: Mark __bpf_prog_run() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  88. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. 8e2fe1d9 bpf: add new arg_type that allows for 0 sized stack buffer by Daniel Borkmann · 8 years ago
  90. d5a3b1f bpf: introduce BPF_MAP_TYPE_STACK_TRACE by Alexei Starovoitov · 8 years ago
  91. 6bbd9a0 bpf: grab rcu read lock for bpf_percpu_hash_update by Sasha Levin · 8 years ago
  92. a1b14d2 bpf: fix branch offset adjustment on backjumps after patching ctx expansion by Daniel Borkmann · 8 years ago
  93. 15a07b3 bpf: add lookup/update support for per-cpu hash and array maps by Alexei Starovoitov · 8 years ago
  94. a10423b bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map by Alexei Starovoitov · 8 years ago
  95. 824bd0c bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map by Alexei Starovoitov · 8 years ago
  96. e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 8 years ago
  97. 229394e net: bpf: reject invalid shifts by Rabin Vincent · 8 years ago
  98. 688ecfe bpf: hash: use per-bucket spinlock by tom.leiming@gmail.com · 8 years ago
  99. 45d8390 bpf: hash: move select_bucket() out of htab's spinlock by tom.leiming@gmail.com · 8 years ago
  100. 6591f1e bpf: hash: use atomic count by tom.leiming@gmail.com · 8 years ago