summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
* bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-01-221-1/+1
* bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-01-221-0/+5
* bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-201-3/+3
* bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1
* bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-131-0/+2
* bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
* bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
* bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song2021-01-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-283-10/+10
|\
| * bpf: Use thread_group_leader()Jonathan Lemon2020-12-241-1/+1
| * bpf: Save correct stopping point in file seq iterationJonathan Lemon2020-12-241-1/+2
| * bpf: Add schedule point in htab_init_buckets()Eric Dumazet2020-12-221-0/+1
| * bpf: Remove unused including <linux/version.h>Tian Tao2020-12-181-1/+0
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-152-43/+10
|\ \ | |/ |/|
| * bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-34/+10
| * file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-1/+1
| * bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2020-12-101-17/+3
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1523-728/+1536
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-143-5/+9
| |\ \
| | * | bpf: Permits pointers on stack for helper callsYonghong Song2020-12-141-1/+2
| | * | bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko2020-12-081-1/+4
| | * | bpf: Propagate __user annotations properlyLukas Bulwahn2020-12-071-1/+1
| | * | bpf: Avoid overflows involving hash elem_sizeEric Dumazet2020-12-071-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-7/+7
| |\ \ \ | | |/ / | |/| |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0419-580/+514
| |\ \ \
| | * | | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-032-31/+56
| | * | | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-033-54/+112
| | * | | bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-022-69/+12
| | * | | bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-80/+16
| | * | | bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-10/+0
| | * | | bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin2020-12-021-13/+3
| | * | | bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-20/+4
| | * | | bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin2020-12-021-10/+2
| | * | | bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin2020-12-021-12/+4
| | * | | bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-13/+0
| | * | | bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-18/+1
| | * | | bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin2020-12-021-16/+2
| | * | | bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin2020-12-021-20/+1
| | * | | bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-15/+1
| | * | | bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin2020-12-021-16/+3
| | * | | bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin2020-12-021-20/+4
| | * | | bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-4/+6
| | * | | bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-7/+4
| | * | | bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-3/+3
| | * | | bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-10/+14
| | * | | bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin2020-12-021-3/+4