| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: bpf_jit: small optimization in emit_bpf_tail_call() | Eric Dumazet | 2017-08-31 | 1 | -5/+4 |
* | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 2017-08-10 | 1 | -0/+26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 2 | -41/+45 |
|\ |
|
| * | bpf: Add jited_len to struct bpf_prog | Martin KaFai Lau | 2017-06-06 | 1 | -0/+1 |
| * | bpf: take advantage of stack_depth tracking in x64 JIT | Alexei Starovoitov | 2017-06-01 | 1 | -4/+5 |
| * | bpf: change x86 JITed program stack layout | Alexei Starovoitov | 2017-06-01 | 2 | -38/+40 |
| * | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 2017-06-01 | 1 | -1/+1 |
* | | objtool, x86: Add several functions and files to the objtool whitelist | Josh Poimboeuf | 2017-06-30 | 1 | -0/+2 |
|/ |
|
* | x86: use set_memory.h header | Laura Abbott | 2017-05-09 | 1 | -0/+1 |
* | bpf, x86_64/arm64: remove old ldimm64 artifacts from jits | Daniel Borkmann | 2017-04-28 | 1 | -7/+0 |
* | bpf: fix unlocking of jited image when module ronx not set | Daniel Borkmann | 2017-02-21 | 1 | -1/+1 |
* | bpf: make jited programs visible in traces | Daniel Borkmann | 2017-02-17 | 1 | -15/+0 |
* | bpf: remove stubs for cBPF from arch code | Daniel Borkmann | 2017-02-17 | 1 | -6/+2 |
* | bpf: change back to orig prog on too many passes | Daniel Borkmann | 2017-01-08 | 1 | -0/+2 |
* | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau | 2016-12-08 | 1 | -1/+1 |
* | bpf, x86: add support for constant blinding | Daniel Borkmann | 2016-05-16 | 1 | -13/+53 |
* | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann | 2016-05-16 | 1 | -3/+4 |
* | bpf, x86/arm64: remove useless checks on prog | Daniel Borkmann | 2016-05-16 | 1 | -3/+0 |
* | x86/asm/bpf: Create stack frames in bpf_jit.S | Josh Poimboeuf | 2016-02-24 | 1 | -2/+7 |
* | x86/asm/bpf: Annotate callable functions | Josh Poimboeuf | 2016-02-24 | 1 | -23/+16 |
* | bpf, x86: detect/optimize loading 0 immediates | Daniel Borkmann | 2015-12-18 | 1 | -0/+26 |
* | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann | 2015-12-18 | 1 | -5/+9 |
* | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 2015-10-03 | 1 | -1/+1 |
* | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 2015-08-10 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-01 | 1 | -4/+4 |
|\ |
|
| * | ebpf, x86: fix general protection fault when tail call is invoked | Daniel Borkmann | 2015-07-30 | 1 | -4/+4 |
* | | bpf, x86/sparc: show actual number of passes in bpf_jit_dump | Daniel Borkmann | 2015-07-30 | 1 | -1/+1 |
* | | bpf: introduce bpf_skb_vlan_push/pop() helpers | Alexei Starovoitov | 2015-07-21 | 1 | -38/+42 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-25 | 1 | -24/+126 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-02 | 1 | -1/+6 |
| |\ |
|
| * | | x86: bpf_jit: implement bpf_tail_call() helper | Alexei Starovoitov | 2015-05-21 | 1 | -24/+126 |
* | | | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar | 2015-06-08 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 1 | -1/+0 |
| |/ |
|
* / | x86: bpf_jit: fix compilation of large bpf programs | Alexei Starovoitov | 2015-05-25 | 1 | -1/+6 |
|/ |
|
* | x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions | Alexei Starovoitov | 2015-05-13 | 1 | -0/+28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-12-10 | 1 | -2/+4 |
|\ |
|
| * | bpf: x86: fix epilogue generation for eBPF programs | Alexei Starovoitov | 2014-12-06 | 1 | -2/+4 |
* | | x86: bpf_jit_comp: Remove inline from static function definitions | Joe Perches | 2014-12-09 | 1 | -9/+9 |
* | | x86: bpf_jit_comp: Reduce is_ereg() code size | Joe Perches | 2014-12-09 | 1 | -5/+5 |
|/ |
|
* | x86: bpf_jit: fix two bugs in eBPF JIT compiler | Alexei Starovoitov | 2014-10-14 | 1 | -6/+19 |
* | net: bpf: be friendly to kmemcheck | Daniel Borkmann | 2014-09-10 | 1 | -1/+1 |
* | net: bpf: consolidate JIT binary allocator | Daniel Borkmann | 2014-09-10 | 1 | -39/+11 |
* | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov | 2014-09-09 | 1 | -0/+17 |
* | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann | 2014-09-05 | 1 | -12/+6 |
* | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT | Alexei Starovoitov | 2014-08-26 | 1 | -0/+42 |
* | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 2014-08-03 | 1 | -6/+6 |
* | net: filter: rename sk_convert_filter() -> bpf_convert_filter() | Alexei Starovoitov | 2014-08-03 | 1 | -1/+1 |
* | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' | Alexei Starovoitov | 2014-07-25 | 1 | -1/+1 |
* | net: filter: cleanup A/X name usage | Alexei Starovoitov | 2014-06-11 | 1 | -130/+130 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 1 | -1/+1 |
|\ |
|