Age | Commit message (Expand) | Author |
2018-06-05 | objtool, x86: Add several functions and files to the objtool whitelist | Josh Poimboeuf |
2018-03-28 | bpf, x64: increase number of passes | Daniel Borkmann |
2018-03-11 | bpf, x64: implement retpoline for tail call | Daniel Borkmann |
2018-01-31 | bpf: fix bpf_tail_call() x64 JIT | Alexei Starovoitov |
2018-01-31 | x86: bpf_jit: small optimization in emit_bpf_tail_call() | Eric Dumazet |
2017-01-15 | bpf: change back to orig prog on too many passes | Daniel Borkmann |
2016-05-16 | bpf, x86: add support for constant blinding | Daniel Borkmann |
2016-05-16 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann |
2016-05-16 | bpf, x86/arm64: remove useless checks on prog | Daniel Borkmann |
2016-02-24 | x86/asm/bpf: Create stack frames in bpf_jit.S | Josh Poimboeuf |
2016-02-24 | x86/asm/bpf: Annotate callable functions | Josh Poimboeuf |
2015-12-18 | bpf, x86: detect/optimize loading 0 immediates | Daniel Borkmann |
2015-12-18 | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann |
2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann |
2015-08-09 | bpf: Make the bpf_prog_array_map more generic | Wang Nan |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-07-30 | bpf, x86/sparc: show actual number of passes in bpf_jit_dump | Daniel Borkmann |
2015-07-29 | ebpf, x86: fix general protection fault when tail call is invoked | Daniel Borkmann |
2015-07-20 | bpf: introduce bpf_skb_vlan_push/pop() helpers | Alexei Starovoitov |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-06-08 | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar |
2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-05-25 | x86: bpf_jit: fix compilation of large bpf programs | Alexei Starovoitov |
2015-05-21 | x86: bpf_jit: implement bpf_tail_call() helper | Alexei Starovoitov |
2015-05-12 | x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions | Alexei Starovoitov |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-12-09 | x86: bpf_jit_comp: Remove inline from static function definitions | Joe Perches |
2014-12-09 | x86: bpf_jit_comp: Reduce is_ereg() code size | Joe Perches |
2014-12-05 | bpf: x86: fix epilogue generation for eBPF programs | Alexei Starovoitov |
2014-10-14 | x86: bpf_jit: fix two bugs in eBPF JIT compiler | Alexei Starovoitov |
2014-09-09 | net: bpf: be friendly to kmemcheck | Daniel Borkmann |
2014-09-09 | net: bpf: consolidate JIT binary allocator | Daniel Borkmann |
2014-09-09 | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov |
2014-09-05 | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann |
2014-08-25 | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT | Alexei Starovoitov |
2014-08-02 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov |
2014-08-02 | net: filter: rename sk_convert_filter() -> bpf_convert_filter() | Alexei Starovoitov |
2014-07-24 | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' | Alexei Starovoitov |
2014-06-11 | net: filter: cleanup A/X name usage | Alexei Starovoitov |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-05-15 | net: filter: x86: internal BPF JIT | Alexei Starovoitov |
2014-05-15 | net: filter: x86: split bpf_jit_compile() | Alexei Starovoitov |
2014-05-13 | net: filter: x86: fix JIT address randomization | Alexei Starovoitov |
2014-03-31 | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann |
2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert |
2014-03-11 | x86: bpf_jit: support negative offsets | Alexei Starovoitov |
2014-01-15 | bpf: do not use reciprocal divide | Eric Dumazet |
2013-11-07 | net: x86: bpf: don't forget to free sk_filter (v2) | Andrey Vagin |
2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov |