Age | Commit message (Expand) | Author |
2016-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-05-25 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-05-23 | bpf, inode: disallow userns mounts | Daniel Borkmann |
2016-05-20 | bpf: teach verifier to recognize imm += ptr pattern | Alexei Starovoitov |
2016-05-20 | bpf: support decreasing order in direct packet access | Alexei Starovoitov |
2016-05-20 | bpf: Use mount_nodev not mount_ns to mount the bpf filesystem | Eric W. Biederman |
2016-05-20 | bpf: rather use get_random_int for randomizations | Daniel Borkmann |
2016-05-18 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-05-16 | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo |
2016-05-16 | bpf: add generic constant blinding for use in jits | Daniel Borkmann |
2016-05-16 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann |
2016-05-16 | bpf: add bpf_patch_insn_single helper | Daniel Borkmann |
2016-05-16 | bpf: minor cleanups in ebpf code | Daniel Borkmann |
2016-05-11 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2016-05-06 | bpf: improve verifier state equivalence | Alexei Starovoitov |
2016-05-06 | bpf: direct packet access | Alexei Starovoitov |
2016-05-06 | bpf: cleanup verifier code | Alexei Starovoitov |
2016-05-05 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-28 | bpf: fix check_map_func_compatibility logic | Alexei Starovoitov |
2016-04-28 | bpf: fix refcnt overflow | Alexei Starovoitov |
2016-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-27 | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo |
2016-04-26 | bpf: fix double-fdput in replace_map_fd_with_map_ptr() | Jann Horn |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-19 | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann |
2016-04-14 | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK | Daniel Borkmann |
2016-04-14 | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann |
2016-04-14 | bpf, verifier: add bpf_call_arg_meta for passing meta data | Daniel Borkmann |
2016-04-14 | bpf/verifier: reject invalid LD_ABS | BPF_DW instruction | Alexei Starovoitov |
2016-04-10 | bpf: simplify verifier register state assignments | Alexei Starovoitov |
2016-04-08 | bpf, verifier: further improve search pruning | Daniel Borkmann |
2016-04-07 | bpf: sanitize bpf tracepoint access | Alexei Starovoitov |
2016-04-07 | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov |
2016-03-27 | bpf: reject invalid names right in ->lookup() | Al Viro |
2016-03-25 | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-09 | bpf: avoid copying junk bytes in bpf_get_current_comm() | Alexei Starovoitov |
2016-03-09 | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS | Alexei Starovoitov |
2016-03-08 | bpf: convert stackmap to pre-allocation | Alexei Starovoitov |
2016-03-08 | bpf: check for reserved flag bits in array and stack maps | Alexei Starovoitov |
2016-03-08 | bpf: pre-allocate hash map elements | Alexei Starovoitov |
2016-03-08 | bpf: introduce percpu_freelist | Alexei Starovoitov |
2016-03-08 | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov |
2016-02-29 | bpf: Mark __bpf_prog_run() stack frame as non-standard | Josh Poimboeuf |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-21 | bpf: add new arg_type that allows for 0 sized stack buffer | Daniel Borkmann |
2016-02-20 | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov |
2016-02-19 | bpf: grab rcu read lock for bpf_percpu_hash_update | Sasha Levin |