aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-4/+10
2021-02-11bpf: Optimize program statsAlexei Starovoitov1-1/+1
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa1-2/+4
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+0
2020-12-18bpf: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-17/+3
2020-12-10bpf: In bpf_task_fd_query use fget_taskEric W. Biederman1-17/+3
2020-12-08bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko1-1/+4
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-31/+51
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-3/+21
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-59/+10
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-80/+16
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin1-1/+5
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+63
2020-11-06bpf: Implement task local storageKP Singh1-1/+2
2020-10-19bpf: Remove unneeded breakTom Rix1-1/+0
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev1-1/+3
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen1-16/+116
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-12/+44
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-1/+1
2020-09-23Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov1-2/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-10/+77
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu1-4/+12
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-3/+10
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh1-1/+2
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-2/+3
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-18/+28
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-1/+1
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+26
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko1-0/+2
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-0/+5
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov1-0/+19
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+9
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+3
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+3
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-16/+21
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev1-0/+3
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-1/+1
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer1-3/+1
2020-06-23bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programsMaciej Żenczykowski1-1/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+12
2020-06-12bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko1-5/+12
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+6