summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Do not expose section addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Refactor section attr into bin attributeKees Cook
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-07-07umd: Stop using split_argvEric W. Biederman
2020-07-07umd: Remove exit_umhEric W. Biederman
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu