- 2c9c3bb bpf: s390: Fix build error caused by the struct bpf_array member name changed by Kaixu Xia · 9 years ago
- 7b36f92 bpf: provide helper that indicates eBPF was migrated by Daniel Borkmann · 9 years ago
- 9db7f2b s390/bpf: recache skb->data/hlen for skb_vlan_push/pop by Michael Holzheu · 9 years ago
- cde66c2 s390/bpf: Only clear A and X for converted BPF programs by Michael Holzheu · 9 years ago
- ce2b6ad s390/bpf: increase BPF_SIZE_MAX by Michael Holzheu · 9 years ago
- 1df03ff s390/bpf: Fix multiple macro expansions by Michael Holzheu · 9 years ago
- f75298f s390/bpf: clear correct BPF accumulator register by Michael Holzheu · 9 years ago
- 4e10df9 bpf: introduce bpf_skb_vlan_push/pop() helpers by Alexei Starovoitov · 9 years ago
- b035b60 s390/bpf: Fix backward jumps by Michael Holzheu · 9 years ago
- 6651ee0 s390/bpf: implement bpf_tail_call() helper by Michael Holzheu · 9 years ago
- 88aeca1 s390/bpf: fix bpf frame pointer setup by Michael Holzheu · 9 years ago
- bbac1c9 s390/bpf: fix stack allocation by Michael Holzheu · 9 years ago
- b9b4b1c s390/bpf: Fix gcov stack space problem by Michael Holzheu · 10 years ago
- 771aada s390/bpf: Adjust ALU64_DIV/MOD to match interpreter change by Michael Holzheu · 10 years ago
- 0546231 s390/bpf: Add s390x eBPF JIT compiler backend by Michael Holzheu · 10 years ago
- fe82bba s390/bpf: Zero extend parameters before calling C function by Michael Holzheu · 10 years ago
- 1a92b2d s390/bpf: Fix sk_load_byte_msh() by Michael Holzheu · 10 years ago
- d86eb74 s390/bpf: Fix offset parameter for skb_copy_bits() by Michael Holzheu · 10 years ago
- db9aa8f s390/bpf: Fix skb_copy_bits() parameter passing by Michael Holzheu · 10 years ago
- 5a80244 s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K) by Michael Holzheu · 10 years ago
- ae75097 s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X) by Michael Holzheu · 10 years ago
- df3eed3 s390/bpf: Fix ALU_NEG (A = -A) by Michael Holzheu · 10 years ago
- 233577a net: filter: constify detection of pkt_type_offset by Hannes Frederic Sowa · 10 years ago
- 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
- 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
- 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
- 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
- 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 10 years ago
- e84d2f8 net: filter: s390: fix JIT address randomization by Heiko Carstens · 11 years ago
- 6e0de81 s390/bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSH by Martin Schwidefsky · 11 years ago
- f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 11 years ago
- 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 11 years ago
- 3af57f7 s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructions by Heiko Carstens · 11 years ago
- aee636c bpf: do not use reciprocal divide by Eric Dumazet · 11 years ago
- 6cef300 s390/bpf,jit: fix prolog oddity by Martin Schwidefsky · 11 years ago
- 0f20822 s390/dis: move disassembler function prototypes to proper header file by Heiko Carstens · 11 years ago
- d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
- 4784955 s390/bpf,jit: fix address randomization by Heiko Carstens · 11 years ago
- c9a7afa s390/bpf,jit: add pkt_type support by Heiko Carstens · 11 years ago
- aa2d2c7 s390/bpf,jit: address randomize and write protect jit code by Heiko Carstens · 11 years ago
- fee1b54 s390/bpf,jit: use generic jit dumper by Heiko Carstens · 11 years ago
- 1eeb747 s390/bpf,jit: call module_free() from any context by Heiko Carstens · 11 years ago
- 3d04fea s390/bpf,jit: use kcalloc instead of kmalloc and memset by Stelian Nirlu · 12 years ago
- 5303a0f s390/bpf,jit: add vlan tag support by Heiko Carstens · 12 years ago
- 916908d s390/bpf,jit: add support for XOR instruction by Heiko Carstens · 12 years ago
- 3247274 s390/bpf,jit: add support MOD instruction by Heiko Carstens · 12 years ago
- c59eed1 s390/bpf,jit: add support for BPF_S_ANC_ALU_XOR_X instruction by Heiko Carstens · 12 years ago
- 68d9884 s390/bpf,jit: improve code generation by Heiko Carstens · 12 years ago
- c10302e s390/bpf,jit: BPF Just In Time compiler for s390 by Martin Schwidefsky · 12 years ago