| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/... | Alexei Starovoitov | 2020-07-14 | 5 | -174/+211 |
|\ |
|
| * | umd: Stop using split_argv | Eric W. Biederman | 2020-07-07 | 1 | -9/+3 |
| * | umd: Remove exit_umh | Eric W. Biederman | 2020-07-07 | 2 | -31/+0 |
| * | exit: Factor thread_group_exited out of pidfd_poll | Eric W. Biederman | 2020-07-07 | 2 | -5/+25 |
| * | umd: Track user space drivers with struct pid | Eric W. Biederman | 2020-07-04 | 2 | -6/+12 |
| * | umh: Stop calling do_execve_file | Eric W. Biederman | 2020-07-04 | 1 | -7/+3 |
| * | umd: Transform fork_usermode_blob into fork_usermode_driver | Eric W. Biederman | 2020-07-04 | 1 | -29/+97 |
| * | umd: Rename umd_info.cmdline umd_info.driver_name | Eric W. Biederman | 2020-07-04 | 1 | -7/+4 |
| * | umd: For clarity rename umh_info umd_info | Eric W. Biederman | 2020-07-04 | 1 | -10/+10 |
| * | umh: Separate the user mode driver and the user mode helper support | Eric W. Biederman | 2020-07-04 | 4 | -139/+148 |
| * | umh: Remove call_usermodehelper_setup_file. | Eric W. Biederman | 2020-07-04 | 1 | -31/+11 |
| * | umh: Rename the user mode driver helpers for clarity | Eric W. Biederman | 2020-07-04 | 1 | -5/+5 |
| * | umh: Move setting PF_UMH into umh_pipe_setup | Eric W. Biederman | 2020-07-04 | 1 | -4/+3 |
| * | umh: Capture the pid in umh_pipe_setup | Eric W. Biederman | 2020-07-04 | 1 | -3/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-13 | 6 | -100/+98 |
|\ \ |
|
| * | | bpf: Use dedicated bpf_trace_printk event instead of trace_printk() | Alan Maguire | 2020-07-13 | 3 | -5/+73 |
| * | | bpf: Use BTF_ID to resolve bpf_ctx_convert struct | Jiri Olsa | 2020-07-13 | 1 | -8/+6 |
| * | | bpf: Remove btf_id helpers resolving | Jiri Olsa | 2020-07-13 | 1 | -84/+5 |
| * | | bpf: Resolve BTF IDs in vmlinux image | Jiri Olsa | 2020-07-13 | 2 | -3/+11 |
| * | | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook | Stanislav Fomichev | 2020-07-08 | 1 | -0/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 30 | -281/+461 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-07-10 | 9 | -96/+202 |
| |\ \ |
|
| | * | | bpf: net: Avoid incorrect bpf_sk_reuseport_detach call | Martin KaFai Lau | 2020-07-09 | 1 | -2/+3 |
| | * | | bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone | Martin KaFai Lau | 2020-07-09 | 1 | -4/+9 |
| | * | | cgroup: fix cgroup_sk_alloc() for sk_clone_lock() | Cong Wang | 2020-07-07 | 1 | -12/+19 |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-06-30 | 7 | -80/+173 |
| | |\ \ |
|
| | | * | | bpf: Fix an incorrect branch elimination by verifier | Yonghong Song | 2020-06-30 | 1 | -2/+1 |
| | | * | | bpf, netns: Fix use-after-free in pernet pre_exit callback | Jakub Sitnicki | 2020-06-30 | 1 | -7/+3 |
| | | * | | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2020-06-30 | 1 | -1/+1 |
| | | * | | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH | Lorenz Bauer | 2020-06-30 | 2 | -7/+16 |
| | | * | | bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACH | Lorenz Bauer | 2020-06-30 | 1 | -0/+3 |
| | | * | | bpf, netns: Keep a list of attached bpf_link's | Jakub Sitnicki | 2020-06-30 | 1 | -19/+23 |
| | | * | | bpf, netns: Keep attached programs in bpf_prog_array | Jakub Sitnicki | 2020-06-30 | 1 | -38/+82 |
| | | * | | flow_dissector: Pull BPF program assignment up to bpf-netns | Jakub Sitnicki | 2020-06-30 | 1 | -2/+18 |
| | | * | | bpf: Enforce BPF ringbuf size to be the power of 2 | Andrii Nakryiko | 2020-06-30 | 1 | -10/+8 |
| | | * | | dma-mapping: Add a new dma_need_sync API | Christoph Hellwig | 2020-06-30 | 2 | -0/+16 |
| | | * | | bpf: Do not allow btf_ctx_access with __int128 types | John Fastabend | 2020-06-25 | 1 | -2/+2 |
| | | * | | bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp... | Maciej Żenczykowski | 2020-06-23 | 1 | -1/+1 |
| | | * | | bpf: Set the number of exception entries properly for subprograms | Yonghong Song | 2020-06-23 | 1 | -1/+9 |
| * | | | | Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-07-10 | 1 | -1/+5 |
| |\ \ \ \ |
|
| | * | | | | dma-mapping: warn when coherent pool is depleted | David Rientjes | 2020-06-29 | 1 | -1/+5 |
| * | | | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2020-07-09 | 4 | -48/+61 |
| |\ \ \ \ \ |
|
| | * | | | | | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() | Kees Cook | 2020-07-08 | 1 | -16/+21 |
| | * | | | | | kprobes: Do not expose probe addresses to non-CAP_SYSLOG | Kees Cook | 2020-07-08 | 1 | -2/+2 |
| | * | | | | | module: Do not expose section addresses to non-CAP_SYSLOG | Kees Cook | 2020-07-08 | 1 | -3/+3 |
| | * | | | | | module: Refactor section attr into bin attribute | Kees Cook | 2020-07-08 | 1 | -21/+24 |
| | * | | | | | kallsyms: Refactor kallsyms_show_value() to take cred | Kees Cook | 2020-07-08 | 3 | -9/+14 |
| * | | | | | | Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-07-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2020-06-03 | 1 | -1/+1 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | rcuperf: Fix printk format warning | Kefeng Wang | 2020-06-02 | 1 | -1/+1 |