summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-4/+43
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima-0/+13
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek-4/+30
2021-05-19bpf: Make some symbols staticPu Lehui-2/+2
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov-0/+2
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov-1/+1
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov-3/+4
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov-39/+74
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov-0/+53
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann-1/+2
2021-04-25bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa-6/+17
2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen-0/+3
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang-0/+1
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau-0/+1
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau-1/+2
2021-03-08bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov-0/+5
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov-4/+10
2021-02-11bpf: Optimize program statsAlexei Starovoitov-1/+1
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa-2/+4
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+0
2020-12-18bpf: Remove unused including <linux/version.h>Tian Tao-1/+0
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+3
2020-12-10bpf: In bpf_task_fd_query use fget_taskEric W. Biederman-17/+3
2020-12-08bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko-1/+4
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko-31/+51
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko-3/+21
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin-59/+10
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin-80/+16
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin-1/+5
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin-0/+63
2020-11-06bpf: Implement task local storageKP Singh-1/+2
2020-10-19bpf: Remove unneeded breakTom Rix-1/+0
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev-1/+3
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen-16/+116
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen-12/+44
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu-1/+1
2020-09-23Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov-2/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-10/+77
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song-6/+2
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu-4/+12
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-3/+10
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau-0/+1
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-1/+2
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1