Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2020-10-22 | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop | Toke Høiland-Jørgensen | 1 | -4/+18 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -35/+679 |
2020-10-14 | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+129 |
2020-10-13 | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-10-13 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+5 |
2020-10-12 | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+35 |
2020-10-11 | bpf: Allow for map-in-map with dynamic inner array map entries | Daniel Borkmann | 1 | -0/+3 |
2020-10-11 | bpf: Add redirect_peer helper | Daniel Borkmann | 1 | -0/+17 |
2020-10-11 | bpf: Improve bpf_redirect_neigh helper description | Daniel Borkmann | 1 | -3/+7 |
2020-10-09 | bpf: Add tcp_notsent_lowat bpf setsockopt | Nikita V. Shirokov | 1 | -1/+1 |
2020-10-07 | bpf: Fix typo in uapi/linux/bpf.h | Jakub Wilk | 1 | -1/+1 |
2020-10-03 | mm: remove compat_process_vm_{readv,writev} | Christoph Hellwig | 1 | -4/+2 |
2020-10-03 | fs: remove compat_sys_vmsplice | Christoph Hellwig | 1 | -1/+1 |
2020-10-03 | fs: remove the compat readv/writev syscalls | Christoph Hellwig | 1 | -2/+2 |
2020-10-03 | bpf: Introducte bpf_this_cpu_ptr() | Hao Luo | 1 | -0/+13 |
2020-10-03 | bpf: Introduce bpf_per_cpu_ptr() | Hao Luo | 1 | -0/+18 |
2020-10-03 | bpf: Introduce pseudo_btf_id | Hao Luo | 1 | -9/+27 |
2020-10-01 | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array | Song Liu | 1 | -0/+3 |
2020-09-30 | bpf: Add redirect_neigh helper as redirect drop-in | Daniel Borkmann | 1 | -0/+14 |
2020-09-30 | bpf: Add classid helper only based on skb->sk | Daniel Borkmann | 1 | -0/+10 |
2020-09-29 | bpf: Support attaching freplace programs to multiple attach points | Toke Høiland-Jørgensen | 1 | -2/+7 |
2020-09-29 | bpf: Add bpf_seq_printf_btf helper | Alan Maguire | 1 | -0/+9 |
2020-09-29 | bpf: Add bpf_snprintf_btf helper | Alan Maguire | 1 | -0/+67 |
2020-09-28 | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint | Song Liu | 1 | -0/+7 |
2020-09-25 | bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau | 1 | -1/+1 |
2020-09-25 | bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau | 1 | -2/+2 |
2020-09-25 | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau | 1 | -0/+1 |
2020-09-25 | bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_... | Martin KaFai Lau | 1 | -4/+4 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -44/+62 |
2020-09-23 | fs: remove compat_sys_mount | Christoph Hellwig | 1 | -1/+1 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -3/+5 |
2020-09-22 | btf: Add BTF_ID_LIST_SINGLE macro | Lorenz Bauer | 1 | -0/+8 |
2020-09-16 | bpf: Add BPF_PROG_BIND_MAP syscall | YiFei Zhu | 1 | -0/+7 |
2020-09-15 | tools headers UAPI: update linux/in.h copy | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2020-09-15 | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2020-09-11 | bpf: Fix comment for helper bpf_current_task_under_cgroup() | Song Liu | 1 | -2/+2 |
2020-09-10 | objtool: Make unwind hint definitions available to other architectures | Julien Thierry | 1 | -0/+129 |
2020-09-07 | tools, bpf: Synchronise BPF UAPI header with tools | Quentin Monnet | 1 | -42/+45 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2020-09-02 | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+1 |
2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -6/+443 |
2020-09-01 | perf tools: Correct SNOOPX field offset | Al Grant | 1 | -1/+1 |
2020-09-01 | static_call: Handle tail-calls | Peter Zijlstra | 1 | -0/+7 |
2020-09-01 | x86/static_call: Add inline static call implementation for x86-64 | Josh Poimboeuf | 1 | -0/+28 |
2020-08-28 | bpf: Add bpf_copy_from_user() helper. | Alexei Starovoitov | 1 | -0/+8 |
2020-08-28 | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 1 | -0/+8 |
2020-08-28 | bpf: Make bpf_link_info.iter similar to bpf_iter_link_info | Yonghong Song | 1 | -2/+4 |
2020-08-26 | bpf: Add d_path helper | Jiri Olsa | 1 | -0/+14 |
2020-08-26 | bpf: Add BTF_SET_START/END macros | Jiri Olsa | 1 | -1/+50 |