summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-5/+5
|\
| * bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-5/+5
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-1/+3
|\ \ | |/ |/|
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-289-23/+63
| |\
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-044-5/+24
| |\ \
| * | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-212-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-044-5/+79
|\ \ \ \
| * | | | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| * | | | bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| * | | | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| * | | | bpf: enable program statsAlexei Starovoitov2019-02-273-5/+67
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-4/+5
|\ \ \ \ \
| * | | | | bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-011-1/+2
| * | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
| * | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-0/+1
|\| | | |
| * | | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-221-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+7
|\| | | | | |/ / / |/| | |
| * | | bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-111-1/+7
| * | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-091-4/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-44/+134
|\ \ \ \
| * | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
| * | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-2/+29
| * | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-40/+92
| * | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-101-4/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-086-18/+48
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| * | | bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-313-14/+35
| * | | bpf: run bpf programs with preemption disabledAlexei Starovoitov2019-01-311-1/+1
| * | | bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
| | |/ | |/|
* | | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
* | | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
* | | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-018-19/+328
* | | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-311-1/+2
* | | bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-311-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-285-296/+774
|\ \ \ | |/ / |/| |
| * | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+21
| * | bpf: interpreter support for JMP32Jiong Wang2019-01-261-134/+63
| * | bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
| * | bpf: verifier support JMP32Jiong Wang2019-01-262-33/+173
| * | bpf: refactor verifier min/max code for condition jumpJiong Wang2019-01-261-73/+99
| * | bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-232-0/+41
| * | bpf: verifier: record original instruction indexJakub Kicinski2019-01-231-3/+5
| * | bpf: verifier: remove unconditional branches by 0Jakub Kicinski2019-01-231-0/+23
| * | bpf: verifier: remove dead codeJakub Kicinski2019-01-232-3/+185
| * | bpf: verifier: hard wire branches to dead codeJakub Kicinski2019-01-231-2/+43
| * | bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-231-19/+21
| * | bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
| * | bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
| |/
* | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-2/+15