summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-286-49/+283
|\
| * bpf: fix max call depth checkAlexei Starovoitov2017-12-271-2/+2
| * bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-16/+66
| * bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-1/+1
| * bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-215-26/+189
| * bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-212-0/+9
| * bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-2/+13
| * bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| * bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-117/+166
|\ \ | |/ |/|
| * bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-68/+34
| * bpf: fix integer overflowsAlexei Starovoitov2017-12-211-0/+48
| * bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
| * bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
| * bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
| * bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
| * bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
| * bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
| * bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
| * bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_dataDaniel Borkmann2017-12-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-184-196/+1065
|\ \
| * | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-3/+139
| * | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-172-2/+3
| * | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-172-17/+109
| * | bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2017-12-171-28/+101
| * | bpf: introduce function calls (verification)Alexei Starovoitov2017-12-171-151/+551
| * | bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-172-4/+145
| * | bpf: add a bpf_override_function helperJosef Bacik2017-12-122-0/+5
| * | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-0/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: add schedule points to map alloc/freeEric Dumazet2017-12-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-052-1/+17
|\|
| * bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-011-1/+2
| * bpf: offload: add a license headerJakub Kicinski2017-11-271-0/+15
* | bpf: cleanup register_is_null()Alexei Starovoitov2017-12-011-10/+10
* | bpf: improve JEQ/JNE path walkingAlexei Starovoitov2017-12-011-2/+3
* | bpf: improve verifier liveness marksAlexei Starovoitov2017-12-011-0/+5
* | bpf: don't mark FP reg as uninitAlexei Starovoitov2017-12-011-4/+4
* | bpf: print liveness info to verifier logAlexei Starovoitov2017-12-011-4/+20
* | bpf: fix stack state printing in verifier logAlexei Starovoitov2017-12-011-1/+1
|/
* bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-0/+27
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-1/+3
* bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-17/+0
* bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
* bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-10/+0
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-11/+12
* bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-212-3/+3
* bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
* bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-6/+0
|\