summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-4/+43
|\
| * bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+13
| * bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-4/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+2
|\ \ | |/ |/|
| * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2021-05-111-1/+2
* | bpf: Make some symbols staticPu Lehui2021-05-191-2/+2
* | bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+19
* | bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+2
* | bpf: Introduce fd_idxAlexei Starovoitov2021-05-191-1/+1
* | bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2021-05-191-3/+4
* | bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov2021-05-191-39/+74
* | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+53
|/
* bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-251-6/+17
* bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+3
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+1
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-1/+2
* bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov2021-03-081-0/+5
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-4/+10
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-1/+1
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-281-1/+0
|\
| * 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-151-17/+3
|\ \ | |/ |/|
| * bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2020-12-101-17/+3
* | bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko2020-12-081-1/+4
* | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-31/+51
* | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-3/+21
* | bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-59/+10
* | bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-80/+16
* | bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-1/+5
* | bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+63
* | bpf: Implement task local storageKP Singh2020-11-061-1/+2
|/
* bpf: Remove unneeded breakTom Rix2020-10-191-1/+0
* bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev2020-10-021-1/+3
* bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-16/+116
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-12/+44
* bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-1/+1
* Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov2020-09-231-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-10/+77
|\
| * bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song2020-09-211-6/+2
| * bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+63
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-151-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
| |\
| | * bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-08-241-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-3/+10
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
* | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-1/+2