aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov1-8/+24
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann1-8/+0
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann1-105/+145
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+12
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-7/+12
2018-01-14bpf: fix divides by zeroEric Dumazet1-2/+2
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann1-1/+3
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov1-2/+11
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+2
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov1-17/+73
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+3
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song1-0/+21
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song1-1/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-6/+0
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-3/+0
2017-11-11bpf: add a bpf_override_function helperJosef Bacik1-0/+3
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski1-1/+9
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-0/+81
2017-10-16tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)1-0/+3
2017-10-07bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau1-2/+15
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov1-0/+38
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov1-0/+31
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend1-0/+1
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+60
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau1-1/+3
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov1-9/+31
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov1-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-6/+3
2017-04-28bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa1-8/+4
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg1-6/+6
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+223
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-1/+11
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+9
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann1-6/+8
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann1-3/+13
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann1-11/+16
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-1/+1
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann1-0/+65
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+1
2016-09-27bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-1/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-2/+4
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann1-2/+1