| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-17 | bpf, arm32: Reject BPF-to-BPF calls and callbacks in the JIT | Puranjay Mohan | 1 | -0/+6 |
| 2026-04-16 | bpf: Pass bpf_verifier_env to JIT | Xu Kuohai | 1 | -1/+1 |
| 2026-04-16 | bpf: Move constants blinding out of arch-specific JITs | Xu Kuohai | 1 | -34/+7 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+43 |
| 2024-04-22 | arm32, bpf: Reimplement sign-extension mov instruction | Puranjay Mohan | 1 | -13/+43 |
| 2024-03-14 | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_... | Christophe Leroy | 1 | -13/+12 |
| 2023-09-15 | arm32, bpf: add support for 64 bit division instruction | Puranjay Mohan | 1 | -1/+115 |
| 2023-09-15 | arm32, bpf: add support for 32-bit signed division | Puranjay Mohan | 2 | -8/+32 |
| 2023-09-15 | arm32, bpf: add support for unconditional bswap instruction | Puranjay Mohan | 1 | -3/+5 |
| 2023-09-15 | arm32, bpf: add support for sign-extension mov instruction | Puranjay Mohan | 1 | -5/+30 |
| 2023-09-15 | arm32, bpf: add support for sign-extension load instruction | Puranjay Mohan | 2 | -1/+75 |
| 2023-09-15 | arm32, bpf: add support for 32-bit offset jmp instruction | Puranjay Mohan | 1 | -2/+7 |
| 2022-06-14 | bpf, arm: Remove unused function emit_a32_alu_r() | YueHaibing | 1 | -16/+0 |
| 2022-03-21 | bpf, arm: Fix various typos in comments | Julia Lawall | 1 | -2/+2 |
| 2021-11-30 | bpf, docs: Prune all references to "internal BPF" | Christoph Hellwig | 1 | -1/+1 |
| 2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 1 | -2/+3 |
| 2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -5/+0 |
| 2021-10-06 | bpf, arm: Remove dummy bpf_jit_compile stub | Daniel Borkmann | 1 | -5/+0 |
| 2021-09-29 | bpf, arm: Fix register clobbering in div/mod implementation | Johan Almbladh | 1 | -0/+19 |
| 2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 1 | -0/+3 |
| 2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 1 | -4/+3 |
| 2020-05-04 | bpf, arm: Optimize ALU ARSH K using asr immediate instruction | Luke Nelson | 2 | -3/+10 |
| 2020-05-04 | bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction | Luke Nelson | 1 | -2/+2 |
| 2020-04-14 | arm, bpf: Fix offset overflow for BPF_MEM BPF_DW | Luke Nelson | 1 | -16/+24 |
| 2020-04-09 | arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 1 | -2/+10 |
| 2019-12-11 | ARM: net: bpf: Improve prologue code sequence | Russell King | 1 | -17/+13 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -8/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2 | -8/+2 |
| 2019-05-24 | arm: bpf: eliminate zero extension code-gen | Jiong Wang | 1 | -11/+31 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-01-26 | arm: bpf: implement jitting of JMP32 | Jiong Wang | 2 | -9/+46 |
| 2018-07-13 | ARM: net: bpf: improve 64-bit ALU implementation | Russell King | 1 | -5/+24 |
| 2018-07-13 | ARM: net: bpf: improve 64-bit store implementation | Russell King | 1 | -26/+26 |
| 2018-07-13 | ARM: net: bpf: improve 64-bit sign-extended immediate load | Russell King | 1 | -4/+3 |
| 2018-07-13 | ARM: net: bpf: improve 64-bit load immediate implementation | Russell King | 1 | -12/+20 |
| 2018-07-12 | ARM: net: bpf: use double-word load/stores where available | Russell King | 2 | -12/+45 |
| 2018-07-12 | ARM: net: bpf: always use odd/even register pair | Russell King | 1 | -14/+14 |
| 2018-07-12 | ARM: net: bpf: avoid reloading 'array' | Russell King | 1 | -5/+4 |
| 2018-07-12 | ARM: net: bpf: avoid reloading 'index' | Russell King | 1 | -2/+3 |
| 2018-07-12 | ARM: net: bpf: use ldr instructions with shifted rm register | Russell King | 2 | -2/+5 |
| 2018-07-12 | ARM: net: bpf: use immediate forms of instructions where possible | Russell King | 2 | -9/+13 |
| 2018-07-12 | ARM: net: bpf: imm12 constant conversion | Russell King | 1 | -1/+49 |
| 2018-07-12 | ARM: net: bpf: access eBPF scratch space using ARM FP register | Russell King | 1 | -19/+25 |
| 2018-07-12 | ARM: net: bpf: 64-bit accessor functions for BPF registers | Russell King | 1 | -113/+122 |
| 2018-07-12 | ARM: net: bpf: provide accessor functions for BPF registers | Russell King | 1 | -201/+128 |
| 2018-07-12 | ARM: net: bpf: remove is_on_stack() and sstk/dstk | Russell King | 1 | -176/+160 |
| 2018-07-12 | ARM: net: bpf: use negative numbers for stacked registers | Russell King | 1 | -98/+102 |
| 2018-07-12 | ARM: net: bpf: provide load/store ops with negative immediates | Russell King | 2 | -22/+41 |
| 2018-07-12 | ARM: net: bpf: enumerate the JIT scratch stack layout | Russell King | 1 | -17/+42 |
| 2018-06-29 | bpf, arm32: fix to use bpf_jit_binary_lock_ro api | Daniel Borkmann | 1 | -1/+1 |
| 2018-06-05 | bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64} | Wang YanQing | 1 | -5/+5 |
| 2018-06-05 | bpf, arm32: correct check_imm24 | Wang YanQing | 1 | -3/+3 |
| 2018-05-14 | bpf, arm32: save 4 bytes of unneeded stack space | Daniel Borkmann | 1 | -10/+3 |
| 2018-05-03 | bpf, arm32: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -77/+0 |
| 2018-01-26 | bpf, arm: remove obsolete exception handling from div/mod | Daniel Borkmann | 1 | -8/+0 |
| 2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+0 |
| 2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -114/+111 |
| 2018-01-19 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -2/+0 |
| 2018-01-17 | ARM: net: bpf: clarify tail_call index | Russell King | 1 | -1/+1 |
| 2018-01-17 | ARM: net: bpf: fix LDX instructions | Russell King | 1 | -28/+33 |
| 2018-01-17 | ARM: net: bpf: fix register saving | Russell King | 1 | -58/+22 |
| 2018-01-17 | ARM: net: bpf: correct stack layout documentation | Russell King | 1 | -8/+27 |
| 2018-01-17 | ARM: net: bpf: move stack documentation | Russell King | 1 | -21/+21 |
| 2018-01-17 | ARM: net: bpf: fix stack alignment | Russell King | 1 | -3/+8 |
| 2018-01-17 | ARM: net: bpf: fix tail call jumps | Russell King | 1 | -1/+1 |
| 2018-01-17 | ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs | Russell King | 1 | -7/+11 |
| 2017-12-17 | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 1 | -1/+1 |
| 2017-08-22 | arm: eBPF JIT compiler | Shubham Bansal | 2 | -799/+1735 |
| 2017-05-08 | arm: use set_memory.h header | Laura Abbott | 1 | -0/+1 |
| 2016-01-06 | ARM: net: bpf: fix zero right shift | Rabin Vincent | 1 | -1/+2 |
| 2016-01-06 | net: filter: make JITs zero A for SKF_AD_ALU_XOR_X | Rabin Vincent | 1 | -15/+1 |
| 2015-11-16 | bpf, arm: start flushing icache range from header | Daniel Borkmann | 1 | -1/+1 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2015-10-05 | ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT. | Nicolas Schichan | 2 | -6/+37 |
| 2015-10-05 | ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0. | Nicolas Schichan | 1 | -0/+1 |
| 2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 1 | -1/+1 |
| 2015-07-27 | ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT. | Nicolas Schichan | 2 | -2/+23 |
| 2015-07-27 | ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT. | Nicolas Schichan | 1 | -0/+8 |
| 2015-07-27 | ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT. | Nicolas Schichan | 1 | -0/+11 |
| 2015-07-21 | ARM: net: fix vlan access instructions in ARM JIT. | Nicolas Schichan | 1 | -3/+5 |
| 2015-07-21 | ARM: net: handle negative offsets in BPF JIT. | Nicolas Schichan | 1 | -9/+38 |
| 2015-07-21 | ARM: net: fix condition for load_order > 0 when translating load instructions. | Nicolas Schichan | 1 | -1/+1 |
| 2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+39 |
| 2015-05-12 | ARM: net: add JIT support for loads from struct seccomp_data. | Nicolas Schichan | 1 | -0/+10 |
| 2015-05-10 | ARM: net: delegate filter to kernel interpreter when imm_offset() return valu... | Nicolas Schichan | 1 | -1/+26 |
| 2015-05-10 | ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. | Nicolas Schichan | 1 | -2/+13 |
| 2014-09-23 | net: bpf: arm: make hole-faulting more robust | Daniel Borkmann | 2 | -3/+17 |
| 2014-09-09 | net: bpf: be friendly to kmemcheck | Daniel Borkmann | 1 | -1/+1 |
| 2014-09-09 | net: bpf: arm: address randomize and write protect JIT code | Daniel Borkmann | 1 | -6/+26 |
| 2014-09-05 | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann | 1 | -1/+2 |
| 2014-08-02 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 1 | -4/+4 |
| 2014-06-01 | net: filter: get rid of BPF_S_* enum | Daniel Borkmann | 1 | -72/+67 |
| 2014-03-31 | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 1 | -1/+2 |
| 2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert | 1 | -2/+2 |
| 2014-01-15 | bpf: do not use reciprocal divide | Eric Dumazet | 1 | -3/+3 |
| 2013-11-12 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -1/+5 |
| 2013-10-19 | ARM: net: fix arm instruction endian-ness in bpf_jit_32.c | Ben Dooks | 1 | -1/+5 |
| 2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov | 1 | -0/+1 |
| 2013-05-20 | arm: bpf_jit: can call module_free() from any context | Daniel Borkmann | 1 | -15/+3 |
| 2013-03-21 | filter: bpf_jit_comp: refactor and unify BPF JIT image dump output | Daniel Borkmann | 1 | -3/+2 |
| 2013-03-12 | ARM:net: an issue for k which is u32, never < 0 | Chen Gang | 1 | -1/+1 |
| 2013-02-14 | ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+. | Nicolas Schichan | 1 | -4/+11 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -5/+26 |
| 2012-12-11 | ARM: 7598/1: net: bpf_jit_32: fix sp-relative load/stores offsets. | Schichan Nicolas | 1 | -1/+1 |
| 2012-12-11 | ARM: 7597/1: net: bpf_jit_32: fix kzalloc gfp/size mismatch. | Schichan Nicolas | 1 | -2/+2 |
| 2012-11-13 | ARM: net: bpf_jit_32: add VLAN instructions for BPF JIT | Daniel Borkmann | 1 | -0/+14 |
| 2012-11-13 | ARM: net: bpf_jit_32: add XOR instruction for BPF JIT | Daniel Borkmann | 2 | -5/+12 |
| 2012-06-14 | ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X support | Mircea Gherzan | 2 | -0/+9 |
| 2012-03-24 | ARM: 7259/3: net: JIT compiler for packet filters | Mircea Gherzan | 3 | -0/+1108 |