summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-213-5/+19
* bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-1/+0
* bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
* bpf, netns: Fix build without CONFIG_INETJakub Sitnicki2020-07-211-0/+4
* inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-1/+31
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-173-3/+24
* bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-172-9/+136
* bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-2/+15
* bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-13/+108
* cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-13/+15
* cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer2020-07-161-1/+1
* 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