1. a1b14d2 bpf: fix branch offset adjustment on backjumps after patching ctx expansion by Daniel Borkmann · 8 years ago
  2. e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 8 years ago
  3. 229394e net: bpf: reject invalid shifts by Rabin Vincent · 8 years ago
  4. 688ecfe bpf: hash: use per-bucket spinlock by tom.leiming@gmail.com · 8 years ago
  5. 45d8390 bpf: hash: move select_bucket() out of htab's spinlock by tom.leiming@gmail.com · 8 years ago
  6. 6591f1e bpf: hash: use atomic count by tom.leiming@gmail.com · 8 years ago
  7. 8b614ae bpf: move clearing of A/X into classic to eBPF migration prologue by Daniel Borkmann · 9 years ago
  8. bb35a6e bpf, inode: allow for rename and link ops by Daniel Borkmann · 9 years ago
  9. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 01b3f52 bpf: fix allocation warnings in bpf maps and integer overflow by Alexei Starovoitov · 9 years ago
  11. fbca9d2 bpf, array: fix heap out-of-bounds access when updating elements by Daniel Borkmann · 9 years ago
  12. c9da161 bpf: fix clearing on persistent program array maps by Daniel Borkmann · 9 years ago
  13. f99bf20 bpf: add show_fdinfo handler for maps by Daniel Borkmann · 9 years ago
  14. 1d056d9 bpf, verifier: annotate verbose printer with __printf by Daniel Borkmann · 9 years ago
  15. b219775 bpf: add support for persistent maps/progs by Daniel Borkmann · 9 years ago
  16. e9d8afa bpf: consolidate bpf_prog_put{, _rcu} dismantle paths by Daniel Borkmann · 9 years ago
  17. c210129 bpf: align and clean bpf_{map,prog}_get helpers by Daniel Borkmann · 9 years ago
  18. aa79781 bpf: abstract anon_inode_getfd invocations by Daniel Borkmann · 9 years ago
  19. ac00881 bpf: convert hashtab lock to raw lock by Yang Shi · 9 years ago
  20. 62544ce bpf: fix bpf_perf_event_read() helper by Alexei Starovoitov · 9 years ago
  21. a43eec3 bpf: introduce bpf_perf_event_output() helper by Alexei Starovoitov · 9 years ago
  22. ac00737 bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put by Tom Herbert · 9 years ago
  23. aaac3ba bpf: charge user for creation of BPF maps and programs by Alexei Starovoitov · 9 years ago
  24. 1be7f75 bpf: enable non-root eBPF programs by Alexei Starovoitov · 9 years ago
  25. ff936a0 bpf: fix cb access in socket filter programs by Alexei Starovoitov · 9 years ago
  26. 3ad0040 bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs by Daniel Borkmann · 9 years ago
  27. 0cdf5640 ebpf: include perf_event only where really needed by Daniel Borkmann · 9 years ago
  28. c46646d sched, bpf: add helper for retrieving routing realms by Daniel Borkmann · 9 years ago
  29. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  30. 687f071 bpf: fix out of bounds access in verifier log by Alexei Starovoitov · 9 years ago
  31. 592867b ebpf: fix fd refcount leaks related to maps in bpf syscall by Daniel Borkmann · 9 years ago
  32. 140d8b3 bpf: fix bpf_perf_event_read() loop upper bound by Wei-Chun Chao · 9 years ago
  33. 35578d7 bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter by Kaixu Xia · 9 years ago
  34. ea317b2 bpf: Add new bpf map type to store the pointer to struct perf_event by Kaixu Xia · 9 years ago
  35. 2a36f0b bpf: Make the bpf_prog_array_map more generic by Wang Nan · 9 years ago
  36. 24b4d2a ebpf: Allow dereferences of PTR_TO_STACK registers by Alex Gartrell · 9 years ago
  37. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  38. c4675f9 ebpf: remove self-assignment in interpreter's tail call by Daniel Borkmann · 9 years ago
  39. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 9 years ago
  40. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  41. d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 9 years ago
  42. 3324b58 ebpf: misc core cleanup by Daniel Borkmann · 9 years ago
  43. 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 9 years ago
  44. abf2e7d bpf: add missing rcu protection when releasing programs from prog_array by Alexei Starovoitov · 9 years ago
  45. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 9 years ago
  46. 876a7ae bpf: fix 64-bit divide by Alexei Starovoitov · 9 years ago
  47. 725f9dc bpf: fix two bugs in verification logic when accessing 'ctx' pointer by Alexei Starovoitov · 9 years ago
  48. c3de631 bpf: fix verifier memory corruption by Alexei Starovoitov · 9 years ago
  49. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  50. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 9 years ago
  51. 608cd71 tc: bpf: generalize pedit action by Alexei Starovoitov · 9 years ago
  52. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  53. 9bac3d6 bpf: allow extended BPF programs access skb fields by Alexei Starovoitov · 9 years ago
  54. c04167c ebpf: add helper for obtaining current processor id by Daniel Borkmann · 9 years ago
  55. 03e69b5 ebpf: add prandom helper for packet sampling by Daniel Borkmann · 9 years ago
  56. 80f1d68 ebpf: verifier: check that call reg with ARG_ANYTHING is initialized by Daniel Borkmann · 9 years ago
  57. 3ba67da ebpf: bpf_map_*: fix linker error on avr32 and openrisc arch by Daniel Borkmann · 9 years ago
  58. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 9 years ago
  59. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 9 years ago
  60. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  61. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  62. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  63. 59343cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  64. 8ebe667 bpf: rcu lock must not be held when calling copy_to_user() by Alexei Starovoitov · 9 years ago
  65. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  66. ddd872b bpf: verifier: add checks for BPF_ABS | BPF_IND instructions by Alexei Starovoitov · 10 years ago
  67. daaf427 bpf: fix arraymap NULL deref and missing overflow and zero size checks by Alexei Starovoitov · 10 years ago
  68. 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 10 years ago
  69. d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago
  70. a1854d6 bpf: fix BPF_MAP_LOOKUP_ELEM command return code by Alexei Starovoitov · 10 years ago
  71. 28fbcfa bpf: add array type of eBPF maps by Alexei Starovoitov · 10 years ago
  72. 0f8e4bd bpf: add hashtable type of eBPF maps by Alexei Starovoitov · 10 years ago
  73. 3274f52 bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command by Alexei Starovoitov · 10 years ago
  74. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  75. 9c399760 bpf: reduce verifier memory consumption by Alexei Starovoitov · 10 years ago
  76. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  77. 32bf08a bpf: fix bug in eBPF verifier by Alexei Starovoitov · 10 years ago
  78. f1bca82 bpf: add search pruning optimization to verifier by Alexei Starovoitov · 10 years ago
  79. 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
  80. 17a5267 bpf: verifier (add verifier core) by Alexei Starovoitov · 10 years ago
  81. 475fb78 bpf: verifier (add branch/goto checks) by Alexei Starovoitov · 10 years ago
  82. 0246e64 bpf: handle pseudo BPF_LD_IMM64 insn by Alexei Starovoitov · 10 years ago
  83. cbd3570 bpf: verifier (add ability to receive verification log) by Alexei Starovoitov · 10 years ago
  84. 51580e7 bpf: verifier (add docs) by Alexei Starovoitov · 10 years ago
  85. 0a542a8 bpf: handle pseudo BPF_CALL insn by Alexei Starovoitov · 10 years ago
  86. 09756af bpf: expand BPF syscall with program load/unload by Alexei Starovoitov · 10 years ago
  87. db20fd2 bpf: add lookup/update/delete/iterate methods to BPF maps by Alexei Starovoitov · 10 years ago
  88. 99c55f7 bpf: introduce BPF syscall and maps by Alexei Starovoitov · 10 years ago
  89. b954d83 net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected by Daniel Borkmann · 10 years ago
  90. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  91. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  92. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  93. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  94. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  95. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  96. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  97. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago