summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2017-12-21bpf: don't prune branches when a scalar is replaced with a pointerJann Horn-8/+7
2017-12-21bpf: force strict alignment checks for stack pointersJann Horn-0/+5
2017-12-21bpf: fix missing error return in check_stack_boundary()Jann Horn-0/+1
2017-12-21bpf: fix 32-bit ALU op verificationJann Horn-11/+17
2017-12-21bpf: fix incorrect tracking of register size truncationJann Horn-17/+27
2017-12-21bpf: fix incorrect sign extension in check_alu_op()Jann Horn-1/+7
2017-12-21bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree-14/+16
2017-12-19bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song-2/+13
2017-12-19bpf: make function skip_callee static and return NULL rather than 0Colin Ian King-1/+2
2017-12-19bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King-1/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-196/+1065
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov-3/+139
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov-2/+3
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov-17/+109
2017-12-17bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov-28/+101
2017-12-17bpf: introduce function calls (verification)Alexei Starovoitov-151/+551
2017-12-17bpf: introduce function calls (function boundaries)Alexei Starovoitov-4/+145
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-12-15bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_dataDaniel Borkmann-0/+6
2017-12-12bpf: add schedule points to map alloc/freeEric Dumazet-0/+2
2017-12-12bpf: add a bpf_override_function helperJosef Bacik-0/+5
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song-0/+21
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+17
2017-12-01bpf: cleanup register_is_null()Alexei Starovoitov-10/+10
2017-12-01bpf: improve JEQ/JNE path walkingAlexei Starovoitov-2/+3
2017-12-01bpf: improve verifier liveness marksAlexei Starovoitov-0/+5
2017-12-01bpf: don't mark FP reg as uninitAlexei Starovoitov-4/+4
2017-12-01bpf: print liveness info to verifier logAlexei Starovoitov-4/+20
2017-12-01bpf: fix stack state printing in verifier logAlexei Starovoitov-1/+1
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song-1/+2
2017-11-27bpf: offload: add a license headerJakub Kicinski-0/+15
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov-0/+27
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello-1/+3
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski-17/+0
2017-11-21bpf: offload: ignore namespace movesJakub Kicinski-0/+4
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski-10/+0
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski-11/+12
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski-3/+3
2017-11-21bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski-2/+3
2017-11-21bpf: offload: add comment warning developers about double destroyJakub Kicinski-0/+4
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-6/+0
2017-11-15bpf: fix lockdep splatEric Dumazet-2/+6
2017-11-14bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song-16/+24
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller-5/+0
2017-11-11bpf: add a bpf_override_function helperJosef Bacik-0/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-6/+24
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin-0/+75
2017-11-05bpf: remove old offload/analyzerJakub Kicinski-75/+0
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski-0/+1