summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-94/+503
|\ \
| * | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-011-0/+3
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-3/+4
| * | bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov2020-06-011-1/+1
| * | bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+12
| * | bpf: Fix map permissions checkAnton Protopopov2020-06-011-1/+2
| * | bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki2020-06-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-3/+14
| |\ \
| * | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-0/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+3
| |\ \ \
| * | | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-21/+68
| * | | | bpf: Add bpf_map iteratorYonghong Song2020-05-091-0/+19
| * | | | bpf: Create anonymous bpf iteratorYonghong Song2020-05-091-0/+26
| * | | | bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-091-0/+14
| * | | | bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko2020-05-011-6/+7
| * | | | bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-011-0/+57
| * | | | bpf: Fix unused variable warningArnd Bergmann2020-04-301-1/+1
| * | | | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-281-19/+136
| * | | | bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko2020-04-281-0/+49
| * | | | bpf: Allocate ID for bpf_linkAndrii Nakryiko2020-04-281-45/+98
| * | | | bpf: Refactor bpf_link update handlingAndrii Nakryiko2020-04-281-7/+4
* | | | | mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-021-10/+14
* | | | | mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-3/+2
| |_|/ / |/| | |
* | | | bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
| |/ / |/| |
* | | bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
|/ /
* | bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
* | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
* | bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-115/+215
|\
| * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+55
| * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-9/+55
| * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-18/+39
| * bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-261-1/+0
| * bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-261-87/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-14/+20
|\ \
| * | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-201-2/+4
| * | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| * | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-11/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+5
|\ \ \ | |/ / | | / | |/ |/|
| * bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau2020-03-051-0/+5
* | bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-131-7/+11
* | bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko2020-03-111-34/+88
* | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* | bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2020-03-021-42/+181
* | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-0/+15