summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-133-93/+18
|\
| * bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa2020-07-131-8/+6
| * bpf: Remove btf_id helpers resolvingJiri Olsa2020-07-131-84/+5
| * bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-1/+4
| * bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-116-100/+188
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-106-84/+167
| |\
| | * bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-2/+3
| | * bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau2020-07-091-4/+9
| | * bpf: Fix an incorrect branch elimination by verifierYonghong Song2020-06-301-2/+1
| | * bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki2020-06-301-7/+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-302-7/+16
| | * bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| | * bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-19/+23
| | * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-38/+82
| | * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-2/+18
| | * bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko2020-06-301-10/+8
| | * bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-2/+2
| | * bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-231-1/+1
| | * bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-231-1/+9
| * | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-16/+21
| |\ \ | | |/ | |/|
| | * 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/bpf/bpf-nextDavid S. Miller2020-07-0413-78/+308
|\ \ \ | |/ / |/| |
| * | bpf: Fix build without CONFIG_STACKTRACESong Liu2020-07-021-0/+4
| * | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-012-5/+76
| * | bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-017-38/+3
| * | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-242-10/+34
| * | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-2211-0/+60
| * | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-224-8/+120
| * | bpf: Switch btf_parse_vmlinux to btf_find_by_name_kindAndrey Ignatov2020-06-221-17/+6
| * | bpf: Avoid verifier failure for 32bit pointer arithmeticYonghong Song2020-06-191-0/+5
| |/
* | bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-171-20/+33
* | devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-134-20/+19
|\
| * bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
| * bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-13/+4
| * bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-1/+1
| * bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern2020-06-091-0/+1
| * bpf: Fix an error code in check_btf_func()Dan Carpenter2020-06-041-1/+1
* | 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
* | | mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse2020-06-091-12/+5
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | | 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-0325-568/+3080
|\ \
| * | bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki2020-06-011-1/+1
| * | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-012-2/+245
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-012-0/+134
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-3/+4