aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
...
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2016-07-07
|\ \ \ | | |/ | |/|
| * | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-16
| |/
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-08
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-01
| |\
| | * bpf, inode: disallow userns mountsDaniel Borkmann2016-05-23
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-25
| |\ \ | | |/ | |/|
| * | bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov2016-05-20
| * | bpf: support decreasing order in direct packet accessAlexei Starovoitov2016-05-20
| * | bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-05-20
| * | bpf: rather use get_random_int for randomizationsDaniel Borkmann2016-05-20
| * | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-18
| |\ \
| | * | bpf: reject invalid names right in ->lookup()Al Viro2016-03-27
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-17
| |\ \ \
| | * | | bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-16
| | * | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-16
| | * | | bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-16
| | * | | bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-16
| | * | | bpf: improve verifier state equivalenceAlexei Starovoitov2016-05-06
| | * | | bpf: direct packet accessAlexei Starovoitov2016-05-06
| | * | | bpf: cleanup verifier codeAlexei Starovoitov2016-05-06
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-27
| | |\ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
| | |\ \ \ \ \
| | * | | | | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-19
| | * | | | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-14
| | * | | | | | bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-14
| | * | | | | | bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2016-04-14
| | * | | | | | bpf: simplify verifier register state assignmentsAlexei Starovoitov2016-04-10
| | * | | | | | bpf, verifier: further improve search pruningDaniel Borkmann2016-04-08
| | * | | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-07
| | * | | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-07
* | | | | | | | perf core: Per event callchain limitArnaldo Carvalho de Melo2016-05-30
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-16
|/ / / / / /
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | bpf: fix check_map_func_compatibility logicAlexei Starovoitov2016-04-28
| * | | | | bpf: fix refcnt overflowAlexei Starovoitov2016-04-28
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-05
|\| | | |
| * | | | bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-04-26
| | |/ / | |/| |
| * | | bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2016-04-14
| |/ /
* / / perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-27
|/ /
* / bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-25
|/
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-20
|\
| * bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2016-02-29
* | bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-09
* | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-09
* | bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-08
* | bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-08
* | bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-08
* | bpf: introduce percpu_freelistAlexei Starovoitov2016-03-08
* | bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-08