summaryrefslogtreecommitdiffstats
path: root/kernel
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 branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-145-174/+211
|\
| * umd: Stop using split_argvEric W. Biederman2020-07-071-9/+3
| * umd: Remove exit_umhEric W. Biederman2020-07-072-31/+0
| * exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-072-5/+25
| * umd: Track user space drivers with struct pidEric W. Biederman2020-07-042-6/+12
| * umh: Stop calling do_execve_fileEric W. Biederman2020-07-041-7/+3
| * umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman2020-07-041-29/+97
| * umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-7/+4
| * umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-041-10/+10
| * umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-044-139/+148
| * umh: Remove call_usermodehelper_setup_file.Eric W. Biederman2020-07-041-31/+11
| * umh: Rename the user mode driver helpers for clarityEric W. Biederman2020-07-041-5/+5
| * umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman2020-07-041-4/+3
| * umh: Capture the pid in umh_pipe_setupEric W. Biederman2020-07-041-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-136-100/+98
|\ \
| * | bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire2020-07-133-5/+73
| * | 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-132-3/+11
| * | 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-1130-281/+461
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-109-96/+202
| |\ \
| | * | 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
| | * | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-12/+19
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-307-80/+173
| | |\ \
| | | * | 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
| | | * | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+16
| | | * | 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