| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-07 | bpf, i386: Remove unneeded conversion to bool |  Jason Yan | 1 | -2/+2 |
| 2020-04-24 | bpf, x86_32: Fix logic error in BPF_LDX zero-extension |  Wang YanQing | 1 | -1/+1 |
| 2020-04-24 | bpf, x86_32: Fix clobbering of dst for BPF_JSET |  Luke Nelson | 1 | -4/+18 |
| 2020-04-24 | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension |  Luke Nelson | 1 | -1/+3 |
| 2020-04-20 | bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B |  Luke Nelson | 1 | -3/+15 |
| 2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -4/+6 |
| 2020-03-11 | bpf: Fix trampoline generation for fmod_ret programs |  Alexei Starovoitov | 1 | -26/+5 |
| 2020-03-06 | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits |  Luke Nelson | 1 | -4/+6 |
| 2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN |  KP Singh | 1 | -11/+119 |
| 2020-03-04 | bpf: JIT helpers for fmod_ret progs |  KP Singh | 1 | -63/+85 |
| 2020-03-04 | bpf: Refactor trampoline update code |  KP Singh | 1 | -15/+16 |
| 2020-01-09 | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS |  Martin KaFai Lau | 1 | -10/+8 |
| 2019-12-13 | bpf, x86: Align dispatcher branch targets to 16B |  Björn Töpel | 1 | -1/+29 |
| 2019-12-13 | bpf: Introduce BPF dispatcher |  Björn Töpel | 1 | -0/+122 |
| 2019-11-24 | bpf: Simplify __bpf_arch_text_poke poke type handling |  Daniel Borkmann | 1 | -60/+25 |
| 2019-11-24 | bpf, x86: Emit patchable direct jump as tail call |  Daniel Borkmann | 1 | -95/+187 |
| 2019-11-24 | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps |  Daniel Borkmann | 1 | -18/+46 |
| 2019-11-15 | bpf: Support attaching tracing BPF program to other BPF programs |  Alexei Starovoitov | 1 | -1/+2 |
| 2019-11-15 | bpf: Reserve space for BPF trampoline in BPF programs |  Alexei Starovoitov | 1 | -2/+7 |
| 2019-11-15 | bpf: Introduce BPF trampoline |  Alexei Starovoitov | 1 | -2/+209 |
| 2019-11-15 | bpf: Add bpf_arch_text_poke() helper |  Alexei Starovoitov | 1 | -0/+51 |
| 2019-11-15 | bpf: Refactor x86 JIT into helpers |  Alexei Starovoitov | 1 | -54/+98 |
| 2019-10-17 | bpf: Add support for BTF pointers to x86 JIT |  Alexei Starovoitov | 1 | -4/+93 |
| 2019-10-04 | bpf, x86: Small optimization in comparing against imm0 |  Daniel Borkmann | 1 | -0/+10 |
| 2019-08-01 | bpf: fix x64 JIT code generation for jmp to 1st insn |  Alexei Starovoitov | 1 | -4/+5 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -255/+29 |
| 2019-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 1 | -255/+29 |
| 2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 |  Luke Nelson | 1 | -57/+6 |
| 2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 |  Luke Nelson | 1 | -198/+23 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -58/+22 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -53/+21 |
| 2019-06-14 | bpf, x64: fix stack layout of JITed bpf code |  Alexei Starovoitov | 1 | -53/+21 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 |  Thomas Gleixner | 1 | -5/+1 |
| 2019-05-24 | x32: bpf: eliminate zero extension code-gen |  Jiong Wang | 1 | -27/+56 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig |  Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG |  Wang YanQing | 1 | -13/+6 |
| 2019-05-01 | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} |  Wang YanQing | 1 | -51/+166 |
| 2019-01-26 | x32: bpf: implement jitting of JMP32 |  Jiong Wang | 1 | -36/+85 |
| 2019-01-26 | x86_64: bpf: implement jitting of JMP32 |  Jiong Wang | 1 | -6/+40 |
| 2018-12-09 | bpf: Add bpf_line_info support |  Martin KaFai Lau | 1 | -0/+2 |
| 2018-07-26 | bpf, x32: Fix regression caused by commit 24dea04767e6 |  Wang YanQing | 1 | -4/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() |  Kees Cook | 2 | -2/+2 |
| 2018-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 4 | -379/+2544 |
| 2018-05-03 | bpf, x32: remove ld_abs/ld_ind |  Daniel Borkmann | 1 | -135/+1 |
| 2018-05-03 | bpf, x64: remove ld_abs/ld_ind |  Daniel Borkmann | 3 | -296/+5 |
| 2018-05-03 | bpf, x86_32: add eBPF JIT compiler for ia32 |  Wang YanQing | 2 | -2/+2559 |
| 2018-05-02 | bpf, x64: fix memleak when not converging on calls |  Daniel Borkmann | 1 | -1/+1 |
| 2018-05-02 | bpf, x64: fix memleak when not converging after image |  Daniel Borkmann | 1 | -2/+2 |
| 2018-05-02 | x86/bpf: Clean up non-standard comments, to make the code more readable |  Ingo Molnar | 1 | -100/+133 |
| 2018-04-25 | bpf, x64: fix JIT emission for dead code |  Gianluca Borello | 1 | -1/+11 |