summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-2/+3
* | bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-18/+28
|/
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-1/+1
* bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-0/+26
* bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko2020-07-291-0/+2
* bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-0/+5
* bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-251-0/+19
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+3
|\
| * bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-101-5/+3
|\ \
| * | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-1/+1
| * | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-301-3/+1
| * | bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-231-1/+1
| |/
* / bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-16/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-5/+12
|\
| * bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
* | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-19/+6
|\ \
| * | bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro2020-06-031-19/+6
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
| |/ |/|